{
"$schema": "https://app.kilo.ai/config.json",
"model": "openai-compatible/openai-latest",
"enabled_providers": ["openai-compatible"],
"provider": {
"openai-compatible": {
"options": {
"apiKey": "{env:CAPRIOLE_AI_API_KEY}",
"baseURL": "https://api.caprioletech.com/v1"
},
"models": {
"openai-latest": {
"name": "Capriole OpenAI Latest",
"tool_call": true,
"reasoning": true
},
"claude-latest": {
"name": "Capriole Claude Latest",
"tool_call": true,
"reasoning": true
},
"anthropic/claude-fable-5": {
"name": "Capriole Fable 5",
"tool_call": true,
"reasoning": true
},
"anthropic/claude-opus-5": {
"name": "Capriole Opus 5",
"tool_call": true,
"reasoning": true
},
"google-latest": {
"name": "Capriole Google Latest",
"tool_call": true,
"reasoning": true
},
"openai/gpt-5.6-terra": {
"name": "Capriole GPT 5.6 Thinking",
"tool_call": true,
"reasoning": true
},
"openai/gpt-5.6-luna": {
"name": "Capriole GPT 5.6",
"tool_call": true,
"reasoning": true
},
"openai/gpt-5.5": {
"name": "Capriole GPT 5.5",
"tool_call": true,
"reasoning": true
},
"openai/gpt-5.4-mini": {
"name": "Capriole GPT 5.4 Mini",
"tool_call": true,
"reasoning": true
},
"xai/grok-4.5": {
"name": "Capriole Grok 4.5",
"tool_call": true,
"reasoning": true
},
"zai/glm-5.2": {
"name": "Capriole GLM 5.2",
"tool_call": true,
"reasoning": true
},
"moonshot/kimi-k3": {
"name": "Capriole Kimi K3",
"tool_call": true,
"reasoning": true
},
"anthropic/claude-opus-4-8": {
"name": "Capriole Opus 4.8",
"tool_call": true
},
"anthropic/claude-opus-4-7": {
"name": "Capriole Opus 4.7",
"tool_call": true
},
"anthropic/claude-opus-4-6": {
"name": "Capriole Opus 4.6",
"tool_call": true
},
"anthropic/claude-sonnet-4-6": {
"name": "Capriole Sonnet 4.6",
"tool_call": true
},
"google/gemini-3.1-pro-preview": {
"name": "Capriole Gemini 3.1 Pro Preview",
"tool_call": true,
"reasoning": true
},
"google/gemini-3.5-flash": {
"name": "Capriole Gemini 3.5 Flash",
"tool_call": false,
"reasoning": true
}
}
}
}
}