Audio Translator
Translate spoken audio from any language to your target language using advanced AI models. Choose from multiple models optimized for different use cases, from simple translation to context-aware multilingual conversion with enhanced accuracy.
Available Models
Select a model below to view detailed documentation, parameters, and code examples:
📄️ Whisper-1
Translate audio content from any language to any target language using advanced AI models
📄️ Qwen3 LiveTranslate Flash
Qwen3 LiveTranslate Flash - Multilingual audio translation with vision-enhanced accuracy and text output
Common Use Cases
- Multilingual Content Creation - Translate podcasts and videos for global audiences
- Meeting Documentation - Convert recorded meetings into translated transcripts
- Educational Content - Translate lectures and presentations for international students
- Media Localization - Adapt audio content for different markets with appropriate tone
- Accessibility - Create translated transcripts for hearing-impaired users
- Business Communication - Translate customer support calls and conference presentations
- Cross-Language Communication - Enable voice message translation and multilingual voice communication
Endpoint
All audio translator models use the same endpoint:
Authentication
| Field | Value |
|---|---|
| API-KEY | <your-api-key> |
| Content-Type | application/json |
General Request Structure
{
"type": "AUDIO_TRANSLATOR",
"model": "<model-id>",
"conversationId": "AUDIO_TRANSLATOR",
"promptObject": {
"audioUrl": "path/to/audio.mp3",
// Model-specific parameters...
}
}
Each model has different parameters and capabilities. Select a model above to see its specific documentation.