Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

livekit_plugins_smallestai-0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

livekit_plugins_smallestai-0.1.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file livekit_plugins_smallestai-0.1.0.tar.gz.

File metadata

File hashes

Hashes for livekit_plugins_smallestai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 656026350542d97f1919098c2e51851a0089232241fcb67cd44826550043712c
MD5 4a567e6563ae784907448df3c6550732
BLAKE2b-256 53dd7f8e25a81029e845c5b219edb309104f775ec04624aa10446ba2f3a42bc5

See more details on using hashes here.

File details

Details for the file livekit_plugins_smallestai-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for livekit_plugins_smallestai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d54cbe04176b9818215776afd848200bf22e373abb5d11e8461d2adecacc5a9b
MD5 8cc373bbfc29c13f14df35f705df8925
BLAKE2b-256 102c3cf0681c5391ff61f5895ca01f6b66e1c2e5982246ab824391c4f6dcc3b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page