cd /news/ai-products/soniox-stt-now-available-for-telnyx-… · home topics ai-products article
[ARTICLE · art-46536] src=telnyx.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

Soniox STT Now Available for Telnyx Voice AI

Telnyx has integrated Soniox STT into its Voice AI platform, providing developers with a real-time speech-to-text option for live transcription, automatic language detection, and voice agent workflows. The integration allows configuration via the Assistants API, enabling voice AI teams to use Soniox for streaming transcription without requiring a language hint.

read1 min views12 publishedJun 3, 2026
Soniox STT Now Available for Telnyx Voice AI
Image: Telnyx (auto-discovered)

Contact us

Log in

Soniox STT is now available on Telnyx, giving voice AI teams another real-time speech-to-text option for live transcription. Developers can use Soniox for automatic language detection, streaming transcription, and voice agent workflows.

soniox/stt-rt-v4

without a language hint when caller language is not known in advance.You can also configure Soniox STT through the Assistants API by setting transcription.model

to soniox/stt-rt-v4

.

curl -X POST https://api.telnyx.com/v2/ai/assistants \
  -H "Authorization: Bearer $TELNYX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "soniox-stt-assistant",
    "model": "moonshotai/Kimi-K2.5",
    "instructions": "You are a voice assistant for live customer conversations.",
    "transcription": {
      "model": "soniox/stt-rt-v4",
      "language": "auto",
      "settings": {
        "interim_results": true,
        "enable_endpoint_detection": true,
        "max_endpoint_delay_ms": 1000
      }
    }
  }'

Learn more in the Telnyx Speech-to-Text models documentation.

── more in #ai-products 4 stories · sorted by recency
── more on @soniox 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/soniox-stt-now-avail…] indexed:0 read:1min 2026-06-03 ·