test: update tests to match new Claude Sonnet 4.5 alias configuration

- Updated sonnet alias to point to claude-sonnet-4.5 instead of 4.1
- Removed references to deprecated 'claude' alias
- Added sonnet4.1 alias for claude-sonnet-4.1 backwards compatibility
- All 809 tests passing
This commit is contained in:
Fahad
2025-10-01 19:57:43 +04:00
parent c0f822ffa2
commit 7efb4094d4
2 changed files with 15 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ class TestOpenRouterModelRegistry:
test_cases = [
("opus", "anthropic/claude-opus-4.1"),
("OPUS", "anthropic/claude-opus-4.1"), # Case insensitive
("claude", "anthropic/claude-sonnet-4.1"),
("sonnet", "anthropic/claude-sonnet-4.5"),
("o3", "openai/o3"),
("deepseek", "deepseek/deepseek-r1-0528"),
("mistral", "mistralai/mistral-large-2411"),