Merge pull request #17 from idachev/add-opus-4-1-model
Add claude-opus-4-1-20250805 model to Anthropic provider
This commit is contained in:
commit
f48bea6516
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue