Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
First time building? Complete Quickstart — Step 1 to configure your CLI and register with the platform.
1. Install the plugin
This is the Telnyx-maintained plugin, which includes the latest features and fixes ahead of the upstream
livekit-plugins-telnyx PyPI package. We host our own release to iterate faster than the upstream cadence allows. Use the git install above for the current recommended version.2. Write your agent
Createagent.py:
stt, tts, and llm — everything else is standard LiveKit.
3. Add a requirements file
Createrequirements.txt:
4. Deploy
Swap models
The example above uses Telnyx-hosted defaults. Swap any component independently:- STT — Deepgram, Nova-3, Nova-2, Flux → STT plugin
- TTS — Telnyx Natural HD, MiniMax, Rime, ElevenLabs (BYOK), Azure → TTS plugin
- LLM — GPT-4o-mini, Kimi-K2.6, Claude (BYOK) → LLM plugin
Next steps
- Telephony — Connect your agent to a phone number
- Deploy reference — Secrets, rollbacks, multi-region