fix: [missing-model] cloudflare-ai-gateway: anthropic/claude-fable-5.1 - #6217
Open
github-actions[bot] wants to merge 1 commit into
Open
fix: [missing-model] cloudflare-ai-gateway: anthropic/claude-fable-5.1#6217github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
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 the missing Cloudflare AI Gateway entry for
anthropic/claude-fable-5.1and curates its reasoning controls so the next catalog sync keeps them. The lab model already reasons (models/anthropic/claude-fable-5-1.toml); the gateway had no provider file and noreasoning_optionsincuration.toml, which is what the sync diagnostic reported.Changes
providers/cloudflare-ai-gateway/models/anthropic/claude-fable-5.1.tomlbase_model = "anthropic/claude-fable-5-1"structured_output = true(same as sibling Anthropic models on this host)reasoning_options: effortlow|medium|high|xhigh|maxcost: input10, output50, cache_read0.25, cache_write12.5(USD / MTok)limit.context = 1_000_000provider.npm = "@ai-sdk/anthropic"providers/cloudflare-ai-gateway/curation.tomlwith the same effort set,structured_output, wire-path/notesources so regeneration retains the fixEvidence
models/anthropic/claude-fable-5-1.tomlclaude-fable-5-1; catalog idanthropic/claude-fable-5.1resolves to labanthropic/claude-fable-5-1(dot→dash, same as other CF Anthropic ids)low/medium/high/xhigh/max; wire pathoutput_config.effort; no on/off toggle for Fable 5.1providers/anthropic/models/claude-fable-5-1.toml; CF peersclaude-fable-5,claude-opus-4.8,claude-opus-5; relays OpenRouter/Vercel/KiloValidation
bun validateor live Cloudflare catalog/API calls in this environment.Review notes
cost/limit.contextfrom live pricing if the feed differs.toggle: Fable 5.1 adaptive thinking is always on; control is effort-only (unlike CFclaude-sonnet-5, which documents a thinking toggle).budget_tokens: extended thinking budgets are not the Fable 5.1 control surface.Closes #6216
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/33784388041