LLMs: Anthropic: remove retired Claude 2 models

This commit is contained in:
Enrico Ros
2025-10-28 16:09:36 -07:00
parent 6d995c1253
commit 2fb5ffcecf
2 changed files with 2 additions and 28 deletions
@@ -233,30 +233,6 @@ export const hardcodedAnthropicModels: (ModelDescriptionSchema & { isLegacy?: bo
// Legacy/Retired models
// retired: 'claude-3-sonnet-20240229'
{
id: 'claude-2.1', // Retired | Retired: July 21, 2025
label: 'Claude 2.1 [Retired]',
description: 'Updated version of Claude 2 with improved accuracy. Retired July 21, 2025.',
contextWindow: 200000,
maxCompletionTokens: 4096,
trainingDataCutoff: 'Early 2023',
interfaces: [LLM_IF_OAI_Chat],
chatPrice: { input: 8, output: 24 },
benchmark: { cbaElo: 1118 },
hidden: true,
isLegacy: true,
},
{
id: 'claude-2.0', // Retired | Retired: July 21, 2025
label: 'Claude 2 [Retired]',
description: 'Predecessor to Claude 3, offering strong all-round performance. Retired July 21, 2025.',
contextWindow: 100000,
maxCompletionTokens: 4096,
trainingDataCutoff: 'Early 2023',
interfaces: [LLM_IF_OAI_Chat],
chatPrice: { input: 8, output: 24 },
benchmark: { cbaElo: 1132, cbaMmlu: 78.5 },
hidden: true,
isLegacy: true,
},
// retired: 'claude-2.1'
// retired: 'claude-2.0'
];
@@ -3,8 +3,6 @@
// // Anthropic models
// 'Claude 3 Opus': 'claude-3-opus-20240229',
// 'Claude 3 Haiku': 'claude-3-haiku-20240307',
// 'Claude-2.1': 'claude-2.1',
// 'Claude-2.0': 'claude-2.0',
// 'Claude-1': '', // No exact match
// 'Claude-Instant-1': 'claude-instant-1.2', // Closest match
//