feat(models): add Claude Opus 4.8 model to registry

This commit is contained in:
Luis Pater
2026-05-29 01:22:46 +08:00
parent c65275fd32
commit df0176a188

View File

@@ -95,6 +95,29 @@
]
}
},
{
"id": "claude-opus-4-8",
"object": "model",
"created": 1779984000,
"owned_by": "anthropic",
"type": "claude",
"display_name": "Claude Opus 4.8",
"description": "Premium model combining maximum intelligence with practical performance",
"context_length": 1000000,
"max_completion_tokens": 128000,
"thinking": {
"min": 1024,
"max": 128000,
"zero_allowed": true,
"levels": [
"low",
"medium",
"high",
"xhigh",
"max"
]
}
},
{
"id": "claude-opus-4-5-20251101",
"object": "model",