jishie

Whisper Large V3 Turbo

groq/whisper-large-v3-turbo · family whisper · in: audio → out: text · price provider-declared (via models.dev). Capabilities: audio.

This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Groq’s docs for per-unit rates.

Provider
Groq (groq)
Kind
text (outputs text)
Context
0 tokens
Max output
0 tokens
Capabilities
audio

Same model, other providers

“Whisper Large V3 Turbo” is offered by 3 providers — cheapest-effective first. Kenari is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Kenarifreefree$0.00448
evroc$0.0023$0.0023$0.00448
Groq (this)———0

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at Groq and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"whisper-large-v3-turbo","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):

← all Groq models · model index · JSON