File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/platform/src/Bridge/Anthropic Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 20
20
class Claude extends Model
21
21
{
22
22
public const HAIKU_3 = 'claude-3-haiku-20240307 ' ;
23
- public const HAIKU_35 = 'claude-3-5-haiku-20241022 ' ;
23
+ public const HAIKU_35 = 'claude-3-5-haiku-latest ' ;
24
24
public const SONNET_3 = 'claude-3-sonnet-20240229 ' ;
25
- public const SONNET_35 = 'claude-3-5-sonnet-20240620 ' ;
26
- public const SONNET_35_V2 = 'claude-3-5-sonnet-20241022 ' ;
27
- public const SONNET_37 = 'claude-3-7-sonnet-20250219 ' ;
25
+ public const SONNET_35 = 'claude-3-5-sonnet-latest ' ;
26
+ public const SONNET_37 = 'claude-3-7-sonnet-latest ' ;
27
+ public const SONNET_4 = 'claude-sonnet-4-20250514 ' ;
28
+ public const SONNET_4_0 = 'claude-sonnet-4-0 ' ;
28
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 ' ;
29
32
30
33
/**
31
34
* @param array<string, mixed> $options The default options for the model usage
You can’t perform that action at this time.
0 commit comments