docs: add Claude Fable 5.1 to the model catalog - #669
Closed
warp-factories[bot] wants to merge 1 commit into
Closed
Conversation
Adds the Claude Fable 5.1 variants (low/medium/high/xhigh/max) to the Anthropic model table in model-choice.mdx, ordered ahead of Claude Fable 5, and extends the ZDR/data-retention caution to cover both Fable 5 and 5.1 since both require data retention per the Fable tooltip mapping in warp-server's admin UI strings. Refs QUALITY-1959
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
This PR was generated with Warp. Comment |
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.



Summary
Adds Claude Fable 5.1 (and its effort variants) to the public model catalog docs, closing the gap reported in QUALITY-1959.
Changes
claude-5-1-fable-low/medium/high/xhigh/max) to the Anthropic table insrc/content/docs/agents/inference/model-choice.mdx, listed ahead of Claude Fable 5 (newest-first). Default effort is high, confirmed againstwarpdotdev/warp-server'smodel/types/ai/types.goandlogic/ai/llm/llm_role.go, where Fable 5.1 mirrors Fable 5's exact variant set (no "fast" mode) and effort tiering.:::cautionbelow the table to cover both Claude Fable 5 and 5.1, sinceclient/src/components/admin/utils/uiStrings.tsinwarp-servermaps all fiveclaude-5-1-fable-*IDs to the sameANTHROPIC_DATA_RETENTION_TOOLTIPas Fable 5.Validation
npm run build(Astro build) completes successfully with the updated MDX.