We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05a148 commit ffc4b76Copy full SHA for ffc4b76
packages/bytebot-agent/src/anthropic/anthropic.constants.ts
@@ -3,8 +3,8 @@ import { BytebotAgentModel } from '../agent/agent.types';
3
export const ANTHROPIC_MODELS: BytebotAgentModel[] = [
4
{
5
provider: 'anthropic',
6
- name: 'claude-opus-4-20250514',
7
- title: 'Claude Opus 4',
+ name: 'claude-opus-4-1-20250805',
+ title: 'Claude Opus 4.1',
8
contextWindow: 200000,
9
},
10
0 commit comments