Files
architecture/sample_opencode.json
2026-07-15 10:30:35 +02:00

36 lines
749 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"odin": {
"npm": "@ai-sdk/anthropic",
"name": "Odin",
"options": {
"baseURL": "http://192.168.2.49:12000/v1",
"apiKey": "changeme"
},
"models": {
"Qwen-Coder-Next": {
"name": "Qwen-Coder-Next",
"tool_call": true,
"options": {
"temperature": 1.0,
"top_p": 0.95
}
},
"Qwen3.6": {
"name": "Qwen3.6",
"tool_call": true
},
"gemma": {
"name": "gemma",
"tool_call": true
},
"MiniMax-M3": {
"name": "MiniMax-M3",
"tool_call": true
}
}
}
}
}