OpenAI model token packs
GPT, o-series reasoning, image, audio and embedding models sold as prepaid token packs. Pay once and get an access key right away. There's nothing to ship and no separate vendor account to open.
Keys are issued automatically as soon as your order is completed.
Before your first call
Instant key delivery.
Order + key trace
Your checkout stays the same. The pack you pick, the number of units and the order status decide how much quota the key carries and whether it's active.
#10482ActiveMy Account › Order Historyunits purchased × pack size = quota on the keyo3 × 12112,000,000 tokens12 units × 1,000,000 tokens = 12,000,000 tokensSuspendedNoAutomaticA key is active only while its order is in a completed statusPack prices already include volume breaks for 10+ and 50+ units. Flagship packs currently carry up to 15% off list price. Check the model page for the live price in your currency.
Compatibility
Use the official SDKs or any OpenAI-compatible library. Just drop in the key and the model ID.
Billing
You pay for a fixed quota up front, so there are no monthly invoices and no overage.
Delivery
There's no shipping address or delivery wait. The key shows up in your account and inbox once the order completes.
Traceability
Every key is tied to an order line, model and quota, which makes spend easy to audit.
01 / Model directory
Flagship GPT, fast mini models, o-series reasoning, image, audio and embeddings, all sold as token packs from one account. Compare them here, then add the pack you need to the cart.
Every model is a virtual product. There's no shipping, no stock limit and no waiting. Buy 10+ units of a pack for 5% off, or 50+ units for 10% off. Prices are shown in your selected currency at checkout.
Open the full model directory →Fit check
Tired of topping up balances and chasing invoices across projects? Buy the exact quota you need as a pack instead.
| Buying credit directly | With TokenHub packs | |
|---|---|---|
| Accounts & keys | Create an organisation, set up billing and manage project keys yourself. | Checkout once. A key for the model arrives with the order. |
| Budget control | Watch usage dashboards and set spend limits after the fact. | Quota is fixed by the pack, so a key can't overspend. |
| Payment | A card on file, billed monthly or through auto-recharge. | Pay per order with the methods offered at checkout. |
| Delivery | Credits applied to the whole organisation. | One key per order line, with its own model and quota. |
First call
Registration is free and doesn't include any model credit. Quota comes from the packs you buy.
Register with an email. Keys are stored under your order history.
Registration is freePick the model and the number of units, then pay at checkout. There's no shipping step.
Volume breaks at 10+ and 50+ unitsOnce the order completes, copy the key from My Account › Order History and send your first request.
Key issued automaticallyfrom openai import OpenAI
client = OpenAI(
api_key="YOUR_ACCESS_KEY",
base_url="YOUR_BASE_URL",
)
response = client.chat.completions.create(
model="gpt-6-sol",
messages=[
{"role": "user", "content": "Compare two approaches to caching."}
],
)
print(response.choices[0].message.content)
curl YOUR_BASE_URL/chat/completions \
-H "Authorization: Bearer YOUR_ACCESS_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-sol",
"messages": [{"role": "user", "content": "Compare two approaches to caching."}]
}'
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.TOKENHUB_KEY,
baseURL: process.env.TOKENHUB_BASE_URL,
});
const response = await client.chat.completions.create({
model: "gpt-6-sol",
messages: [{ role: "user", content: "Compare two approaches to caching." }],
});
console.log(response.choices[0].message.content);
Replace YOUR_ACCESS_KEY with the key from your order, and keep it in an environment variable. Never ship a secret key in client-side code.
Use the model ID shown on the product page. It's also listed next to every key in your account.
Virtual delivery
Token packs are virtual products. There's no warehouse or courier involved. The store issues, suspends and restores access keys from the order status.
Token packs never ask for a delivery address or a shipping method.
A key is generated for each virtual order line once payment completes.
If an order moves out of a completed status, its keys are suspended automatically.
Keys, model IDs and quota live under My Account › Order History.
Data handling
The store handles your order and the key it issues. The prompts and responses you send with that key never pass through the shop.
Stored with your order
We keep the order, the issued key, its model ID and its quota so you can find it again, and so the key can be suspended if the order is refunded.
Never stored by the shop
API traffic goes from your application to the model endpoint. The storefront never receives your request or response content.
Pricing, without the guesswork
Each model is sold as a fixed pack, and you can stack as many units as you need.
Images, audio minutes and TTS characters use their own pack sizes, which are listed on each model.
5% off from 10 units and 10% off from 50 units. The discount is applied automatically in the cart.
Prices convert to the currency picked in the header. You pay the amount shown at checkout.
Use any payment method the checkout page offers for your order.
Before you buy
Straight answers about packs, keys, delivery and refunds.
Each product is one pack of a specific model, such as 1M tokens of gpt-6-sol or 100 images from gpt-image-1. The pack price is fixed. Buying more units multiplies the quota, and volume breaks kick in at 10 and 50 units.
As soon as the order reaches a completed status, usually right after payment is confirmed. The key appears in My Account › Order History and is also sent to the order e-mail.
No. Every model pack is a virtual product, so checkout skips the shipping address and shipping method entirely.
Keys are only active while their order stays completed. If the order is refunded, cancelled or charged back, its keys are suspended automatically. If the order returns to a completed status, the same keys are reactivated.
Flagship GPT, fast mini models, o-series reasoning, image generation, audio and realtime, and embeddings. The model directory lists every pack with its context window, output limit and capabilities.
Yes. Add as many packs as you like. Each order line gets its own key with its own model ID and quota.
Yes. Creating an account is free and doesn't include model credit. We recommend buying while logged in so that your keys are always stored in your account.
Ready to start?
OpenAI GPT, reasoning, image, audio and embedding packs, delivered as virtual products.