Skip to content

Commit 1bba179

Browse files
committed
Add Opus 4.1
1 parent 371c27c commit 1bba179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/src/Bridge/Anthropic/Claude.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Claude extends Model
2929
public const OPUS_3 = 'claude-3-opus-20240229';
3030
public const OPUS_4 = 'claude-opus-4-20250514';
3131
public const OPUS_4_0 = 'claude-opus-4-0';
32+
public const OPUS_4_1 = 'claude-opus-4-1';
3233

3334
/**
3435
* @param array<string, mixed> $options The default options for the model usage

0 commit comments

Comments
 (0)