Sarvam AI STT, TTS, and LLM integration for Vision Agents
Project description
Sarvam AI Plugin
This plugin provides STT, TTS, and LLM capabilities using Sarvam AI, a suite of AI models built for Indian languages.
Features
- STT: WebSocket streaming speech-to-text (Saarika / Saaras) with Voice Activity Detection for turn events.
- TTS: WebSocket streaming text-to-speech (Bulbul) with configurable speaker, pace, and language.
- LLM: OpenAI-compatible chat completions (Sarvam-30B / Sarvam-105B /
Sarvam-M) via the existing
ChatCompletionsLLMfrom the OpenAI plugin.
Installation
uv add vision-agents-plugins-sarvam
Usage
from vision_agents.core import Agent, User
from vision_agents.plugins import getstream, sarvam, smart_turn
agent = Agent(
edge=getstream.Edge(),
agent_user=User(name="Sarvam AI"),
instructions="Reply in Hindi or English, whichever the user speaks",
llm=sarvam.LLM(model="sarvam-30b"),
stt=sarvam.STT(language="hi-IN"),
tts=sarvam.TTS(speaker="shubh"),
turn_detection=smart_turn.TurnDetection(),
)
All three services read the same SARVAM_API_KEY environment variable and send
it via the api-subscription-key header.
References
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vision_agents_plugins_sarvam-0.5.6.tar.gz.
File metadata
- Download URL: vision_agents_plugins_sarvam-0.5.6.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92c81f7545658e35137cfdb9f5b20fa788271d050527a8ef1b8afb12f5844990
|
|
| MD5 |
071d226957ab485bc8d35db7bfe32053
|
|
| BLAKE2b-256 |
e8721a4f2f3e38782acf50286d4f8722495fc2ac20e6fba3e7e5f285b0476fc1
|
File details
Details for the file vision_agents_plugins_sarvam-0.5.6-py3-none-any.whl.
File metadata
- Download URL: vision_agents_plugins_sarvam-0.5.6-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d36ce73c3154965c9a5a2ff5b51dd7a58653bf95c0a8258f49b1a8952d7df5f
|
|
| MD5 |
695518f2c6321edafdaa46af5fa3a05b
|
|
| BLAKE2b-256 |
602838f4b1067c8398178b9e0f2e7c10feb8f0a39f9e539688169abcbc0ec76c
|