Pricing

One credit system for voice, audio, music, and image tasks.

Buy credits once, estimate cost before submission where available, and keep one billing model across the whole API.

starter

$25

1,000,000 credits

$0.00002500 per credit

90-day option: $30

Lifetime option: $37.5

standard

$90

5,000,000 credits

$0.00001800 per credit

90-day option: $108

Lifetime option: $135

pro

$170

10,000,000 credits

$0.00001700 per credit

90-day option: $204

Lifetime option: $255

business

$750

50,000,000 credits

$0.00001500 per credit

90-day option: $900

Lifetime option: $1,125

enterprise

$1,300

100,000,000 credits

$0.00001300 per credit

90-day option: $1,560

Lifetime option: $1,950

Price before you submit

For image generation, the recommended flow is to ask for the credit estimate first, then create the task only when the returned cost is acceptable.

Bash
curl -X POST "https://api.cheapaiapi.com/v1i/task/price" \
  -H "Authorization: Bearer sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model_id": "bytedance-seedream-4.5",
    "generations_count": 1,
    "model_parameters": { "aspect_ratio": "16:9", "resolution": "2K" },
    "assets": 2
  }'

Task-based checks

Image generation

Model-specific and parameter-specific. Call the price endpoint before creating the task.

POST /v1i/task/price

Text to speech

Charged by request content and model family. Premium and turbo models can differ.

POST /v1/text-to-speech/:voice_id or POST /v1m/task/text-to-speech

Speech to text

Task-based. Submit the file once, then poll the common task endpoint.

POST /v1/task/speech-to-text

Music and sound effects

Generation costs depend on the task type and requested output.

POST /v1m/task/music-generation or POST /v1/task/sound-effect

What users should expect

One balance

All supported voice, audio, music, and image tasks draw from the same credit pool.

Price checks where it matters

Image generation exposes a dedicated price endpoint, which is the safest way to show cost before task creation.

API key controls

Create up to three active API keys, then apply expiration and daily spend caps per key.