mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMs: Anthropic: remove retired Claude 2 models
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user