starter
$25
1,000,000 credits
$0.00002500 per credit
90-day option: $30
Lifetime option: $37.5
Pricing
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
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.
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
}'Model-specific and parameter-specific. Call the price endpoint before creating the task.
POST /v1i/task/price
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
Task-based. Submit the file once, then poll the common task endpoint.
POST /v1/task/speech-to-text
Generation costs depend on the task type and requested output.
POST /v1m/task/music-generation or POST /v1/task/sound-effect
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.