[AI] Refresh model catalogs - #33421
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
🚀 Deploying Preview to Cloudflare 🚀Preview URL: https://superhighfives-refresh-ai-model-catalogs.previews.developers.cloudflare.com (commit 70ed4d6)This URL reflects your latest Preview deploymentPreview Deployments by commit
|
|
Preview URL: https://70ed4d6b.preview.developers.cloudflare.com |
ReviewReview in progress for commit |
|
/bonk review |
| "output_text_tokens": 9, | ||
| "Reasoning tokens (per 1M)": 9, | ||
| "output_video_tokens": 17.5, | ||
| "Default (per second)": 1.5 |
There was a problem hiding this comment.
These pricing keys render verbatim in the comparison table (formatModelPricing in src/util/models/model-format.ts), unlike the Input … (per 1M) keys above them — formatPricingLabel only normalizes the … tokens (per 1M) pattern, so output_text_tokens/output_video_tokens show as raw labels ("output text tokens: $9.00"). The same issue applies to the other new omni file and google-gemini-3.1-flash-tts.json.
| "output_text_tokens": 9, | |
| "Reasoning tokens (per 1M)": 9, | |
| "output_video_tokens": 17.5, | |
| "Default (per second)": 1.5 | |
| "Output text tokens (per 1M)": 9, | |
| "Reasoning tokens (per 1M)": 9, | |
| "Output video tokens (per 1M)": 17.5, | |
| "Default (per second)": 1.5 |
|
Posted 1 inline suggestion. LOW — Out of scope: this refresh removes 22 legacy Workers AI models (e.g. Everything else validated: all 241 changed JSON files parse, required schema fields present, |
Summary
Refreshes the Workers AI and unified catalog model data from the production APIs.
Documentation checklist