diff options
| author | Rovshan Muradov <[email protected]> | 2025-10-04 01:06:20 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-03 17:06:20 -0400 |
| commit | 085f4adbc31f9d8de0e7e251cf9707672d17a7c7 (patch) | |
| tree | f778f0a67310afaa1e9425ca067278a03fec0283 | |
| parent | 96718720595026aee814be05e8a29d6d07f30714 (diff) | |
| download | opencode-085f4adbc31f9d8de0e7e251cf9707672d17a7c7.tar.gz opencode-085f4adbc31f9d8de0e7e251cf9707672d17a7c7.zip | |
docs: Update models.mdx (#2916)
| -rw-r--r-- | packages/web/src/content/docs/models.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/models.mdx b/packages/web/src/content/docs/models.mdx index f3963f2ac..e7de73bb2 100644 --- a/packages/web/src/content/docs/models.mdx +++ b/packages/web/src/content/docs/models.mdx @@ -37,8 +37,8 @@ However, there are a only a few of them that are good at both generating code an Here are the ones we recommend with OpenCode: -- Claude Sonnet 4 -- Claude Opus 4 +- Claude Sonnet 4.5 +- Claude Opus 4.1 - Kimi K2 - Qwen3 Coder - GPT 4.1 @@ -86,7 +86,7 @@ You can globally configure a model's options through the config. }, "anthropic": { "models": { - "claude-sonnet-4-20250514": { + "claude-sonnet-4-5-20250929": { "options": { "thinking": { "type": "enabled", |
