Body_audio_transcriptions_v1_audio_transcriptions_post
Audio file to transcribe.
Mounted speech-to-text model id to serve.
language object
Optional input language hint.
- string
- null
prompt object
Optional transcription prompt or context.
- string
- null
Transcription response format.
Possible values: [json, text, verbose_json, srt, vtt, ndjson]
jsontemperature object
Optional model-specific sampling temperature.
- number
- null
Return typed SSE transcript events as model deltas arrive. With response_format=ndjson, retain progressive NDJSON framing.
falsemax_tokens object
Optional model-specific maximum token budget.
- integer
- null
chunk_duration object
Optional model-specific audio chunk duration.
- number
- null
frame_threshold object
Optional model-specific frame threshold.
- integer
- null
context object
Optional model-specific context text.
- string
- null
prefill_step_size object
Optional model-specific prefill step size.
- integer
- null
text object
Optional model-specific text prefix.
- string
- null
Whether to request word timestamp metadata when supported.
falsetimestamp_granularities object
Comma-separated or JSON list of timestamp granularities.
- string
- null
{
"file": "string",
"model": "string",
"language": "string",
"prompt": "string",
"response_format": "json",
"temperature": 0,
"stream": false,
"max_tokens": 0,
"chunk_duration": 0,
"frame_threshold": 0,
"context": "string",
"prefill_step_size": 0,
"text": "string",
"word_timestamps": false,
"timestamp_granularities": "string"
}