Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/customize/model-roles/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ In Continue, these models are used for normal [Chat](../../ide-extensions/chat/q

For the best overall Chat experience, you will want to use a 400B+ parameter model or one of the frontier models.

### Claude Opus 4.5 and Claude Sonnet 4 from Anthropic
### Claude Opus 4.6 and Claude Sonnet 4 from Anthropic

Our current top recommendations are Claude Opus 4.5 and Claude Sonnet 4 from [Anthropic](../model-providers/top-level/anthropic).
Our current top recommendations are Claude Opus 4.6 and Claude Sonnet 4 from [Anthropic](../model-providers/top-level/anthropic).

<Tabs>
<Tab title="Hub">
View the [Claude Opus 4.5 model block](https://continue.dev/anthropic/claude-4-5-opus) or [Claude Sonnet 4 model block](https://continue.dev/anthropic/claude-4-sonnet) on the hub.
View the [Claude Opus 4.6 model block](https://continue.dev/anthropic/claude-opus-4-6) or [Claude Sonnet 4 model block](https://continue.dev/anthropic/claude-4-sonnet) on the hub.
</Tab>
<Tab title="YAML">
```yaml title="config.yaml"
Expand All @@ -34,9 +34,9 @@ Our current top recommendations are Claude Opus 4.5 and Claude Sonnet 4 from [An
schema: v1

models:
- name: Claude Opus 4.5
- name: Claude Opus 4.6
provider: anthropic
model: claude-opus-4-5
model: claude-opus-4-6
apiKey: <YOUR_ANTHROPIC_API_KEY>
```
</Tab>
Expand Down
Loading