Skip to content

Azure

Azure AI Speech — enterprise realtime + fast transcription.

All prices are the vendor’s public list price — 0% markup. Extra provider knobs pass through untouched via provider_params.

Model Modes List price Diarization Word timings
azure/fast-transcription batch $0.36/hr
azure/speech-realtime streaming $1/hr
azure/conversation-transcription streaming $1.2/hr

Reach past the unified surface with provider_params — forwarded batch → fast-transcription definition fields. Typed in the SDKs as {provider}Params interfaces (providerParams option / provider_params= kwarg).

Param Type Default Applies to What it does
locales array batch Candidate locales for language identification
diarization object batch {maxSpeakers: 2–35} — mono audio only
channels array batch Channel indices to transcribe (≤2)
Terminal window
curl -s https://api.speechrouter.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $SPEECHROUTER_API_KEY" \
-F model=azure/fast-transcription \
-F file=@audio.wav

Generated from the gateway catalog — the billing engine’s own source of truth.