Metadata-Version: 2.5
Name: livekit-plugins-bland
Version: 1.7.1
Summary: LiveKit Agents Plugin for Bland
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/livekit/agents
Author-email: LiveKit <hello@livekit.io>
License-Expression: Apache-2.0
Keywords: audio,bland,livekit,realtime,webrtc
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Requires-Dist: livekit-agents>=1.7.1
Description-Content-Type: text/markdown

# Bland plugin for LiveKit Agents

Support for voice synthesis with the [Bland](https://bland.ai/) API.

Voice agents can stream text through Bland's realtime WebSocket. Use `synthesize()` for complete strings over HTTP, or pass `streaming=False` to use HTTP for everything. See the [Bland realtime TTS reference](https://docs.bland.ai/api-v2/post/tts-ws).

## Installation

```bash
pip install livekit-plugins-bland
```

## Prerequisites

You'll need an API key from Bland. It can be set as an environment variable: `BLAND_API_KEY`
