Skip to content

[Workers AI] Restrict select models to Workers Paid plan - #32338

Merged
mchenco merged 1 commit into
productionfrom
mchen/wai-workers-free
Jul 29, 2026
Merged

[Workers AI] Restrict select models to Workers Paid plan#32338
mchenco merged 1 commit into
productionfrom
mchen/wai-workers-free

Conversation

@mchenco

@mchenco mchenco commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Kimi K2.6, Kimi K2.7 Code, and GLM-5.2 are no longer available on the Workers Free plan and now require the Workers Paid plan. On the Free plan, requests to these models return a 403 (internal error 5035) prompting an upgrade.

This PR documents that change:

  • Changelog entry announcing the restriction, the rationale (prioritizing capacity, fewer 429/3040 errors), and Free-plan alternatives.
  • Errors page — new 5035 / 403 row.
  • Pricing page — note listing the paid-only models.
  • Model detail pages — a caution Aside (via a new reusable partial) on the three affected models, wired in through ModelDetailPage.astro.

Documentation checklist

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
*.astro @cloudflare/content-engineering, @kodster28
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/product-owners, @hoan-pom
/src/content/docs/workers-ai/ @rita3ko, @craigsdennis, @mchenco, @zeke, @superhighfives, @mattrothenberg, @ethulia, @aninibread, @kflansburg, @cloudflare/product-owners
* @cloudflare/product-owners

@mchenco
mchenco marked this pull request as ready for review July 28, 2026 16:11
@mchenco
mchenco force-pushed the mchen/wai-workers-free branch from 96cc51e to 438efc5 Compare July 28, 2026 16:20
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ Part of the review could not complete in commit 438efc5 — it will retry on the next push.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

❌ This review could not complete this run; results may be incomplete. It will retry on the next push.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

Comment thread src/components/models/ModelDetailPage.astro
@mchenco
mchenco requested a review from kflansburg July 28, 2026 21:42
@mchenco
mchenco enabled auto-merge (squash) July 29, 2026 16:47
@mchenco
mchenco merged commit 4b231e8 into production Jul 29, 2026
27 checks passed
@mchenco
mchenco deleted the mchen/wai-workers-free branch July 29, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:changelog product:workers-ai Workers AI: https://developers.cloudflare.com/workers-ai/ size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.