Skip to content

Commit 44bdea5

Browse files
gumabclaude
andcommitted
feat: add Opus [1M] model option to model selector
Adds opus[1m] to the Claude model options alongside the existing sonnet[1m], allowing users to select the Opus model with 1M context window. Closes #579 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1628868 commit 44bdea5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/modelConstants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const CLAUDE_MODELS = {
1818
{ value: "haiku", label: "Haiku" },
1919
{ value: "opusplan", label: "Opus Plan" },
2020
{ value: "sonnet[1m]", label: "Sonnet [1M]" },
21+
{ value: "opus[1m]", label: "Opus [1M]" },
2122
],
2223

2324
DEFAULT: "sonnet",

0 commit comments

Comments
 (0)