GH#3569: fix(docs): clarify opus cost multiplier with explicit pricing basis#4391
Conversation
…GH#3569) Add inline pricing reference to the cost constraint line so the multiplier is self-verifying against the Model Details table. The original 3x/5x mismatch from PR #758 was already resolved in commit af7c55c (t1128); this adds the explicit dollar amounts to prevent future ambiguity. Closes #3569
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the clarity and accuracy of the documentation for the Opus AI model by embedding explicit pricing details directly into the cost constraint description. This change aims to provide immediate context for the cost multiplier, making the documentation more robust and preventing future misunderstandings or inconsistencies regarding model pricing. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request clarifies the cost multiplier for the opus model by embedding the specific pricing details directly in the documentation. My review includes a suggestion to make the pricing format even more explicit to avoid any potential ambiguity for readers.
| - Only use this tier when the task genuinely requires it | ||
| - Most coding tasks are better served by sonnet tier | ||
| - Cost is approximately 1.7x sonnet -- justify the spend | ||
| - Cost is approximately 1.7x sonnet ($5/$25 vs $3/$15 per 1M tokens) -- justify the spend |
There was a problem hiding this comment.
To enhance clarity and ensure the pricing information is unambiguous for all users, I suggest explicitly labeling the input and output costs. While the $input/$output format is a common convention, adding a label like input/output: removes any guesswork.
| - Cost is approximately 1.7x sonnet ($5/$25 vs $3/$15 per 1M tokens) -- justify the spend | |
| - Cost is approximately 1.7x sonnet (input/output: $5/$25 vs $3/$15 per 1M tokens) -- justify the spend |
There was a problem hiding this comment.
Applied ✅ — good catch. Added the input/output: label as suggested. The change is in follow-up PR #4404 since this PR was already merged. The line now reads: Cost is approximately 1.7x sonnet (input/output: $5/$25 vs $3/$15 per 1M tokens) -- justify the spend
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Fri Mar 13 07:48:32 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
($5/$25 vs $3/$15 per 1M tokens)to the cost constraint line inopus.mdaf7c55c3(t1128: update model registry); this PR adds the explicit dollar amounts as a guard against regressionChanges
File:
.agents/tools/ai-assistants/models/opus.mdVerification
The constraint line now explicitly cites the same prices shown in the Model Details table:
Closes #3569