File size: 366 Bytes
703a33a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"contract": "provider_config",
"type": "object",
"shape": {
"provider": "string",
"modelFamily": "string",
"capabilities": [
"tts",
"asr",
"dialogue",
"voice_design"
],
"routeBindings": [
"string"
],
"fallbackProvider": "string|null",
"requiresSecret": "boolean",
"demoSafe": "boolean"
}
}
|