From 18c8df48ed756c51d59d5ed45d96c9d5b50c5fb3 Mon Sep 17 00:00:00 2001 From: Thibaut Fatus Date: Fri, 11 Sep 2026 14:52:05 +0200 Subject: [PATCH] [feat] add gpt-6-astra and claude-fable-5.1 to the CLI registry Both at the run config their siblings use: gpt-6-astra:high mirrors gpt-5.6-sol:high (26k, reasoningEffort high), claude-fable-5.1:limited mirrors claude-fable-5:limited (16k). Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01SkY3paoRgmch7e3KGJuTxn --- models.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/models.json b/models.json index 34636eb..f70914a 100644 --- a/models.json +++ b/models.json @@ -90,6 +90,15 @@ } } }, + "gpt-6-astra:high": { + "model": "openai/gpt-6-astra", + "maxTokens": 26000, + "providerOptions": { + "openai": { + "reasoningEffort": "high" + } + } + }, "claude-sonnet-4.6:limited": { "model": "anthropic/claude-sonnet-4.6", "maxTokens": 16000 @@ -164,6 +173,10 @@ "model": "anthropic/claude-fable-5", "maxTokens": 16000 }, + "claude-fable-5.1:limited": { + "model": "anthropic/claude-fable-5.1", + "maxTokens": 16000 + }, "llama-4-maverick:limited": { "model": "meta/llama-4-maverick", "maxTokens": 16000