Skip to content

Correct Claude 5.1 catalog metadata - #2139

Merged
DanielButler1 merged 1 commit into
mainfrom
fix/claude51-official-metadata-20260901
Sep 1, 2026
Merged

Correct Claude 5.1 catalog metadata#2139
DanielButler1 merged 1 commit into
mainfrom
fix/claude51-official-metadata-20260901

Conversation

@DanielButler1

Copy link
Copy Markdown
Member

Summary

  • correct Claude Fable 5.1 and Mythos 5.1 cache-read pricing from Anthropic's official migration guide
  • document adaptive thinking, forced tool-choice restrictions, prompt-cache minimums, retention, and Project Glasswing access
  • replace provisional model and route verification with official Anthropic sources while keeping only the direct Anthropic routes enabled

Validation

  • pnpm validate:data
  • pnpm validate:pricing
  • pnpm validate:gateway

Source

@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
phaseo Ready Ready Preview Sep 1, 2026 6:18pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@DanielButler1
DanielButler1 merged commit 6d93c3e into main Sep 1, 2026
33 checks passed
@DanielButler1
DanielButler1 deleted the fix/claude51-official-metadata-20260901 branch September 1, 2026 18:19

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 85f6d0832f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +11 to +14
{ "meter": "cached_write_text_tokens_5m", "unit": "token", "unit_size": 1000000, "price_per_unit": 12.5, "currency": "USD", "pricing_plan": "standard", "note": null, "match": [], "priority": 100, "effective_from": "2026-09-01T00:00:00Z", "region": null, "cache_duration_seconds": null, "conditions": [], "source": "https://platform.claude.com/docs/en/models/fable-5-1/migration-guide" },
{ "meter": "cached_write_text_tokens_1h", "unit": "token", "unit_size": 1000000, "price_per_unit": 20, "currency": "USD", "pricing_plan": "standard", "note": null, "match": [], "priority": 100, "effective_from": "2026-09-01T00:00:00Z", "region": null, "cache_duration_seconds": null, "conditions": [], "source": "https://platform.claude.com/docs/en/models/fable-5-1/migration-guide" },
{ "meter": "input_text_tokens", "unit": "token", "unit_size": 1000000, "price_per_unit": 5, "currency": "USD", "pricing_plan": "batch", "note": null, "match": [], "priority": 100, "effective_from": "2026-09-01T00:00:00Z", "region": null, "cache_duration_seconds": null, "conditions": [], "source": "https://platform.claude.com/docs/en/models/fable-5-1/migration-guide" },
{ "meter": "output_text_tokens", "unit": "token", "unit_size": 1000000, "price_per_unit": 25, "currency": "USD", "pricing_plan": "batch", "note": null, "match": [], "priority": 100, "effective_from": "2026-09-01T00:00:00Z", "region": null, "cache_duration_seconds": null, "conditions": [], "source": "https://platform.claude.com/docs/en/models/fable-5-1/migration-guide" },

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep unverified pricing dimensions provisional

When consumers use prompt-cache writes or the Batch API, these unchanged Fable 5 fallback amounts are now presented as official Fable 5.1 prices because the provisional notes were removed and the migration guide was attached to every rule. However, this file's own source and verification metadata only claim support for input, output, and cache-read pricing; the same unsupported promotion occurs for Mythos cache-write rules. Retain the provisional provenance or cite verification for cache-write and batch dimensions independently.

AGENTS.md reference: packages/data/catalog/AGENTS.md:L14-L16

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant