Files
2026-07-13 12:28:55 +08:00

23 lines
433 B
TOML

name = "Whisper Large v3"
description = "Speech transcription model for accurate audio-to-text and captioning workflows"
family = "whisper"
release_date = "2023-09-01"
last_updated = "2026-03-17"
attachment = false
reasoning = false
temperature = false
knowledge = "2023-09"
tool_call = false
open_weights = true
[cost]
input = 0.003
output = 0.0
[limit]
context = 0
output = 8_192
[modalities]
input = ["audio"]
output = ["text"]