TokenHub

Menu
Your Cart
Launch week: flagship GPT token packs up to 15% off. Keys are delivered instantly, with no shipping. View packs →

OpenAI model token packs

Buy OpenAI tokens with one checkout.

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.

How packs are soldPer 1M tokens, images or minutes
DeliveryVirtual, no shipping
Model familiesGPT, o-series, image, audio

Order + key trace

See how one order becomes a working key.

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.

  1. Ordergpt-6-sol · 1 unitAdded to cart
  2. CheckoutNo shipping stepVirtual product
  3. StatusCompletePayment confirmed
  4. Keysk-••••••••3f9aIssued automatically
  5. Quota1M tokens1 unit × 1M
Order ID#10482
Key statusActive
Where to find itMy Account › Order History
Quota formulaunits purchased × pack size = quota on the key
Price relationship

Pack 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

Keep your OpenAI client

Use the official SDKs or any OpenAI-compatible library. Just drop in the key and the model ID.

Billing

Prepaid packs, no surprises

You pay for a fixed quota up front, so there are no monthly invoices and no overage.

Delivery

Virtual and instant

There's no shipping address or delivery wait. The key shows up in your account and inbox once the order completes.

Traceability

One key per order line

Every key is tied to an order line, model and quota, which makes spend easy to audit.

01 / Model directory

One directory for every OpenAI model family.

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.

GPT-6 Astra · 1M tokens
New -15 %
The top of the GPT-6 family for demanding end-to-end tasks: complex reasoning, software en..
$15.30 $18.00
GPT-6 Sol · 1M tokens
New -15 %
A balanced GPT-6 model that keeps flagship quality for everyday production workloads at a ..
$7.65 $9.00
A proven general-purpose model with built-in reasoning, strong coding ability and reliable..
$6.00
o3 · 1M tokens
New -15 %
A strong reasoning model for multi-step problems across maths, science, coding and visual ..
$4.25 $5.00
GPT Image 1 · 100 images
New -15 %
Natively multimodal image generation with accurate text rendering and precise edits. What ..
$5.10 $6.00
GPT-4o mini TTS · 1M characters
New -15 %
Natural text-to-speech where tone and style can be steered with plain-language instruction..
$10.20 $12.00
A faster, cheaper GPT-5 for well-defined tasks where latency and cost matter. What you get..
$1.20
The most capable embedding model for English and multilingual retrieval tasks. What you ge..
$1.30
GPT-6 Astra · 1M tokens
New -15 %
The top of the GPT-6 family for demanding end-to-end tasks: complex reasoning, software en..
$15.30 $18.00
GPT-6 Sol · 1M tokens
New -15 %
A balanced GPT-6 model that keeps flagship quality for everyday production workloads at a ..
$7.65 $9.00
GPT-6 Luna · 1M tokens
New -15 %
The lightest GPT-6 model, tuned for speed and cost while keeping the long context window. ..
$1.02 $1.20
A proven general-purpose model with built-in reasoning, strong coding ability and reliable..
$6.00
A faster, cheaper GPT-5 for well-defined tasks where latency and cost matter. What you get..
$1.20
The smallest GPT-5 model for classification, routing and other high-throughput jobs. What ..
$0.25
GPT-4.1 mini · 1M tokens
New -14 %
A compact model with a 1M-token context window and dependable instruction following. What ..
$0.77 $0.90
A small multimodal model that remains a popular low-cost default for chat and extraction. ..
$0.45
Uses more compute to think longer and give the most reliable answers on the hardest proble..
$48.00
o3 · 1M tokens
New -15 %
A strong reasoning model for multi-step problems across maths, science, coding and visual ..
$4.25 $5.00
Fast, cost-efficient reasoning with solid results in maths, coding and visual tasks. What ..
$2.50
GPT Image 1 · 100 images
New -15 %
Natively multimodal image generation with accurate text rendering and precise edits. What ..
$5.10 $6.00
Reliable text-to-image generation for illustrations and creative concepts. What you get 10..
$5.00
Accurate speech-to-text with better word error rates than earlier Whisper models. What you..
$6.00
GPT-4o mini TTS · 1M characters
New -15 %
Natural text-to-speech where tone and style can be steered with plain-language instruction..
$10.20 $12.00
Low-latency speech-to-speech sessions for live voice agents with function calling. What yo..
$24.00
The most capable embedding model for English and multilingual retrieval tasks. What you ge..
$1.30
A small, highly efficient embedding model for large indexes and budget-sensitive search. W..
$0.20

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

No need to juggle billing accounts.

Tired of topping up balances and chasing invoices across projects? Buy the exact quota you need as a pack instead.

Buying credit directlyWith TokenHub packs
Accounts & keysCreate an organisation, set up billing and manage project keys yourself.Checkout once. A key for the model arrives with the order.
Budget controlWatch usage dashboards and set spend limits after the fact.Quota is fixed by the pack, so a key can't overspend.
PaymentA card on file, billed monthly or through auto-recharge.Pay per order with the methods offered at checkout.
DeliveryCredits applied to the whole organisation.One key per order line, with its own model and quota.
Compare current packs

First call

From cart to first API call in three steps.

Registration is free and doesn't include any model credit. Quota comes from the packs you buy.

  1. 01

    Create your account

    Register with an email. Keys are stored under your order history.

    Registration is free
  2. 02

    Buy a model pack

    Pick the model and the number of units, then pay at checkout. There's no shipping step.

    Volume breaks at 10+ and 50+ units
  3. 03

    Copy the key and call the API

    Once the order completes, copy the key from My Account › Order History and send your first request.

    Key issued automatically
Example request
from 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)

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

One order. One key. Ready to call.

Token packs are virtual products. There's no warehouse or courier involved. The store issues, suspends and restores access keys from the order status.

Example delivery pathIllustration · not live status
Your orderModel pack × units
TokenHubStatus · key · quota
Your appOpenAI SDK + key
TriggerOrder status: Complete
Key formatsk-… (48 hex)
Also sent toOrder e-mail
  1. 01

    No shipping step

    Token packs never ask for a delivery address or a shipping method.

  2. 02

    Automatic issuing

    A key is generated for each virtual order line once payment completes.

  3. 03

    Suspend on refund

    If an order moves out of a completed status, its keys are suspended automatically.

  4. 04

    Always in your account

    Keys, model IDs and quota live under My Account › Order History.

Data handling

Know what we keep, and what we never see.

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

Order, key and quota

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

Prompts and responses

API traffic goes from your application to the model endpoint. The storefront never receives your request or response content.

Pricing, without the guesswork

Buy a pack. Get the quota. Track every key.

Each model is sold as a fixed pack, and you can stack as many units as you need.

Pack unit1M tokens

Images, audio minutes and TTS characters use their own pack sizes, which are listed on each model.

Volume breaks10+ / 50+ units

5% off from 10 units and 10% off from 50 units. The discount is applied automatically in the cart.

CurrencyYour selection

Prices convert to the currency picked in the header. You pay the amount shown at checkout.

Payment methodsShown at checkout

Use any payment method the checkout page offers for your order.

Before you buy

Questions before your first pack

Straight answers about packs, keys, delivery and refunds.

How is a pack priced?

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.

When do I receive my access key?

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.

Do token packs need shipping?

No. Every model pack is a virtual product, so checkout skips the shipping address and shipping method entirely.

What happens if my order is refunded?

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.

Which models can I buy?

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.

Can I buy several models in one order?

Yes. Add as many packs as you like. Each order line gets its own key with its own model ID and quota.

Is registration free?

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?

Pick the model. Buy the pack. Get the key.

OpenAI GPT, reasoning, image, audio and embedding packs, delivered as virtual products.