We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedf8a5 commit 06c79a1Copy full SHA for 06c79a1
src/plus/ai/anthropicProvider.ts
@@ -7,6 +7,12 @@ import { OpenAICompatibleProviderBase } from './openAICompatibleProviderBase';
7
8
type AnthropicModel = AIModel<typeof provider.id>;
9
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
+ },
16
{
17
id: 'claude-opus-4-0',
18
name: 'Claude 4 Opus',
0 commit comments