mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
42 lines
902 B
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
|
|
}
|
|
}
|
|
]
|
|
}
|