Private Beta: Stratus is currently in private beta. Visit stratus.run to apply for access.
1 credit = $0.05
Flat rate across all packages. No hidden fees.
Credits never expire
No monthly commitments. Use at your own pace.
Per-request billing
Credits are deducted as requests complete. The model is never called if your balance is insufficient.
Credit Packages
| Package | Credits | Price | Per Credit |
|---|---|---|---|
| Starter | 1,000 | $50 | $0.05 |
| Pro | 5,000 | $250 | $0.05 |
| Enterprise | 25,000 | $1,250 | $0.05 |
Purchasing Credits
- Dashboard (Card)
- API (x402 / USDC)
- Sign in at stratus.run/dashboard
- Click “Purchase Credits”
- Select a package and proceed to checkout
- Enter your card details via Stripe’s secure hosted checkout
- Credits are added to your balance immediately upon payment
Stratus never stores your card details — all payments are processed by Stripe.
How Credits Are Consumed
Credits are deducted based on:- Model used — different models have different credit costs
- Token count — more tokens = more credits
- Key source — Formation’s pool adds a 25% markup; BYOK does not
Formation Pool vs. BYOK
| Key Source | Credit Cost | LLM Cost |
|---|---|---|
| Formation pool (default) | Base cost × 1.25 | Covered by Formation (included in markup) |
| Your own key (BYOK) | Base cost only | Billed directly to your provider account |
stratus field:
key_source is "user" and formation_markup_applied is null.
Credit Costs by Model
Approximate usage per request (varies by token count):| Model | Credits per 1K tokens | Typical request |
|---|---|---|
stratus-x1ac-small-gpt-4o-mini | 0.02 | 0.05–0.10 credits |
stratus-x1ac-small-gpt-4o | 0.15 | 0.20–0.40 credits |
stratus-x1ac-base-gpt-4o | 0.25 | 0.30–0.60 credits |
stratus-x1ac-large-gpt-4o | 0.40 | 0.50–1.00 credits |
stratus-x1ac-base-claude-sonnet-4-5 | 0.20 | 0.25–0.50 credits |
Bring-Your-Own-Key (BYOK)
BYOK removes Formation’s 25% pool markup by routing LLM calls through your own provider account instead of Formation’s shared OpenRouter pool.How It Works
- Store your provider keys in Stratus vault (encrypted AES-256-GCM) — or pass them per-request via inline headers
- Stratus routes LLM calls directly through your key
- You pay your provider at your negotiated rates — not deducted from credits
- Credits cover only the X1 planning layer — no markup applied
No Markup
Pay providers directly at your rates. Formation’s 25% pool markup is not applied.
Privacy
Vault-stored keys are encrypted at rest using AES-256-GCM and never leave encrypted storage.
POST /v1/account/llm-keys. See Authentication → BYOK for the full setup guide.
Referrals
Every Stratus account includes 5 referral codes — share them to earn credits when friends sign up.- Your reward: 25 credits ($1.25) added to your balance for each successful referral
- Find your codes: Dashboard → Referrals
- Referral link format:
https://stratus.run/?ref=STR-XXXXXXXX
bonus transactions in your billing history.
Billing History
View all credit activity from Dashboard → Billing History:- Purchases — Stripe card payments and x402/USDC purchases
- Usage — per-request credit deductions
- Bonuses — referral rewards
- Refunds / Grants — any manual adjustments
Cost Optimization
Choose the Right Model
Limit Response Length
Use BYOK
Eliminate the 25% Formation pool markup by adding your own provider key — the single most impactful cost reduction for high-volume usage.Troubleshooting
402 — Insufficient Credits
top_up_url in the error response for the API purchase flow.
FAQs
Do credits expire? No. Credits never expire. What happens when I run out of credits? The next request fails pre-flight with a402 before the model is called. No partial charges.
Can I transfer credits between accounts?
No. Credits are tied to the purchasing account and cannot be transferred.
Are there hidden fees?
No. $0.05/credit. Formation pool adds a 25% markup; BYOK removes it. No monthly fees, setup fees, or other charges.
Do you offer custom pricing for high volume?
Yes — email sales@stratus.run for Enterprise pricing beyond the 25K package.
Can I get a refund?
Email billing@stratus.run with your account email and purchase date. Refund requests are considered within 30 days of purchase for unused credits.
Next Steps
Authentication
Set up API keys and configure BYOK to pay providers directly.
Quickstart
Make your first API call in under 60 seconds.
API Reference
Full endpoint docs, parameters, and error codes.

