[feat] add gpt-6-astra and claude-fable-5.1 to the CLI registry - #36
Merged
Merged
Conversation
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SkY3paoRgmch7e3KGJuTxn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the two new frontier models to
models.jsonso they are invokable fromyarn kora.gpt-6-astra:high→openai/gpt-6-astra, 26k output,reasoningEffort: high— mirrorsgpt-5.6-sol:high.claude-fable-5.1:limited→anthropic/claude-fable-5.1, 16k output — mirrorsclaude-fable-5:limited.The worker-side registry is a separate switch in kora-infra and is updated there; this only covers the CLI.
Not yet verified against the gateway catalogue — the model strings follow the dotted convention the file already uses (
anthropic/claude-opus-4.8), not the providers' literal API ids (claude-fable-5-1). Worth one smoke invocation before relying on it.🤖 Generated with Claude Code
https://claude.ai/code/session_01SkY3paoRgmch7e3KGJuTxn