项目文件夹

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

19 行
363 B
TOML

name = "Whisper"
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 = true
tool_call = false
open_weights = true
[limit]
context = 0
output = 0
[modalities]
input = ["audio"]
output = ["text"]