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.
2 parents 371c27c + 1bba179 commit e2c787dCopy full SHA for e2c787d
src/platform/src/Bridge/Anthropic/Claude.php
@@ -29,6 +29,7 @@ class Claude extends Model
29
public const OPUS_3 = 'claude-3-opus-20240229';
30
public const OPUS_4 = 'claude-opus-4-20250514';
31
public const OPUS_4_0 = 'claude-opus-4-0';
32
+ public const OPUS_4_1 = 'claude-opus-4-1';
33
34
/**
35
* @param array<string, mixed> $options The default options for the model usage
0 commit comments