Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/some-lights-lead.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@livekit/agents-plugin-baseten': patch
---

Add @livekit/agents-plugin-baseten with support for Baseten-hosted models:
- STT: WebSocket-based streaming speech-to-text with VAD and partial transcripts
- TTS: Streaming text-to-speech using Baseten's Orpheus model (24kHz)
- LLM: OpenAI-compatible API integration for Baseten inference
Comment thread
toubatbrian marked this conversation as resolved.
2 changes: 1 addition & 1 deletion plugins/baseten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-baseten",
"version": "1.0.0",
"version": "1.0.27",
"description": "Baseten plugin for LiveKit Node Agents",
"private": true,
"main": "dist/index.js",
Expand Down
Loading
Loading