Help home Getting Started MCP setup Purple Red Blue Green Orange Auth Use cases Tools Errors Pricing Troubleshooting

Help / Pricing

Pricing

Codens bills in credits (CCU), with 1 credit = ¥0.01. 1 input token = 0.0225 credits, 1 output token = 0.1125 credits (rate card effective July 2026). Per-model multipliers range from 0.1x for our default in-house Qwen model up to 10.0x for Claude Fable 5, and consumption varies by task complexity and model choice.

Consumption per task varies by workload and model choice. As one real example, Orange's PR review costs a median of ~79 credits (p90 ~260 credits), based on our own production usage as of July 2026.

Monthly plans (5 tiers)

PlanMonthlyCreditsNotes
Free TrialFree100,000 credits (valid 14 days)No credit card required.
Hobby¥3,000 / mo300,000 credits / moRed / Blue / Green supported.
Pro¥10,000 / mo1,000,000 credits / moRed / Blue / Green / Orange supported.
Business¥50,000 / mo5,000,000 credits / moFull suite + SLA.
EnterpriseCustomUnlimitedOn-prem inference (in-house GPUs) optional. For finance / healthcare / government.

Machine-readable pricing endpoint

GET https://api.auth.codens.ai/.well-known/pricing.json Accept: application/json // Returned via BCP (5-minute cache, static fallback on BCP outage) { "version": "1", "currency": "CCU", "initial_credit_grant": 1000, "tiers": [ { "name": "default", "credit_per_workflow_run": 10, "credit_per_mcp_call": 1, "monthly_quota": null } ], "rate_cards_url": "https://bcp.codens.ai/api/v1/rate_cards" }

From an agent, you can also fetch it via the MCP tool: auth_agent({ action: "get_pricing" }).

Initial credit grant

The grant given to a new organization is driven by BCP configuration (the current default lives in initial_credit_grant above). The landing page Free Trial advertises 100,000 credits (14 days). If marketing numbers drift from the JSON, the JSON values are canonical (BCP can update them on the fly).