Some checks failed
Run Check Script / check (pull_request) Failing after 11s
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"ollama": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Ollama sto1",
|
|
"options": {
|
|
"baseURL": "http://192.168.55.132:11434/v1"
|
|
},
|
|
"models": {
|
|
"qwen3-coder-next:q4_K_M": {
|
|
"name": "qwen3-coder-next:q4_K_M"
|
|
}
|
|
}
|
|
},
|
|
"claude-code": {
|
|
"npm": "opencode-claude-code-plugin",
|
|
"models": {
|
|
"haiku": {
|
|
"name": "Claude Code Haiku",
|
|
"attachment": false,
|
|
"limit": { "context": 200000, "output": 8192 },
|
|
"capabilities": { "reasoning": false, "toolcall": true }
|
|
},
|
|
"sonnet": {
|
|
"name": "Claude Code Sonnet",
|
|
"attachment": false,
|
|
"limit": { "context": 1000000, "output": 16384 },
|
|
"capabilities": { "reasoning": true, "toolcall": true }
|
|
},
|
|
"opus": {
|
|
"name": "Claude Code Opus",
|
|
"attachment": false,
|
|
"limit": { "context": 1000000, "output": 16384 },
|
|
"capabilities": { "reasoning": true, "toolcall": true }
|
|
}
|
|
},
|
|
"options": {
|
|
"cliPath": "claude"
|
|
}
|
|
}
|
|
}
|
|
}
|