32 lines
808 B
JSON
32 lines
808 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["oh-my-openagent@latest"],
|
|
"autoupdate": false,
|
|
"model": "ai-gateway/kimi-k2p5-turbo",
|
|
"small_model": "ai-gateway/kimi-k2p5-turbo",
|
|
"provider": {
|
|
"ai-gateway": {
|
|
"name": "AI Gateway",
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"options": {
|
|
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
|
|
"apiKey": "{env:AI_GATEWAY_API_KEY}"
|
|
},
|
|
"models": {
|
|
"kimi-k2p5-turbo": {
|
|
"name": "Kimi K2.5 Turbo",
|
|
"reasoning": true,
|
|
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
|
"limit": { "context": 256000, "output": 256000 }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"permission": {
|
|
"*": "allow"
|
|
},
|
|
"experimental": {
|
|
"disable_paste_summary": true
|
|
}
|
|
}
|