From efd69d8ece26d567127e2ed72d8d7373e930be15 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Wed, 10 Jun 2026 02:38:04 +0800 Subject: [PATCH] feat(models): add `Claude Fable 5` to registry - Added new model `Claude Fable 5` to `models.json` with enhanced reasoning and long-horizon capabilities. - Included detailed parameters such as context length, max completion tokens, and thinking level configurations. --- 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 56739c52a..bb648c83e 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -118,6 +118,29 @@ ] } }, + { + "id": "claude-fable-5", + "object": "model", + "created": 1781049600, + "owned_by": "anthropic", + "type": "claude", + "display_name": "Claude Fable 5", + "description": "Anthropic's most capable widely released model, for the most demanding reasoning and long-horizon agentic work", + "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",