anomalyco--models.dev
19 行
363 B
TOML
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"]
|