We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b7ea2 commit 558174dCopy full SHA for 558174d
common/src/constants/claude-oauth.ts
@@ -66,6 +66,7 @@ export const OPENROUTER_TO_ANTHROPIC_MODEL_MAP: Record<string, string> = {
66
'anthropic/claude-haiku-4': 'claude-haiku-4-20250514',
67
68
// Claude 4.x Sonnet models
69
+ 'anthropic/claude-sonnet-4.6': 'claude-sonnet-4-6',
70
'anthropic/claude-sonnet-4.5': 'claude-sonnet-4-5-20250929',
71
'anthropic/claude-sonnet-4': 'claude-sonnet-4-20250514',
72
'anthropic/claude-4-sonnet-20250522': 'claude-sonnet-4-20250514',
0 commit comments