Files
config-center/compute/providers/local-whisper.json

42 lines
902 B
JSON

{
"id": "provider-local-whisper",
"provider": "local-whisper",
"label": "本地 Whisper",
"baseUrl": "http://localhost:8080",
"apiFormat": "openai-completions",
"apiKeyRef": "",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"priceCurrency": "USD",
"services": [
"asr"
],
"models": [
{
"modelName": "whisper-large-v3",
"displayName": "Whisper Large V3",
"serviceType": ["asr"],
"description": "本地部署的 Whisper 大模型",
"contextWindow": 0,
"maxOutputTokens": 0,
"defaultTemperature": 1,
"capabilities": [
"asr",
"multilingual"
],
"extra": {
"maxAudioLength": 7200,
"supportedInputFormats": [
"wav",
"mp3",
"flac",
"ogg",
"webm"
],
"streamingSupported": true
}
}
]
}