Skip to content

Commit 06c79a1

Browse files
committed
Adds Claude 4.1 Opus model support
1 parent bedf8a5 commit 06c79a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plus/ai/anthropicProvider.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ import { OpenAICompatibleProviderBase } from './openAICompatibleProviderBase';
77

88
type AnthropicModel = AIModel<typeof provider.id>;
99
const models: AnthropicModel[] = [
10+
{
11+
id: 'claude-opus-4-1-20250805',
12+
name: 'Claude 4.1 Opus',
13+
maxTokens: { input: 204800, output: 32000 },
14+
provider: provider,
15+
},
1016
{
1117
id: 'claude-opus-4-0',
1218
name: 'Claude 4 Opus',

0 commit comments

Comments
 (0)