18 lines
716 B
Markdown
18 lines
716 B
Markdown
# Simplismart Plugin for LiveKit Agents
|
|
|
|
Support for [Simplismart.ai](https://simplismart.ai)'s voice AI services in LiveKit Agents.
|
|
|
|
## Features
|
|
|
|
- **Speech-to-Text (STT)**: Convert audio to text using Simplismart's STT models. See the [STT docs](https://docs.livekit.io/agents/integrations/stt/simplismart/) for more information.
|
|
- **Text-to-Speech (TTS)**: Convert text to audio using Simplismart's TTS models. See the [TTS docs](https://docs.livekit.io/agents/integrations/tts/simplismart/) for more information.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-simplismart
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need an API key from Simplismart.ai. It can be set as an environment variable: `SIMPLISMART_API_KEY` |