Models / Whisper V3 Large

Whisper V3 Large

allais/whisper-v3-large

Fast speech transcription, $0.0015/audio-minute reference pricing.

audiospeech-to-text
Parameters
1.5B
Context window
n/a
Serverless $/1M
usage-based
Dedicated
1× L40S-48G
sourced live, undercuts $1.9/hr

Use via API

curl http://localhost:3000/api/v1/chat/completions \
  -H "Authorization: Bearer $ALLAIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "allais/whisper-v3-large", "messages": [{"role": "user", "content": "Hello"}]}'