Plans overview
Yearly billing saves ~17% compared to monthly billing across all paid plans.
Plan features
Free
Best for prototyping and side projects.- Bring Your Own Key (BYOK) only — no native provider billing
- Basic cost analytics and status indicators
- Playground, shareable URLs, and code snippets
- Fallback routing enabled
- Standard community support
Pro
For small teams shipping AI to production. Everything in Free, plus:- Native billing — no markup on provider costs
- Smart caching — semantic response deduplication
- Rate limiting — per-route request throttling
- Budget limits — per-request and monthly cost caps
- Evaluations, guardrails, and datasets
- Prompt registry
- Normal roles (Admin / Editor / Viewer)
- IP allowlisting
- Standard support
Team
For growing teams with custom roles. Everything in Pro, plus:- Custom roles — granular RBAC with custom permission strings
- Audit logs — full activity trail for compliance
- SSO — SAML / OIDC integration
- Dedicated support
Enterprise
For regulated and high-volume workloads. Everything in Team, plus:- Unlimited requests with 5,000 req/min rate limit
- Custom data retention policies
- Dedicated engineer for onboarding and support
- SLA guarantee with uptime commitments
- Custom pricing — contact sales
Feature comparison matrix
Usage limits
Monthly request limit
Each plan includes a monthly request quota. Requests are counted at the gateway level — every call to/v1/* endpoints counts toward your limit.
When the Free plan limit is exceeded, the gateway returns
402 Payment Required errors. Upgrade to Pro to resume traffic.
Rate limits
Rate limits are enforced per API key per minute:Seat limits
Log retention
Checking your usage
Via the dashboard
Navigate to Settings → Billing to view:- Current plan and tier
- Requests used this month vs. limit
- Current seat count
- Credit balance and spending
Via the API
Upgrading your plan
1
Navigate to Billing
Go to Settings → Billing in your workspace.
2
Select a plan
Choose between Pro, Team, or Enterprise, and select monthly or yearly billing.
3
Complete checkout
You are redirected to our payment provider (Kelvinq) to enter payment details.
4
Plan activates
Once payment is confirmed, your workspace tier updates immediately and new features unlock.
Only workspace owners and admins can change plans.
Upgrade via API
checkoutUrl — redirect the user there to complete payment.
Downgrading your plan
Downgrades take effect at the end of the current billing period. To downgrade:- Cancel your current subscription (it remains active until period end).
- Subscribe to the new plan after cancellation.
Cancelling your plan
Cancel at period end (default)
Your plan remains active until the current billing period ends, then downgrades to Free.Cancel immediately
Downgrades to Free right away.Managing your subscription
Use the customer portal to update payment methods, view invoices, and manage your subscription:portalUrl — redirect the user there for self-service management.
Credits and balance
Your workspace maintains a credit balance for usage-based billing:- Credits Allocated: Total credits deposited (via checkout or manual adjustment).
- Balance:
creditsAllocated - totalSpent, floored at zero. - Manual deposits: Owners can add credits directly (admin adjustments).
Autopay
Enable autopay to automatically recharge when your balance drops below a threshold:Budget alerts
Configure email alerts to notify your team when spending reaches a threshold:Billing API reference
Best practices
- Monitor usage proactively — Set budget alerts before hitting limits.
- Choose yearly billing if you’re committed — saves ~17% across all paid plans.
- Use the portal for payment updates — Don’t ask support to update card details; the portal handles it.
- Check feature requirements before downgrading — Losing custom roles or audit logs may break compliance workflows.
Common pitfalls
- Downgrades are not instant. They take effect at period end to avoid disrupting your service.
- Request limits reset on the 1st of each month (UTC). Plan upgrades take effect immediately.
- Enterprise pricing is custom. Contact sales for volume discounts and SLA details — pricing is not listed in the dashboard.
- Free tier is BYOK only. You must configure your own provider API keys. Pro+ supports native billing with no markup.