Skip to main content
This page details the pricing structure and how credits are deducted for various API operations.
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

  1. Go to the Account Dashboard.
  2. Open the Billing tab and scroll down to the Plans section.
  3. 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, or premium tier) 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-sol
  • gpt-5.6-terra
  • gpt-5.6-luna
  • gpt-5.6
  • claude-fable-5
  • claude-opus-5
  • claude-opus-4-8
  • gemini-3.1-pro
  • gemini-3.1-deep-think
  • xai/grok-4.5
  • xai/grok-4.5-latest
  • Any groq/* model
Requesting one of these models on the free tier returns a 403 error with suggested free-tier alternatives.

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
This applies to:

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:
Example Response:

Checking Your Credit Balance

Use GET /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.

Important Notes