Metadata-Version: 2.4
Name: livekit-plugins-telnyx
Version: 1.5.16
Summary: Telnyx implementation for LiveKit Agents
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: ai,audio,livekit,realtime,telnyx,video,voice
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: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Requires-Dist: aiohttp>=3.10.0
Requires-Dist: livekit-agents>=1.5.16
Requires-Dist: livekit-api>=0.6.0
Description-Content-Type: text/markdown

# Telnyx plugin for LiveKit Agents

Support for [Telnyx](https://telnyx.com/) inference services in LiveKit Agents.

See the [Telnyx integration docs](https://docs.livekit.io/agents/models/llm/telnyx/) for more information.

## Installation

```bash
pip install livekit-plugins-telnyx
```

## Pre-requisites

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