Add claude-opus-4-1-20250805 model to Anthropic provider

Added support for the new Claude Opus 4.1 model released in August 2025
to enable routing through the proxy.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ivan Dachev 2025-08-13 08:09:59 +03:00
parent 2d09a3a234
commit 62a168f46d

View file

@ -99,6 +99,7 @@ func initializeModelProviderMap() map[string]string {
// Anthropic models // Anthropic models
anthropicModels := []string{ anthropicModels := []string{
"claude-opus-4-1-20250805",
"claude-opus-4-20250514", "claude-opus-4-20250514",
"claude-sonnet-4-20250514", "claude-sonnet-4-20250514",
"claude-3-7-sonnet-20250219", "claude-3-7-sonnet-20250219",