One low-cost AI API key, without a subscription.
Model.sale is a prepaid API for developers who want to try current GPT, DeepSeek and GLM models without committing to a monthly plan. Add at least $5 with crypto, use an OpenAI-compatible endpoint and pay only for measured tokens.
Short answer: when is prepaid cheaper?
Prepaid is often a good fit for prototypes, coding agents and irregular workloads where a recurring seat would sit unused. The fair comparison is your own input/output mix, not a headline “discount”: Model.sale publishes a blended charge per 1M charged tokens, while many official APIs split input, cached input and output prices.
A temporary reservation protects your balance before dispatch. Once terminal usage arrives, the exact charge is settled and the unused reservation is released. The selected model is never silently replaced with another one.
Compare live model prices before you integrate.
Rates below are USD per one million charged tokens. Availability is refreshed automatically; a model can keep its price visible while temporarily unavailable, but only a LIVE model accepts a request.
| Model | Blended / 1M | Availability | Last check |
|---|---|---|---|
| claude-haiku-4-5 | $0.075 | TEMPORARILY UNAVAILABLE | Pending |
| claude-opus-4-5 | $0.30 | TEMPORARILY UNAVAILABLE | Pending |
| claude-opus-4-6 | $0.40 | TEMPORARILY UNAVAILABLE | Pending |
| claude-opus-4-7 | $0.50 | TEMPORARILY UNAVAILABLE | Pending |
| claude-opus-4-8 | $0.60 | TEMPORARILY UNAVAILABLE | Pending |
| claude-sonnet-4-5 | $0.15 | TEMPORARILY UNAVAILABLE | Pending |
| claude-sonnet-4-6 | $0.25 | TEMPORARILY UNAVAILABLE | Pending |
| deepseek-v4-flash | $0.20 | LIVE | 2026-09-12T09:28:29.292Z |
| deepseek-v4-pro | $0.20 | LIVE | 2026-09-12T09:28:29.822Z |
| glm-5 | $0.12 | TEMPORARILY UNAVAILABLE | Pending |
| glm-5.1 | $0.16 | TEMPORARILY UNAVAILABLE | Pending |
| glm-5.2 | $0.20 | TEMPORARILY UNAVAILABLE | 2026-09-12T09:28:07.989Z |
| glm-5.3 | $0.20 | TEMPORARILY UNAVAILABLE | 2026-09-12T09:28:50.456Z |
| glm-5.3-flash | $0.10 | TEMPORARILY UNAVAILABLE | Pending |
| gpt-5.4 | $0.10 | TEMPORARILY UNAVAILABLE | Pending |
| gpt-5.4-20 | $0.10 | TEMPORARILY UNAVAILABLE | Pending |
| gpt-5.4-mini | $0.09 | TEMPORARILY UNAVAILABLE | 2026-09-12T09:28:56.697Z |
| gpt-5.5 | $0.45 | LIVE | 2026-09-12T09:28:52.362Z |
| gpt-5.6-luna | $0.09 | LIVE | 2026-09-12T09:29:19.393Z |
| gpt-5.6-sol | $0.45 | LIVE | 2026-09-12T09:29:27.685Z |
| gpt-5.6-terra | $0.15 | LIVE | 2026-09-12T09:30:59.660Z |
| gpt-6-astra | $1.125 | TEMPORARILY UNAVAILABLE | Pending |
| gpt-image-2 | $0.10 | TEMPORARILY UNAVAILABLE | Pending |
| kimi-k2.5 | $0.07 | TEMPORARILY UNAVAILABLE | Pending |
| kimi-k2.6 | $0.11 | TEMPORARILY UNAVAILABLE | Pending |
| kimi-k3 | $0.24 | TEMPORARILY UNAVAILABLE | Pending |
| mimo-v2-omni | $0.05 | TEMPORARILY UNAVAILABLE | Pending |
| mimo-v2-pro | $0.05 | TEMPORARILY UNAVAILABLE | Pending |
| mimo-v2.5 | $0.01 | TEMPORARILY UNAVAILABLE | Pending |
| mimo-v2.5-pro | $0.03 | TEMPORARILY UNAVAILABLE | Pending |
| minimax-m2.5 | $0.02 | TEMPORARILY UNAVAILABLE | Pending |
| minimax-m2.7 | $0.04 | TEMPORARILY UNAVAILABLE | Pending |
| minimax-m3 | $0.04 | TEMPORARILY UNAVAILABLE | Pending |
| qwen-3.8 | $0.25 | TEMPORARILY UNAVAILABLE | Pending |
| qwen3.5-plus | $0.05 | TEMPORARILY UNAVAILABLE | Pending |
| qwen3.6-plus | $0.04 | TEMPORARILY UNAVAILABLE | Pending |
| qwen3.7-max | $0.11 | TEMPORARILY UNAVAILABLE | Pending |
| qwen3.7-plus | $0.03 | TEMPORARILY UNAVAILABLE | Pending |
The full catalog, minimum request charge and health status are on Models. There are currently 6 live priced models.
https://api.model.sale/v1, choose a published model and keep the key in an environment variable.Good fits for a low-cost prepaid API
Prototypes
Validate an idea with a capped wallet instead of opening a larger recurring account.
Coding tools
Connect compatible clients such as Codex, OpenCode or SDKs with a separate limited key.
Variable traffic
Top up only when a project needs inference. RPM, TPM, concurrency and spend caps keep experiments predictable.
Three steps to your first request
- Create an account and verify your email or connected identity.
- Create a key, set a daily or monthly limit, then add at least $5 on the billing page after sign-in.
- Copy the base URL and run the minimal example in the API docs. Check Usage for terminal tokens and the exact charge.
curl https://api.model.sale/v1/chat/completions \
-H "Authorization: Bearer $MODEL_SALE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.4-mini","messages":[{"role":"user","content":"Say hello in one sentence."}]}'How to compare with official APIs and aggregators
Official APIs may offer native features, enterprise contracts or separate input/output rates. Aggregators may offer a wider catalog and routing. Model.sale focuses on a simple prepaid wallet, a curated public catalog and request-level usage. Use the comparison page and workload calculator with the same token mix before deciding.
Do not treat the lowest per-million number as a universal saving: cache rules, output share, retries, minimum charges and model behavior change the effective cost.
Questions developers ask
Can I cancel anytime?
Yes. There is no subscription to cancel; stop using the key or revoke it from the dashboard.
Are prompts stored?
API request and response bodies are not stored by default. Operational metadata is retained for billing, reliability and abuse prevention.
What if a model is down?
The catalog marks the exact model unavailable and returns a controlled error. The gateway does not silently reroute your request.
Read the pricing methodology, reliability snapshot and reviewed developer guides before sending production traffic.