Registry / ai-ml / livekit-plugins-soniox

livekit-plugins-soniox

JSON →
library1.5.18pypypiunverified

Plugin for LiveKit Agents framework to use Soniox's speech recognition and understanding API. Currently version 1.5.18, released weekly. Requires Python >=3.10.

pip install livekit-plugins-soniox
INSTALL
IMPORT
SIG · LIVEKIT-PLUGINS-SO
L
livekit-plugins-soniox
ai-mlpythonv1.5.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SonioxSTT
✓ from livekit.plugins.soniox import SonioxSTT
✗ from livekit.plugins.soniox import SonioxSTT

Instantiate SonioxSTT with API key from environment variable.

import os from livekit.plugins.soniox import SonioxSTT stt = SonioxSTT( api_key=os.environ.get('SONIOX_API_KEY', ''), ) # Use with LiveKit Agent print(stt.__class__.__name__)
Debug
Known issues
breakingSonioxSTT is no longer a standalone class; it must be used within a LiveKit Agent pipeline.
fix
Use the plugin as part of a LiveKit Agent (e.g., via VoicePipelineAgent).
affects: >=1.0.0
deprecatedThe async context manager usage (async with) is deprecated. Use synchronous instantiation.
fix
Replace 'async with SonioxSTT(...) as stt' with 'stt = SonioxSTT(...)'.
affects: >=1.5.0
gotchaRequires Python >=3.10. Using lower Python versions will cause installation failure.
fix
Upgrade Python to 3.10 or higher.
affects: all
Upgrade
Version history
1.5.18latest on PyPI · released Jun 5, 2026
Audit
Dependencies
livekit-agentsrequiredCore framework dependency
Agent activity
13 hits · last 30 days
node
12
Resources
livekit-plugins-soniox — pip install livekit-plugins-soniox · libregistry