Pricing & Credits
ORQO charges through a three-part model: a monthly subscription for platform access, credits for each LLM call your agents make, and a Heavy Lift surcharge on calls with oversized context. You can switch to your own LLM API keys at any time to cut per-call credit costs dramatically.
1 credit = $0.01. Credits are the unit of consumption across the platform — agent calls, heavy-context surcharges, per-use marketplace apps.
Three terms appear on this page. Only one of them is money.
- Credit — the currency. 1 credit = $0.01. Everything on ORQO is billed in credits.
- AAU (Agent Action Unit) — one agent turn (one LLM call). An AAU is an action, not a price. It costs between 1 and 60 credits, depending on which model runs it (see the five tiers).
- Plan allowance — the credits bundled with your subscription each month. Growth includes 12,000 credits — that's credits, not 12,000 actions. How many actions that buys depends on the models you choose.
Gut check for a Growth subscriber: 12,000 credits = $120 of credits = about 1,200 Performance-model actions (10 credits each) or 12,000 Efficient-model actions (1 credit each). Your model choice alone drives a 10× difference in how far the same allowance stretches.
Plans
| Starter | Pro | Growth | Enterprise | |
|---|---|---|---|---|
| Price | Free | $49/mo | $149/mo | $499/mo |
| Annual | — | $39/mo (save 20%) | $119/mo (save 20%) | $399/mo (save 20%) |
| Credits included | 100/mo | 3,000/mo | 12,000/mo | 50,000/mo |
| Seats | 2 | 10 | 25 | Unlimited |
| Projects | 1 | 5 | 20 | Unlimited |
| Teams | 1 | 5 | 15 | Unlimited |
| Agents per team | 3 | 10 | 25 | Unlimited |
| Workflows | 2 | 15 | 50 | Unlimited |
| Runs per month | 20 | 300 | 1,500 | Unlimited |
| Knowledge Graph | Read-only | Full | Full | Full + API |
| Channels | 1 | 3 | All | All + custom |
| Marketplace apps | 2 | 10 | Unlimited | Unlimited + private |
| Support | Community | Priority | Dedicated |
Credits included is a monthly allowance in credits (1 credit = $0.01) — not a number of runs or agent actions. What it buys depends on the models you run; see How Credits Work below.
All plans include the visual workflow and team builders, the knowledge graph, marketplace access, and multi-agent orchestration. No credit card required for Starter.
How Credits Work
Every LLM call an agent makes during a workflow run costs credits. The amount depends on which model is used.
A typical run uses around a dozen LLM calls. Depending on your model mix, that's roughly 12–56 credits per run.
Agent Action Units (AAUs)
Raw LLM prices fluctuate daily and vary wildly — some models cost $0.02 per million input tokens, others cost $30. Pricing your workflows directly against that moving target would be unpredictable for you and impossible for us to margin. So we abstracted it.
An Agent Action Unit (AAU) is one agentic turn — one LLM call made by one agent. It's a unit of work, not of money: its price is always quoted in credits, and the credit cost per AAU depends on the model's tier, determined by its input price per million tokens.
The Five Tiers
Every model in ORQO carries a colored dot so you can see its cost at a glance — in the model library, in the team builder, and in the consumption dashboard.
| Dot | Tier | Credits / AAU | $ per AAU | Input price (inclusive) | Example models |
|---|---|---|---|---|---|
| 🟦 | Efficient | 1 | $0.01 | ≤ $0.15 / M | GPT-5-nano, Gemini Flash Lite, Ministral |
| 🟩 | Standard | 3 | $0.03 | $0.15 – $1.00 / M | Gemini 2.5 Flash, GPT-4.1-mini, MiMo-V2-Pro, Grok-Fast, DeepSeek-R1 |
| 🟨 | Performance | 10 | $0.10 | $1.00 – $5.00 / M | Claude Sonnet, GPT-4.1, Gemini Pro, Haiku 4.5, o3-mini, o4-mini |
| 🟧 | Premium | 25 | $0.25 | $5.00 – $15.00 / M | Claude Opus 4.5, o3-deep-research |
| 🟥 | Frontier | 60 | $0.60 | > $15.00 / M | Claude Opus 4, o1, o3-pro, GPT-5-pro |
The $ per AAU column is just the credit cost × $0.01 — the same number stated in dollars. Upper bounds are inclusive: a model priced exactly at the cutoff sits in that tier, not the one above.
Use 🟦 Efficient models for classification, summarization, and routing. Reach for 🟨 Performance when tasks need deeper reasoning. A workflow that spends 🟦 on 8 calls and 🟨 on 4 often costs less than one that uses 🟩 Standard for all 12.
What Can I Run on Each Plan?
| Run type | Credits per run | Starter | Pro | Growth |
|---|---|---|---|---|
| Budget (mostly 🟦🟩) | ~20 | 5 runs | 150 runs | 600 runs |
| Typical (mixed tiers) | ~38 | 2 runs | 79 runs | 316 runs |
| Performance (mostly 🟨) | 56 | 1 run | 53 runs | 214 runs |
| Premium (🟧 mix) | 152 | — | 19 runs | 78 runs |
These are approximations for workflows at the production average of ~12 calls per run. Long or document-heavy workflows cost proportionally more.
Heavy Lift
LLM calls with very large context windows cost providers more — and they cost ORQO more to orchestrate (classification, compaction, analysis all scale with context length). A small Heavy Lift surcharge applies when a single call exceeds 30,000 tokens:
| Total tokens in the call | Extra credits |
|---|---|
| ≤ 30,000 | No surcharge |
| 30,001 – 60,000 | +1 credit per 10K tokens above 30K |
| 60,001+ | +3 credits per 10K tokens above 60K |
Most calls sit well under the threshold. Heavy Lift is designed to catch document-heavy workflows where a single agent reads a 50-page PDF in one turn — not a tax on every call.
The 30K threshold applies after prompt caching — if a provider returns a cached prefix, only the freshly processed tokens count toward Heavy Lift. Calls that run entirely from cache pay no surcharge.
Heavy Lift applies equally to BYOT calls: even when you pay the LLM provider directly, heavy-context calls cost ORQO more to orchestrate.