[AI] Add Pareto and Jev models - #33516
Merged
ethulia merged 3 commits intoSep 18, 2026
Merged
Conversation
shridhar-cf
requested review from
a team,
ethulia,
kathayl,
kflansburg,
mattrothenberg,
mchenco,
superhighfives and
zeke
as code owners
September 18, 2026 00:07
Contributor
Review
👉 Fix in your agent 👈Fix the following review findings in PR #33516 (https://github.com/cloudflare/cloudflare-docs/pull/33516).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.
The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.
---
## Code Review
### Warnings (1)
#### CR-72b10a093ebb · Pricing inconsistent with example costs
- **File:** `src/content/catalog-models/unbiased-pareto.json` line 18
- **Issue:** The declared pricing ($2.5 input / $7.5 output per 1M, lines 18-19 and 332-333) cannot produce the `usage.cost` values in the examples, which are rendered on the model page next to the price. E.g. Example 1 (11 prompt + 5 completion tokens, cost 0.000045) would cost 0.000065 at 2.5/7.5; checking all five examples, every cost exactly matches $1.25/$6.25 rates (the same rates the sibling stealth/union-alpha entry was captured under), so the examples are stale relative to the newly set price.
- **Fix:** Confirm the actual Pareto rates and either correct the pricing fields or regenerate the example raw responses so the `usage.cost` values reconcile with the listed price.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. Warnings (1)
ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
ethulia
approved these changes
Sep 18, 2026
ethulia
enabled auto-merge (squash)
September 18, 2026 00:27
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 catalog entries for:
unbiased/pareto)typesafe/jev)The Stealth Union Alpha entry is not present on
production, so no deletion is represented in this PR.Validation