LiveKit Agents plugin wrapping Smallest AI Atoms SDK for TTS, STT & Groq LLM
Project description
livekit-plugins-smallestai
A LiveKit Agents plugin wrapping Smallest AI’s Atoms SDK for high-fidelity TTS & streaming STT.
Installation
pip install livekit-plugins-smallestai
## Usage
from livekit import AgentSession
from livekit.plugins.openai import LLM
from livekit_smallestai.tts import SmallestTTS
from livekit_smallestai.stt import SmallestSTT
session = AgentSession(
llm=LLM(model="gpt-4o"),
tts=SmallestTTS(api_key="YOUR_KEY"),
stt=SmallestSTT(api_key="YOUR_KEY"),
)
await session.say("Hello from Smallest AI!")
yaml
Copy
Edit
---
### 3. `livekit_smallestai/__init__.py`
Just mark it as a package.
```python
# livekit_smallestai/__init__.py
__version__ = "0.1.0"
Project details
Release history Release notifications | RSS feed
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 livekit_plugins_smallestai-0.1.0.tar.gz.
File metadata
- Download URL: livekit_plugins_smallestai-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
656026350542d97f1919098c2e51851a0089232241fcb67cd44826550043712c
|
|
| MD5 |
4a567e6563ae784907448df3c6550732
|
|
| BLAKE2b-256 |
53dd7f8e25a81029e845c5b219edb309104f775ec04624aa10446ba2f3a42bc5
|
File details
Details for the file livekit_plugins_smallestai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: livekit_plugins_smallestai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54cbe04176b9818215776afd848200bf22e373abb5d11e8461d2adecacc5a9b
|
|
| MD5 |
8cc373bbfc29c13f14df35f705df8925
|
|
| BLAKE2b-256 |
102c3cf0681c5391ff61f5895ca01f6b66e1c2e5982246ab824391c4f6dcc3b8
|