Files
Peter SteinbergerandGitHub 349f78776d fix(models): refresh bundled provider catalogs (#109410)
* fix(models): refresh bundled provider catalogs

* docs(models): refresh generated docs map

* fix(xiaomi): keep provider helper private

* chore(release): defer catalog release note
2026-07-16 16:47:25 -07:00

78 lines
1.8 KiB
JSON

{
"id": "kilocode",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["kilocode"],
"modelPricing": {
"providers": {
"kilocode": {
"openRouter": {
"passthroughProviderModel": true
},
"liteLLM": {
"passthroughProviderModel": true
}
}
}
},
"setup": {
"providers": [
{
"id": "kilocode",
"envVars": ["KILOCODE_API_KEY"]
}
]
},
"providerAuthChoices": [
{
"provider": "kilocode",
"method": "api-key",
"choiceId": "kilocode-api-key",
"appGuidedSecret": true,
"choiceLabel": "Kilo Gateway API key",
"choiceHint": "API key (OpenRouter-compatible)",
"groupId": "kilocode",
"groupLabel": "Kilo Gateway",
"groupHint": "API key (OpenRouter-compatible)",
"optionKey": "kilocodeApiKey",
"cliFlag": "--kilocode-api-key",
"cliOption": "--kilocode-api-key <key>",
"cliDescription": "Kilo Gateway API key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"modelCatalog": {
"providers": {
"kilocode": {
"baseUrl": "https://api.kilo.ai/api/gateway/",
"api": "openai-completions",
"models": [
{
"id": "kilo-auto/balanced",
"name": "Auto Balanced",
"reasoning": true,
"input": ["text", "image"],
"cost": {
"input": 0.325,
"output": 1.95,
"cacheRead": 0.0325,
"cacheWrite": 0.40625
},
"contextWindow": 1000000,
"maxTokens": 65536
}
]
}
},
"discovery": {
"kilocode": "refreshable"
}
}
}