APIMODELS aggregates enterprise-tier quota from upstream providers — the same models behind one unified API. You’re billed only for successful requests, with no monthly fee and no minimum spend beyond the $10 top-up.
cURL
# gpt-image-2 —— 1K $0.025 / 2K $0.03 / 4K $0.05(medium 档)
curl https://api.apimodels.app/v1/images/generations \
-H "Authorization: Bearer $APIMODELS_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "gpt-image-2", "prompt": "a teacup on a windowsill", "size": "1024x1024", "response_format": "url" }'
# → { "created": ..., "data": [ { "url": "https://r2.apimodels.app/images/....png" } ] }
# 出图约 2 分钟,客户端超时请设 300 秒;要非阻塞就去掉 size、改轮询 data.taskIdWe buy upstream quota at enterprise volume and resell at a thin margin — the model is identical to official.
The /pricing page lists every model’s current per-call / per-token rate.