Skip to content

Update Maple AI model pricing and reorder list#64

Merged
AnthonyRonning merged 1 commit intomasterfrom
update-model-pricing
Feb 12, 2026
Merged

Update Maple AI model pricing and reorder list#64
AnthonyRonning merged 1 commit intomasterfrom
update-model-pricing

Conversation

@marksftw
Copy link
Contributor

@marksftw marksftw commented Feb 12, 2026

New model list. Also removed the requirement to purchase API credits now that the API pulls from the Plan credits.

Model Best For Price (per M tokens)
gpt-oss-120b Quick responses, creative writing $1.50 input / $2.50 output
kimi-k2-5 Reasoning, coding, image analysis $3 input / $10.50 output
deepseek-r1-0528 Deep reasoning, research, math $3 input / $10.50 output
llama-3.3-70b General reasoning, daily tasks $3.50 input / $5.50 output
qwen3-vl-30b Image analysis, vision tasks $2.50 input / $8 output
gemma-3-27b Fast image analysis $10 input / $10 output

Summary by CodeRabbit

  • Documentation
    • Simplified API prerequisites—now only an API key is required
    • Updated the available models catalog with new model options and revised pricing

Open with Devin

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

📝 Walkthrough

Walkthrough

Documentation 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

Cohort / File(s) Summary
Documentation Update
website/docs/maple-ai/index.md
Removed funded API credits prerequisite, simplified prerequisites list, and updated the Available Models table with revised model catalog and pricing.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 The docs were dressed in new attire,
With models fresh and rates that climb higher,
Prerequisites now lean and clean,
The clearest guide you've ever seen! ✨

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: updating Maple AI model pricing and reordering the list of available models, which directly matches the primary alterations to the documentation.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-model-pricing

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link

Deploying opensecret-sdk with  Cloudflare Pages  Cloudflare Pages

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

View logs

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 12, 2026

Greptile Overview

Greptile Summary

Updated Maple AI documentation to reflect new model pricing structure and removed the requirement to purchase separate API credits (now uses Plan credits).

Key changes:

  • Removed kimi-k2-thinking and qwen3-coder-480b from model list
  • Added kimi-k2-5 model with updated pricing
  • Reordered models with gpt-oss-120b first
  • Updated pricing from uniform $4/$4 to differentiated pricing per model ($1.50-$10 input, $2.50-$10.50 output)
  • Removed "Funded API credits" prerequisite

Note: The removed kimi-k2-thinking model is still referenced in test file rust/tests/ai_integration.rs:149 - verify if tests need updating.

Confidence Score: 4/5

  • This PR is safe to merge with minimal risk - documentation-only changes
  • Documentation update correctly reflects new pricing model and removed API credit requirement. Minor concern about test file still referencing removed model, but this doesn't affect production code.
  • No files require special attention - this is a straightforward documentation update

Important Files Changed

Filename Overview
website/docs/maple-ai/index.md Updated Maple AI model list with new pricing and removed API credit purchase requirement - documentation change only

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 12, 2026

Additional Comments (1)

website/docs/maple-ai/index.md
kimi-k2-thinking model removed from docs but still referenced in rust/tests/ai_integration.rs:149. Verify tests don't need updating.

Prompt To Fix With AI
This 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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🟡 Minor

Update 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 credits

Line 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

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@AnthonyRonning AnthonyRonning merged commit 0dedddf into master Feb 12, 2026
8 of 9 checks passed
@AnthonyRonning AnthonyRonning deleted the update-model-pricing branch February 12, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants