We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e94e4 commit f8383bcCopy full SHA for f8383bc
1 file changed
common/src/constants/claude-oauth.ts
@@ -72,6 +72,7 @@ export const OPENROUTER_TO_ANTHROPIC_MODEL_MAP: Record<string, string> = {
72
'anthropic/claude-4-sonnet': 'claude-sonnet-4-20250514',
73
74
// Claude 4.x Opus models
75
+ 'anthropic/claude-opus-4.6': 'claude-opus-4-6',
76
'anthropic/claude-opus-4.5': 'claude-opus-4-5-20251101',
77
'anthropic/claude-opus-4.1': 'claude-opus-4-1-20250805',
78
'anthropic/claude-opus-4': 'claude-opus-4-1-20250805',
0 commit comments