feat(registry): add Claude Opus 4.5 model definition

Add support for claude-opus-4-5-20251101 with 200K context window
and 64K max output tokens.
This commit is contained in:
Ben Vargas
2025-11-24 12:26:39 -07:00
parent 0ceee56d99
commit 43f007c234

View File

@@ -23,6 +23,17 @@ func GetClaudeModels() []*ModelInfo {
Type: "claude",
DisplayName: "Claude 4.5 Sonnet",
},
{
ID: "claude-opus-4-5-20251101",
Object: "model",
Created: 1730419200, // 2025-11-01
OwnedBy: "anthropic",
Type: "claude",
DisplayName: "Claude 4.5 Opus",
Description: "Premium model combining maximum intelligence with practical performance",
ContextLength: 200000,
MaxCompletionTokens: 64000,
},
{
ID: "claude-opus-4-1-20250805",
Object: "model",