Skip to main content
Version: 0.9.14

Inworld provider

Inworld supplies modular STT (inworld_stt) and TTS (inworld_tts) for pipeline flows. There is no Inworld Realtime provider in the current catalogue.

STT (inworld_stt)

FieldRequiredDescription
ModelNoDefault inworld/inworld-stt-1
API keyYese.g. {{team.inworldDefaultKey}}
LanguageNoBCP-47 locale
Endpoint URLNoAdvanced → custom WebSocket STT host

Default when empty:

wss://api.inworld.ai/stt/v1/transcribe:streamBidirectional

Advanced: sample rate, endpoint detection, end-of-turn confidence, partial early processing, context string, resilience.

TTS (inworld_tts)

FieldRequiredDescription
ModelNoDefault inworld-tts-2
VoiceNoInworld voice id
API keyYesTeam Inworld key
Delivery modeNoSTABLE / BALANCED / CREATIVE
Endpoint URLNoAdvanced → custom HTTPS stream host

Default when empty:

https://api.inworld.ai/tts/v1/voice:stream

Advanced: speaking rate, temperature, text normalization, sample rate.

Custom endpoints

Both STT and TTS Endpoint URL fields accept DNS names or IP addresses. Inworld TTS uses HTTPS streaming; STT uses WebSocket. See Custom STT/TTS endpoints.

See also