Skip to content

Commit df0176a

Browse files
committed
feat(models): add Claude Opus 4.8 model to registry
1 parent c65275f commit df0176a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

internal/registry/models/models.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,29 @@
9595
]
9696
}
9797
},
98+
{
99+
"id": "claude-opus-4-8",
100+
"object": "model",
101+
"created": 1779984000,
102+
"owned_by": "anthropic",
103+
"type": "claude",
104+
"display_name": "Claude Opus 4.8",
105+
"description": "Premium model combining maximum intelligence with practical performance",
106+
"context_length": 1000000,
107+
"max_completion_tokens": 128000,
108+
"thinking": {
109+
"min": 1024,
110+
"max": 128000,
111+
"zero_allowed": true,
112+
"levels": [
113+
"low",
114+
"medium",
115+
"high",
116+
"xhigh",
117+
"max"
118+
]
119+
}
120+
},
98121
{
99122
"id": "claude-opus-4-5-20251101",
100123
"object": "model",

0 commit comments

Comments
 (0)