We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be86356 commit e747996Copy full SHA for e747996
1 file changed
common/src/constants/claude-oauth.ts
@@ -68,6 +68,8 @@ export const OPENROUTER_TO_ANTHROPIC_MODEL_MAP: Record<string, string> = {
68
// Claude 4.x Sonnet models
69
'anthropic/claude-sonnet-4.5': 'claude-sonnet-4-5-20250929',
70
'anthropic/claude-sonnet-4': 'claude-sonnet-4-20250514',
71
+ 'anthropic/claude-4-sonnet-20250522': 'claude-sonnet-4-20250514',
72
+ 'anthropic/claude-4-sonnet': 'claude-sonnet-4-20250514',
73
74
// Claude 4.x Opus models
75
'anthropic/claude-opus-4.5': 'claude-opus-4-5-20251101',
0 commit comments