mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
docs: update recommended models list (#3121)
This commit is contained in:
@@ -33,11 +33,14 @@ There are a lot of models out there, with new models coming out every week.
|
|||||||
Consider using one of the models we recommend.
|
Consider using one of the models we recommend.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
However, there are a only a few of them that are good at both generating code and tool calling.
|
However, there are only a few of them that are good at both generating code and tool calling.
|
||||||
|
|
||||||
Here are the ones we recommend with OpenCode:
|
Here are several models, in no particular order, that work well with OpenCode (to name a few):
|
||||||
|
|
||||||
|
- GPT 5
|
||||||
|
- GPT 5 Codex
|
||||||
- Claude Sonnet 4.5
|
- Claude Sonnet 4.5
|
||||||
|
- Claude Sonnet 4
|
||||||
- Claude Opus 4.1
|
- Claude Opus 4.1
|
||||||
- Kimi K2
|
- Kimi K2
|
||||||
- Qwen3 Coder
|
- Qwen3 Coder
|
||||||
@@ -118,20 +121,20 @@ You can also define custom models that extend built-in ones and can optionally u
|
|||||||
"options": {
|
"options": {
|
||||||
"reasoningEffort": "high",
|
"reasoningEffort": "high",
|
||||||
"textVerbosity": "low",
|
"textVerbosity": "low",
|
||||||
"reasoningSummary": "auto"
|
"reasoningSummary": "auto",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"gpt-5-low": {
|
"gpt-5-low": {
|
||||||
"id": "gpt-5",
|
"id": "gpt-5",
|
||||||
"options": {
|
"options": {
|
||||||
"reasoningEffort": "low",
|
"reasoningEffort": "low",
|
||||||
"textVerbosity": "low",
|
"textVerbosity": "low",
|
||||||
"reasoningSummary": "auto"
|
"reasoningSummary": "auto",
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user