|
34 | 34 | KnownModelName = TypeAliasType( |
35 | 35 | 'KnownModelName', |
36 | 36 | Literal[ |
37 | | - 'anthropic:claude-2.0', |
38 | | - 'anthropic:claude-2.1', |
39 | 37 | 'anthropic:claude-3-5-haiku-20241022', |
40 | 38 | 'anthropic:claude-3-5-haiku-latest', |
41 | 39 | 'anthropic:claude-3-5-sonnet-20240620', |
|
46 | 44 | 'anthropic:claude-3-haiku-20240307', |
47 | 45 | 'anthropic:claude-3-opus-20240229', |
48 | 46 | 'anthropic:claude-3-opus-latest', |
49 | | - 'anthropic:claude-3-sonnet-20240229', |
50 | 47 | 'anthropic:claude-4-opus-20250514', |
51 | 48 | 'anthropic:claude-4-sonnet-20250514', |
52 | 49 | 'anthropic:claude-opus-4-0', |
| 50 | + 'anthropic:claude-opus-4-1-20250805', |
53 | 51 | 'anthropic:claude-opus-4-20250514', |
54 | 52 | 'anthropic:claude-sonnet-4-0', |
55 | 53 | 'anthropic:claude-sonnet-4-20250514', |
|
100 | 98 | 'bedrock:mistral.mixtral-8x7b-instruct-v0:1', |
101 | 99 | 'bedrock:mistral.mistral-large-2402-v1:0', |
102 | 100 | 'bedrock:mistral.mistral-large-2407-v1:0', |
103 | | - 'claude-2.0', |
104 | | - 'claude-2.1', |
105 | 101 | 'claude-3-5-haiku-20241022', |
106 | 102 | 'claude-3-5-haiku-latest', |
107 | 103 | 'claude-3-5-sonnet-20240620', |
|
112 | 108 | 'claude-3-haiku-20240307', |
113 | 109 | 'claude-3-opus-20240229', |
114 | 110 | 'claude-3-opus-latest', |
115 | | - 'claude-3-sonnet-20240229', |
116 | 111 | 'claude-4-opus-20250514', |
117 | 112 | 'claude-4-sonnet-20250514', |
118 | 113 | 'claude-opus-4-0', |
| 114 | + 'claude-opus-4-1-20250805', |
119 | 115 | 'claude-opus-4-20250514', |
120 | 116 | 'claude-sonnet-4-0', |
121 | 117 | 'claude-sonnet-4-20250514', |
|
0 commit comments