- Organizations
- Fireworks
- Whisper V3 Large
Whisper V3 Large: Pricing, Performance & Examples
Whisper V3 Large is a speech-to-text model from Fireworks, released in November 2024.
Most accurate Whisper V3 variant
Input
Audio
Output
Text
Whisper V3 Large API
POST/v1/stt/transcribe
Modelwhisper-v3-largeAny audio format up to 25 MB.
Missing Audio file
Run a request to see the response
Use it in your code
OpenAI-compatible endpoint through the LLM Stats gateway.
import requests
with open("audio.mp3", "rb") as f:
response = requests.post(
"https://gateway.llm-stats.com/v1/stt/transcribe",
headers={"Authorization": "Bearer YOUR_API_KEY"},
files={"file": f},
data={"model_id": "whisper-v3-large"},
)
print(response.json()["text"])Need an API key? Create one above in the playground, or read the API documentation.
Whisper V3 Large latency
Whisper V3 Large time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Whisper V3 Large license
Whisper V3 Large is released under the Apache 2.0 license, which permits commercial use.
- License
- Apache 2.0
- Commercial use allowed
Apache License 2.0 - allows commercial use
FAQ
Common questions about Whisper V3 Large.