Cheap prepaid AI API · checked against the public catalog

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.

Create an API keySee current prices

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.

Current public rates

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.

ModelBlended / 1MAvailabilityLast check
claude-haiku-4-5$0.075TEMPORARILY UNAVAILABLEPending
claude-opus-4-5$0.30TEMPORARILY UNAVAILABLEPending
claude-opus-4-6$0.40TEMPORARILY UNAVAILABLEPending
claude-opus-4-7$0.50TEMPORARILY UNAVAILABLEPending
claude-opus-4-8$0.60TEMPORARILY UNAVAILABLEPending
claude-sonnet-4-5$0.15TEMPORARILY UNAVAILABLEPending
claude-sonnet-4-6$0.25TEMPORARILY UNAVAILABLEPending
deepseek-v4-flash$0.20LIVE2026-09-12T09:28:29.292Z
deepseek-v4-pro$0.20LIVE2026-09-12T09:28:29.822Z
glm-5$0.12TEMPORARILY UNAVAILABLEPending
glm-5.1$0.16TEMPORARILY UNAVAILABLEPending
glm-5.2$0.20TEMPORARILY UNAVAILABLE2026-09-12T09:28:07.989Z
glm-5.3$0.20TEMPORARILY UNAVAILABLE2026-09-12T09:28:50.456Z
glm-5.3-flash$0.10TEMPORARILY UNAVAILABLEPending
gpt-5.4$0.10TEMPORARILY UNAVAILABLEPending
gpt-5.4-20$0.10TEMPORARILY UNAVAILABLEPending
gpt-5.4-mini$0.09TEMPORARILY UNAVAILABLE2026-09-12T09:28:56.697Z
gpt-5.5$0.45LIVE2026-09-12T09:28:52.362Z
gpt-5.6-luna$0.09LIVE2026-09-12T09:29:19.393Z
gpt-5.6-sol$0.45LIVE2026-09-12T09:29:27.685Z
gpt-5.6-terra$0.15LIVE2026-09-12T09:30:59.660Z
gpt-6-astra$1.125TEMPORARILY UNAVAILABLEPending
gpt-image-2$0.10TEMPORARILY UNAVAILABLEPending
kimi-k2.5$0.07TEMPORARILY UNAVAILABLEPending
kimi-k2.6$0.11TEMPORARILY UNAVAILABLEPending
kimi-k3$0.24TEMPORARILY UNAVAILABLEPending
mimo-v2-omni$0.05TEMPORARILY UNAVAILABLEPending
mimo-v2-pro$0.05TEMPORARILY UNAVAILABLEPending
mimo-v2.5$0.01TEMPORARILY UNAVAILABLEPending
mimo-v2.5-pro$0.03TEMPORARILY UNAVAILABLEPending
minimax-m2.5$0.02TEMPORARILY UNAVAILABLEPending
minimax-m2.7$0.04TEMPORARILY UNAVAILABLEPending
minimax-m3$0.04TEMPORARILY UNAVAILABLEPending
qwen-3.8$0.25TEMPORARILY UNAVAILABLEPending
qwen3.5-plus$0.05TEMPORARILY UNAVAILABLEPending
qwen3.6-plus$0.04TEMPORARILY UNAVAILABLEPending
qwen3.7-max$0.11TEMPORARILY UNAVAILABLEPending
qwen3.7-plus$0.03TEMPORARILY UNAVAILABLEPending

The full catalog, minimum request charge and health status are on Models. There are currently 6 live priced models.

01 · Start small
$5 minimum top-upUse a small balance for a real integration test. There is no annual commitment or monthly seat charge.
02 · Use one key
OpenAI-compatible base URLSet https://api.model.sale/v1, choose a published model and keep the key in an environment variable.
03 · Verify the bill
Usage per requestThe dashboard shows status, token counts, charge and the request ID for JSON and streaming calls.

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

  1. Create an account and verify your email or connected identity.
  2. Create a key, set a daily or monthly limit, then add at least $5 on the billing page after sign-in.
  3. 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.