Update Maple AI model pricing and reorder list#64
Conversation
📝 WalkthroughWalkthroughDocumentation update to the Maple AI guide that removes an API credit funding prerequisite, consolidates the prerequisites list, and revises the available models table with updated model listings and pricing information. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 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 |
Deploying opensecret-sdk with
|
| Latest commit: |
9547c68
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://87e4312a.opensecret-sdk.pages.dev |
| Branch Preview URL: | https://update-model-pricing.opensecret-sdk.pages.dev |
Greptile OverviewGreptile SummaryUpdated Maple AI documentation to reflect new model pricing structure and removed the requirement to purchase separate API credits (now uses Plan credits). Key changes:
Note: The removed Confidence Score: 4/5
Important Files Changed
|
Additional Comments (1)
Prompt To Fix With AIThis is a comment left during a code review.
Path: website/docs/maple-ai/index.md
Line: 143:143
Comment:
`kimi-k2-thinking` model removed from docs but still referenced in `rust/tests/ai_integration.rs:149`. Verify tests don't need updating.
How can I resolve this? If you propose a fix, please make it concise. |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
website/docs/maple-ai/index.md (1)
24-24:⚠️ Potential issue | 🟡 MinorUpdate terminology from "API credits" to "Plan credits" for consistency.
The PR removes the requirement to purchase API credits separately, with the API now using Plan credits instead. However, the documentation still references "API credits" in several places:
- Line 24: "Each user brings their own Maple account and API credits"
- Line 289: Error message says "Insufficient API credits"
- Line 404: Error message says "Insufficient API credits"
This outdated terminology could confuse users who expect to use Plan credits but see references to "API credits" they never purchased.
📝 Suggested terminology updates
Line 24:
-- Each user brings their own Maple account and API credits +- Each user brings their own Maple account and Plan creditsLine 289:
- console.error("Insufficient API credits"); + console.error("Insufficient Plan credits");Line 404:
- 402 => eprintln!("Insufficient API credits"), + 402 => eprintln!("Insufficient Plan credits"),Also applies to: 289-289, 404-404
New model list. Also removed the requirement to purchase API credits now that the API pulls from the Plan credits.
gpt-oss-120bkimi-k2-5deepseek-r1-0528llama-3.3-70bqwen3-vl-30bgemma-3-27bSummary by CodeRabbit