Skip to main content
Routeway offers two billing models: Pay-As-You-Go for flexible, usage-based access to every model, and DeepSeek Subscriptions for teams with consistent DeepSeek workloads.

Pay-As-You-Go

Access every model. Pay only for what you use — no commitments, no minimums.

DeepSeek Subscriptions

Reserved token budgets and bonus perks for consistent DeepSeek usage.

Pay-As-You-Go

PAYG gives you access to every model on the Routeway API — OpenAI, Anthropic, Gemini, DeepSeek, Llama, and more. You’re charged only for the tokens you process, with no monthly commitment required.

How tokens are billed

Every request is billed in two parts:
ComponentWhat it covers
Input tokensThe prompt and any context you send
Output tokensThe text generated in the response
Rates are quoted per 1 million tokens and vary by model. You can view live rates in the Models Catalog or query them via the API.
Caching support varies by model. Check the pricing.caching field returned by the API (or the Models Catalog) to see what a specific model supports.
TierWhen you’re chargedBilling key
Cache readA cached prompt is reused (cheaper than a fresh input)caching.read
Cache write (5 min TTL)A prompt is written into cache, kept for 5 minutescaching.write.5m
Cache write (1 hr TTL)A prompt is written into cache, kept for 1 hourcaching.write.1h
Not every model has every tier:
  • Read-only (e.g. Kimi K2.7 Code) — cache hits are discounted; there is no explicit write charge.
  • Read + write (e.g. Anthropic models) — both reads and writes are billed, with write rates varying by TTL.
  • No cachingpricing.caching is absent from the model’s pricing object.

DeepSeek Subscriptions

Subscriptions include a reserved DeepSeek token budget and free daily model requests across all plans.
BiweeklyMonthly
Price$6.99$15.99
Included DeepSeek tokens15M35M
Free model requests250 / day250 / day
Subscription tokens are consumed first. Once exhausted, usage automatically continues on PAYG (unless you disable key fallback in the dashboard).

Cost Examples

Routeway calculates your cost using the standard token billing formula: Total Cost=(Input Tokens×Input Rate)+(Output Tokens×Output Rate)\text{Total Cost} = (\text{Input Tokens} \times \text{Input Rate}) + (\text{Output Tokens} \times \text{Output Rate})
deepseek-v30.23/1Minput0.23/1M input · 0.64/1M output
TokensCost
Input (≈ 750 words)1,000$0.00023
Output (≈ 1,500 words)2,000$0.00128
Total3,000$0.00151

Live Pricing

View rates anytime in the Interactive Models Catalog, or fetch them programmatically:
curl https://api.routeway.ai/v1/models
Each model returns a pricing object. The caching field is only present when the model supports it, and its shape reflects exactly what that model offers:
{
  "id": "deepseek-v3",
  "pricing": {
    "input": { "unit": "1M tokens", "price_per_million_t": 0.23 },
    "output": { "unit": "1M tokens", "price_per_million_t": 0.64 }
  }
}

Payment Methods

Payments are processed securely through Polar.sh:
  • Credit / Debit cards (Visa, Mastercard, Amex, and more)
  • Automatic invoicing
Your card details never touch Routeway’s servers. All transactions are handled exclusively by Polar.sh, which is fully PCI-compliant.
PayPal is supported, though it isn’t available by default. For other payment methods, availability may vary — reach out to us and we’ll let you know what’s possible: