
Get Started
Go to Inworld Portal
In Portal, select Speech-to-Text from the left-hand side panel.
Choose a model
Click the model dropdown at the top of the playground to browse available models. Each entry shows its provider and language coverage — from Inworld’s own
inworld/inworld-stt-1 to models from Groq, AssemblyAI, Soniox, and Deepgram. See the model comparison for details on each.Record or upload audio
Press the mic button to transcribe live from your microphone, or use the upload button to transcribe an audio file. The status bar shows Ready when the playground can accept audio and Listening… while recording.Input options depend on the selected model’s endpoint support — for example,
groq/whisper-large-v3 transcribes uploaded files only (no live streaming). See the model comparison for each model’s endpoints.Advanced Features
For greater control over transcription, try the following:- Language hint — The Language dropdown defaults to Auto-detect, which recognizes the spoken language automatically. Select a specific language to give the model a hint when you know the audio’s language in advance — this generally improves accuracy, especially for short utterances. See Language Support for how hints behave.
- Custom vocabulary — Click Vocabulary to add key terms (names, jargon, acronyms) that bias recognition toward them. Terms are added as chips, and the button shows how many are active. This is a soft bias rather than a hard keyword lock — test it on the terms the baseline actually misses. The equivalent API field is
prompts. - Voice Profile — The panel on the right analyzes the speaker alongside transcription, showing Age, Accent, Voice Pitch, Vocal Style, and Emotion, each with a confidence score. It populates after transcription begins. See Voice Profiles for the full category reference.
From Playground to Code
Click Integrate (top right) — or Get integration code in the Voice Profile panel — to generate an API request matching your current playground configuration: model, language hint, vocabulary, and Voice Profile settings.Next Steps
Ready to build? Here’s where to go next.Quickstart
Make your first STT API call in minutes.
Voice Profiles
Analyze speaker characteristics alongside transcription.
Language Support
Language coverage and hinting behavior.