项目文件夹

文件
2026-07-13 12:28:55 +08:00

23 行
430 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 = "2025-09-05"
attachment = false
reasoning = false
temperature = false
knowledge = "2023-09"
tool_call = false
open_weights = true
[cost]
input = 0.0
output = 0.0
[limit]
context = 0
output = 4096
[modalities]
input = ["audio"]
output = ["text"]