The same GPT-5, Gemini 3, image, speech and transcription models — at 40% of the sticker price. One OpenAI-compatible endpoint. Topup once in INR, pay only for what you use.
from openai import OpenAI
client = OpenAI(
api_key="sk-tb-YOUR_KEY",
base_url="https://tokenbaazar.in/api/public/v1",
)
resp = client.chat.completions.create(
model="gpt-5.4-mini",
messages=[{"role": "user", "content": "Hi"}],
)
print(resp.choices[0].message.content)Why TokenBaazar
Drop in the OpenAI SDK, swap the base URL, ship. No refactor.
UPI, cards, netbanking. Topup once, spend across every model.
GPT-5, GPT-4o, Gemini 3, image, speech, transcription, and embeddings.
Every request: tokens, cost, latency, model. No black box.
Model catalog
Chat, image, text-to-speech and speech-to-text. Sticker rate shown struck-through, our rate is what you actually pay — in INR.
Sign up, grab a key, keep your existing OpenAI client. That's it.
Create free account