Skip to content

[AI] Add Pareto and Jev models - #33516

Merged
ethulia merged 3 commits into
cloudflare:productionfrom
shridhar-cf:unbiased-pareto-clean
Sep 18, 2026
Merged

ethulia merged 3 commits into
cloudflare:productionfrom
shridhar-cf:unbiased-pareto-clean

Conversation

@shridhar-cf

@shridhar-cf shridhar-cf commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds catalog entries for:

  • Unbiased Pareto (unbiased/pareto)
  • TypeSafe Jev (typesafe/jev)

The Stealth Union Alpha entry is not present on production, so no deletion is represented in this PR.

Validation

  • Parsed both catalog files as JSON
  • Confirmed both files pass Prettier

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning found in commit c60890d.

👉 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 Review

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

Warnings (1)
File Issue
catalog-models/unbiased-pareto.json line 18 Pricing inconsistent with example costs — 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.

Conventions

No convention issues found.

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.

@github-actions github-actions Bot added product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/xl labels Sep 18, 2026
@ethulia
ethulia enabled auto-merge (squash) September 18, 2026 00:27
@ethulia
ethulia merged commit 4c88fb8 into cloudflare:production Sep 18, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/xl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants