Skip to content

feat: add livekit-plugins-sambanova with STT support#4902

Draft
mahimairaja wants to merge 1 commit intolivekit:mainfrom
mahimairaja:feat/add-sambanova-stt
Draft

feat: add livekit-plugins-sambanova with STT support#4902
mahimairaja wants to merge 1 commit intolivekit:mainfrom
mahimairaja:feat/add-sambanova-stt

Conversation

@mahimairaja
Copy link

Summary

Adds livekit-plugins-sambanova plugin with STT support for SambaNova Cloud

SambaNova's Whisper-Large-v3 runs at 245x speed factor, one of the fastest STT options available. Currently developers must manually override base_url on the OpenAI plugin - docs. This PR adds first-class support.

Usage

from livekit.plugins import sambanova

stt = sambanova.STT()  # defaults to Whisper-Large-v3, reads SAMBANOVA_API_KEY

LLM support will follow in a separate PR.

Issue: #4900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments