docs: add missing price for kimi-k2.6 on routing table#168
Conversation
📝 WalkthroughWalkthroughThis PR updates the pricing table in README.md to include complete pricing information for the kimi-k2.6 model in the SIMPLE tier's PREMIUM column, changing from an unpaid entry to display ChangesPricing Table Documentation
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 212: Update the SIMPLE table entry that currently shows "kimi-k2.6
($0.90/$4.00)" to match the canonical pricing "moonshot/kimi-k2.6
($0.95/$4.00)"; locate the table row containing "SIMPLE" and the cell with
"kimi-k2.6" and change the first price from $0.90 to $0.95 so both occurrences
(the SIMPLE table and the moonshot/kimi-k2.6 reference) are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | Tier | ECO Model | AUTO Model | PREMIUM Model | | ||
| | --------- | ----------------------------------- | ------------------------------------- | ---------------------------- | | ||
| | SIMPLE | nvidia/gpt-oss-120b (**FREE**) | gemini-2.5-flash ($0.30/$2.50) | kimi-k2.6 | | ||
| | SIMPLE | nvidia/gpt-oss-120b (**FREE**) | gemini-2.5-flash ($0.30/$2.50) | kimi-k2.6 ($0.90/$4.00) | |
There was a problem hiding this comment.
Align kimi-k2.6 price with the canonical pricing table.
Line 212 says kimi-k2.6 ($0.90/$4.00), but Line 421 lists moonshot/kimi-k2.6 as $0.95/$4.00. Please make these consistent to avoid pricing confusion.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 212, Update the SIMPLE table entry that currently shows
"kimi-k2.6 ($0.90/$4.00)" to match the canonical pricing "moonshot/kimi-k2.6
($0.95/$4.00)"; locate the table row containing "SIMPLE" and the cell with
"kimi-k2.6" and change the first price from $0.90 to $0.95 so both occurrences
(the SIMPLE table and the moonshot/kimi-k2.6 reference) are consistent.
Noticed that the kimi-k2.6 was the only model in the routing table without prices in description. Figured I'd save everyone the google search I did before scrolling further down to see rates.
Summary by CodeRabbit