feat: add models.dev-backed model capabilities
This commit is contained in:
@@ -4696,6 +4696,27 @@
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"model_capabilities": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_refresh_on_start": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"refresh_timeout_ms": {
|
||||
"type": "integer",
|
||||
"exclusiveMinimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
},
|
||||
"source_url": {
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openclaw": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user