MODELS / OPENAI

gpt-realtime-whisper

GPT Realtime Whisper is a streaming speech-to-text model for applications that need low-latency transcript deltas from live audio. It is designed for realtime use cases where developers need to tune latency and accuracy. GPT Realtime Whisper is priced by audio duration rather than text tokens.

TRANSCRIPTIONWEBSOCKET-REALTIMEWEBSOCKET-TRANSCRIPTION
CONTEXT WINDOW
MAX OUTPUT TOKENS
<$0.001 / 1M tokens
INPUT PRICE
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/openai/gpt-realtime-whisper",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: audioOUTPUT: textRELEASED: 2026-05-07