fix: add sonnet alias for Claude Sonnet 4.1 to match opus/haiku pattern
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model_name": "anthropic/claude-sonnet-4.1",
|
"model_name": "anthropic/claude-sonnet-4.1",
|
||||||
"aliases": ["sonnet4.1"],
|
"aliases": ["claude", "sonnet", "sonnet4.1", "claude-sonnet", "claude-4.1-sonnet", "claude-sonnet-4.1"],
|
||||||
"context_window": 200000,
|
"context_window": 200000,
|
||||||
"max_output_tokens": 64000,
|
"max_output_tokens": 64000,
|
||||||
"supports_extended_thinking": false,
|
"supports_extended_thinking": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user