← Model library

Whisper V3 Large

Speech-to-text across 99 languages.

Try in Playground

Input / 1M

$0.25

Output / 1M

Context

AudioopenaiServerless

Ways to serve this model

Live model traffic — last 24h

Requests to runaii/whisper-v3 across the fleet, from the live meter.

Requests

Tokens

Spend

Quickstart

OpenAI SDK (change the base URL) or the Anthropic SDK — both speak runaii.cloud natively.

curl https://api.runaii.cloud/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $RUNAII_API_KEY" \
  -d '{
    "model": "runaii/whisper-v3",
    "messages": [{"role": "user", "content": "Say hello in Spanish"}]
  }'
liveMaking request