Speech to Text
SIRAYA Model Router's Speech to Text API provides highly accurate transcription and translation for audio files. We offer a unified interface for various STT models, supporting multiple languages and formats.
Header
Authorization
string
Required
Your API Key (e.g.,
Bearer <API_KEY>).
Body
file
file
Required
The audio file object (supports
.flac, .mp3, .mp4, .m4a, .wav, .webm).
model
string
Required
The ID of the model to use (e.g.,
qwen3-asr-flash).
Endpoints
| Task | Endpoint |
|---|---|
| Transcription (same language) | POST https://llm.siraya.ai/v1/audio/transcriptions |
| Translation (to English) | POST https://llm.siraya.ai/v1/audio/translations |
Example Response
Visit the Models Directory for all supported speech-to-text engines.