feat: declare chutes and kilocode model catalogs

This commit is contained in:
Shakker
2026-04-28 01:08:11 +01:00
parent 973a3226f0
commit 5280b157f6
3 changed files with 699 additions and 0 deletions

View File

@@ -37,5 +37,32 @@
"type": "object",
"additionalProperties": false,
"properties": {}
},
"modelCatalog": {
"providers": {
"kilocode": {
"baseUrl": "https://api.kilo.ai/api/gateway/",
"api": "openai-completions",
"models": [
{
"id": "kilo/auto",
"name": "Kilo Auto",
"reasoning": true,
"input": ["text", "image"],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 128000
}
]
}
},
"discovery": {
"kilocode": "refreshable"
}
}
}