OpenAI + Anthropic compatible

AI API for builders,
priced like electricity.

Buy tokens once, use them anywhere — OpenAI SDK, Anthropic SDK, curl, or your own code. No subscriptions, no rate-limit dance, no surprise bills.

Start in 30 seconds Read the docs
₹29
29,000 tokens
~15 chat conversations. Try the API without thinking twice.
Popular
₹79
79,000 tokens
For real prototypes and weekend hacks.
₹299
2,000,000 tokens
For production apps and side projects.

Drop-in replacements for the SDKs you already use

# OpenAI SDK
from openai import OpenAI
client = OpenAI(
  base_url="https://ai.qubith.in/v1",
  api_key="qbk_your_key_here",
)
print(client.chat.completions.create(
  model="mimo-v2.5",
  messages=[{"role": "user", "content": "Hello!"}]
).choices[0].message.content)

Ready to ship?

Create your account