feat: add models.dev-backed model capabilities

This commit is contained in:
Ravi Tharuma
2026-03-25 14:47:46 +01:00
parent 7a52639a1b
commit 2af9324400
29 changed files with 42264 additions and 114 deletions

View File

@@ -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": {