Audio
Speech Recognition & Translation
Speech-to-text (STT) and speech translation
POST
Synchronous endpoint — returns the recognition result directly when the request completes.Documentation Index
Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Available Models
| Model ID | Description |
|---|---|
whisper-1 | OpenAI Whisper, supports multilingual recognition |
Two Endpoints
Speech-to-text
Speech translation
Request Parameters
Use themultipart/form-data format:
Audio file. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav, webm.
Model ID:
whisper-1Response
The recognized or translated text.