MODELS / OPENAI

GPT-4o Transcribe

GPT-4o Transcribe is a speech-to-text model that uses GPT-4o to transcribe audio. It offers improvements to word error rate and better language recognition and accuracy compared to original Whisper models. Use it for more accurate transcripts.

TRANSCRIPTION
CONTEXT WINDOW
MAX OUTPUT TOKENS
$2.50 / 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-4o-transcribe",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: audioOUTPUT: textRELEASED: 2024-03-13