26 lines
No EOL
726 B
JSON
26 lines
No EOL
726 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"agent": {
|
|
"plan": {
|
|
"model": "deepseek/deepseek-v4-pro",
|
|
"options": {
|
|
"thinking": { "type": "enabled" },
|
|
"reasoningEffort": "high"
|
|
},
|
|
"description": "Planning and architecture analysis using DeepSeek V4 Pro"
|
|
},
|
|
"build": {
|
|
"model": "deepseek/deepseek-v4-flash",
|
|
"description": "Implementation and coding using DeepSeek V4 Flash"
|
|
},
|
|
"build-pro": {
|
|
"model": "deepseek/deepseek-v4-pro",
|
|
"mode": "primary",
|
|
"options": {
|
|
"thinking": { "type": "enabled" },
|
|
"reasoningEffort": "high"
|
|
},
|
|
"description": "Implementation and coding using DeepSeek V4 Pro"
|
|
}
|
|
}
|
|
} |