Agent Framework plugin for services using Soniox's API.
Project Links
Meta
Author: Soniox
Requires Python: >=3.10.0
Classifiers
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Programming Language
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
Topic
- Multimedia :: Sound/Audio
- Scientific/Engineering :: Artificial Intelligence
Soniox plugin for LiveKit Agents
Support for Soniox Speech-to-Text Soniox API, using WebSocket streaming interface.
See https://docs.livekit.io/agents/integrations/stt/soniox/ for more information.
Installation
pip install livekit-plugins-soniox
Pre-requisites
The Soniox plugin requires an API key to authenticate. You can get your Soniox API key here.
Set API key in your .env file:
SONIOX_API_KEY=<your_soniox_api_key>
Usage
Use Soniox in an AgentSession or as a standalone transcription service:
from livekit.plugins import soniox
session = AgentSession(
stt = soniox.STT(),
# ... llm, tts, etc.
)
Congratulations! You are now ready to use Soniox Speech-to-Text API in your LiveKit agents.
You can test Soniox Speech-to-Text API in the LiveKit's Voice AI quickstart.
More information and reference
Explore integration details and find comprehensive examples in our Soniox LiveKit integration guide.
1.5.1
Mar 23, 2026
1.5.0
Mar 19, 2026
1.5.0rc2
Mar 06, 2026
1.5.0rc1
Feb 13, 2026
1.4.6
Mar 16, 2026
1.4.5
Mar 11, 2026
1.4.4
Mar 03, 2026
1.4.3
Feb 23, 2026
1.4.2
Feb 17, 2026
1.4.1
Feb 06, 2026
1.4.0rc2
Jan 23, 2026
1.4.0rc1
Dec 23, 2025
1.3.12
Jan 21, 2026
1.3.11
Jan 14, 2026
1.3.10
Dec 23, 2025
1.3.9
Dec 19, 2025
1.3.8
Dec 17, 2025
1.3.7
Dec 16, 2025
1.3.6
Dec 03, 2025
1.3.5
Nov 25, 2025
1.3.4
Nov 24, 2025
1.3.3
Nov 19, 2025
1.3.2
Nov 17, 2025
1.3.1
Nov 17, 2025
1.3.0rc2
Nov 15, 2025
1.3.0rc1
Nov 06, 2025
1.2.18
Nov 05, 2025
1.2.17
Oct 29, 2025
1.2.16
Oct 27, 2025
1.2.15
Oct 15, 2025
1.2.14
Oct 01, 2025
1.2.13
Oct 01, 2025
1.2.12
Sep 29, 2025
1.2.11
Sep 18, 2025
1.2.9
Sep 15, 2025
1.2.8
Sep 02, 2025
1.2.7
Aug 28, 2025
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
livekit-agents
(>=1.5.1)