From df0176a188cd4fcd71f32e57faa52dfc3773a765 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Fri, 29 May 2026 01:22:46 +0800 Subject: [PATCH] feat(models): add Claude Opus 4.8 model to registry --- internal/registry/models/models.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index 41d191f0..93e03764 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -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", -- 2.51.2