Cheapest OpenAI API — Pay-as-You-Go, No Subscription
The cheapest way to use the OpenAI API: pay-as-you-go credits, crypto or card, no subscription and no waitlist. One key shared across OpenAI and Claude models.
Pricing: Pay-as-you-go credits. Payment: Crypto or card. Subscription: None. Models: latest OpenAI models (e.g. gpt-5.5).
TL;DR
No subscription, no waitlist. Buy credits once and spend them on the OpenAI API and Claude models with a single universal key. OpenAI requests are billed at the published token rates.
How to keep costs down
- Stay in one session — repeated context is cached and billed at a heavy discount.
- Cap output tokens — output is the expensive part; set a sensible
max_tokens. - Pick the right model — use
GET /v1/modelsand choose the smallest model that does the job. - Start small — buy the smallest credit package to test, then scale.
Get started
Create an sk-cs4 key, switch it to the Codex tier, and call https://api3.claudestore.store/v1. See OpenAI API Access for the quick start and How Billing Works for the credit model.