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).

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)
  • Global availability
  • Exclusive multi-agent architectures
  • Accelerated hardware
  • API telemetry platform
  • Priority support
  • Access to Pro models
  • 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, plus:
    • Premium models
    • More agents per request
    • More completions
    • Increased rate limits
    • SOC 2 compliance
    • Enhanced security features
    • View previous agent configurations
    • Priority region/zone routing
    • Full access to Premium Endpoints

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
  • gpt-4.1
  • gemini-2.5-pro
  • claude-4-opus-20250514
  • claude-4-sonnet-20250514
  • claude-haiku-4-5
  • claude-opus-4-1
  • claude-sonnet-4-5
  • xai/grok-4
  • xai/grok-4-fast-reasoning
  • xai/grok-4-fast-non-reasoning
  • xai/grok-4-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:

Important Notes