To upgrade your plan, visit the Account Dashboard, open the Billing tab, and select your tier.
API Subscriptions
Flexible subscription plans that scale with your needs. Choose a plan for higher limits and features; usage is billed per operation.Plans at a glance
Prices shown are subscription fees; API usage is billed per operation (see Usage-based pricing below). Rate limits shown are those returned by
GET /v1/rate/limits for any account with an active premium subscription (pro, ultra, or premium tier) — see Rate Limits for how free vs. premium tiers are resolved.
Some plan-comparison items you may see elsewhere (e.g. SOC 2 certification, dedicated infrastructure, or request-priority routing) are account/infrastructure-level facts that could not be verified against the Swarms API application source and are intentionally omitted from this table. See Security and Priority Processing for what is verifiable.
Update your plan in 3 steps
- Go to the Account Dashboard.
- Open the Billing tab and scroll down to the Plans section.
- Select your desired plan. You’ll be redirected to Stripe to complete payment.
Free
Get started with AI. No monthly fees — pay only for usage.- Sign-up bonus credits
- Basic API access
- Pay-per-use pricing
- Community support
- Standard processing speed
- Access to the Marketplace
- Note: Premium endpoints (batch processing, reasoning agents, advanced workflows) are not available on the free tier
Pro
Most popular. Perfect for professionals who need more power and features.- $19.99/month (save 15% with annual billing)
- Higher rate limits: 2,000 req/min, 10,000 req/hour, 100,000 req/day, 2M tokens per agent (vs. free tier’s 100/350/1,200 and 200K — see Rate Limits)
- Access to premium-only models (see below)
- Access to Premium Endpoints: Unlock batch processing, reasoning agents, and advanced workflows
/v1/agent/batch/completions- High-throughput batch agent processing/v1/swarm/batch/completions- Batch swarm completions/v1/reasoning-agent/completions- Advanced reasoning capabilities/v1/batched-grid-workflow/completions- Grid workflow execution- Plus graph workflows
- See full list: Premium Endpoints
Ultra
Best for growing teams and production workloads that need higher limits and security.- $100/month (save 15% with annual billing)
- Everything in Pro. Note: per
api/schemas.py(RateLimitsPremiumTier), Pro and Ultra currently resolve to the same numeric rate limits and per-agent token limit — any account with an active subscription (pro,ultra, orpremiumtier) gets the same premium allowances. - Full access to Premium Endpoints
- For compliance certifications and enhanced-security specifics, see Security
Premium-Only Models
Free tier accounts are blocked from requesting the following models on any endpoint (including/v1/agent/completions and /v1/swarm/completions), regardless of available credits. Any active Pro or Ultra subscription unlocks all of them — there is no separate model tier between Pro and Ultra:
gpt-5.6-solgpt-5.6-terragpt-5.6-lunagpt-5.6claude-fable-5claude-opus-5claude-opus-4-8gemini-3.1-progemini-3.1-deep-thinkxai/grok-4.5xai/grok-4.5-latest- Any
groq/*model
Enterprise
Critical support, compliance, and control for large-scale enterprises.- Contact sales for custom pricing
- Dedicated 24/7 support
- Custom solutions engineering
- Onsite training and onboarding
- Custom agent development
- No rate limits
- Access to experimental features
Usage-based pricing
Pay only for what you use with transparent, per-operation pricing. All API endpoints use a unified pricing structure for token costs.Pricing Table
Unified Pricing
All API endpoints use the same token pricing:- Input Tokens: $6.50 per 1 million tokens
- Output Tokens: $18.50 per 1 million tokens
Discounts
Night Time Discount: Swarm completions receive a 50% discount on token costs during 8 PM - 6 AM Pacific Time. Agent costs remain the same.Retrieving Current Costs
You can retrieve the current pricing using the/v1/usage/costs endpoint:
Checking Your Credit Balance
UseGET /v1/account/credits to check your current balance before making billable requests:
total_credits is the sum of credit, free_credit, and referral_credits — this is the number checked against the $1.00 minimum for billable routes.