StepAudio 2.5 ASR Stream

WEBSOCKET /v1/realtimeLive transcription over a socket, returning partial results as the speaker talks, with voice activity detection marking each sentence.
At a glance
Pricing
Example request
Parameters
This model accepts the standard chat completion parameters (see the API reference).
Notes
Live transcription over a WebSocket at wss://api.empiriolabs.ai/v1/realtime?model=stepaudio-2-5-asr-stream, authenticated with the ordinary Authorization Bearer header. Stream 16 kHz pcm16 audio up with input_audio_buffer.append and read partial results back as the speaker is still talking, with server-side voice activity detection marking where each sentence ends. Use this for live captions and voice input; for a finished recording, POST /v1/audio/transcriptions returns the whole transcript in one call. Billing follows the duration of audio you stream, settled when the session closes.
Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/stepaudio-2-5-asr-stream.
