Skip to main content

TL;DR pricing

No token counting. No complicated tiers. Every response includes the exact cost:

Credits model

Buy credits upfront. 1 credit = $0.01. Credits never expire. Add credits →

Example: building a chatbot

A chatbot handling 100 conversations/day with GPT-5 ($0.006/request):
  • Daily cost: 100 × 0.006=0.006 = **0.60/day**
  • Monthly cost: ~$18/month
  • Recommended pack: $25 (covers ~6 weeks)
A high-volume classifier using DeepSeek V3 ($0.003/request):
  • 10,000 requests/day: $30/day
  • Recommended pack: $100 (covers ~3 days)

All model costs

Chat — POST /api/v1/chat

$0.03/req (ultra): gpt-5.4-pro claude-opus-4.6 $0.015/req (premium): gpt-5.4 claude-sonnet-4.6 $0.006/req (standard): gpt-5 o3-mini claude-sonnet-4.5 claude-haiku-4.5 gemini-2.5-pro gemini-3-pro gemini-3.1-pro grok-4 kimi-k2 mistral-large llama-4-maverick kimi-k2.5 $0.003/req (budget): gpt-5-mini gemini-2.5-flash gemini-3-flash llama-4-scout deepseek-v3 qwq-32b glm-5 minimax-m2.5 ninja-1 uncensored-ai

Images — POST /api/v1/images

Generating n images = n × per-image cost.

Video — POST /api/v1/video

Failed generations are refunded automatically.

Search — POST /api/v1/search

$0.05/query.

When credits run out

You get a 402 error:
No request goes through. Add more credits and try again.

Check your balance

From code:
Or from your Developers dashboard.

Low-balance warnings

When your balance drops below $5.00, every API response includes a balance_warning field:
At $1.00 or less, the warning becomes "critical_low_balance". Use this to trigger alerts in your app before hitting insufficient_credits.

Purchase history

View all past credit purchases:
Supports limit and offset query params for pagination.

Usage logs

Get per-request usage logs with filtering:

Filter options

CSV export

Add format=csv to download as a spreadsheet:
For rate limits per endpoint, see Rate Limits.