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
How tokens are billed
Every request is billed in two parts:
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.
| Component | What it covers |
|---|---|
| Input tokens | The prompt and any context you send |
| Output tokens | The text generated in the response |
Prompt caching
Prompt caching
Caching support varies by model. Check the
Not every model has every tier:
pricing.caching field returned by the API (or the Models Catalog) to see what a specific model supports.| Tier | When you’re charged | Billing key |
|---|---|---|
| Cache read | A 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 minutes | caching.write.5m |
| Cache write (1 hr TTL) | A prompt is written into cache, kept for 1 hour | caching.write.1h |
- 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 caching —
pricing.cachingis absent from the model’s pricing object.
DeepSeek Subscriptions
Subscriptions include a reserved DeepSeek token budget and free daily model requests across all plans.- Core — $6.99 / $15.99
- Core Pro — $12.99 / $34.99
| Biweekly | Monthly | |
|---|---|---|
| Price | $6.99 | $15.99 |
| Included DeepSeek tokens | 15M | 35M |
| Free model requests | 250 / day | 250 / 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:- No caching
- Cache read only
- Cache read + write
deepseek-v3 — 0.64/1M output| Tokens | Cost | |
|---|---|---|
| Input (≈ 750 words) | 1,000 | $0.00023 |
| Output (≈ 1,500 words) | 2,000 | $0.00128 |
| Total | 3,000 | $0.00151 |
Live Pricing
View rates anytime in the Interactive Models Catalog, or fetch them programmatically:pricing object. The caching field is only present when the model supports it, and its shape reflects exactly what that model offers:
- No caching
- Cache read only
- Cache read + write
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.
Do you support PayPal or other payment methods?
Do you support PayPal or other payment methods?
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:
- Discord: Join discord.gg/RjX2CpdPpd and open a ticket — this is the fastest way to reach us.
- Email: help@team.routeway.ai