README / app /data /contracts /provider_config_shape.json
CJGibs's picture
Build Aether Voice Studio Docker Space
703a33a
raw
history blame contribute delete
366 Bytes
{
"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"
}
}