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:
parent
2d09a3a234
commit
62a168f46d
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ func initializeModelProviderMap() map[string]string {
|
|||
|
||||
// Anthropic models
|
||||
anthropicModels := []string{
|
||||
"claude-opus-4-1-20250805",
|
||||
"claude-opus-4-20250514",
|
||||
"claude-sonnet-4-20250514",
|
||||
"claude-3-7-sonnet-20250219",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue