๐Ÿš€ Now in public beta ยท โ‚น50 free credits

One API.
Every AI.
Built for Indian builders.

Chat, images, voice, and transcription โ€” through a single endpoint. Best models picked automatically. Pay only for what you use, in INR.

Start building free See features
โšก

Smart routing

Best model picked per request. Automatic fallback if any provider goes down โ€” your app never breaks.

๐Ÿ’ณ

INR billing

Recharge with UPI / cards via Razorpay. Per-token transparent pricing. No subscriptions, no commitment.

๐Ÿ‡ฎ๐Ÿ‡ณ

Indian languages

Sarvam-powered TTS & STT for Hindi, Tamil, Bengali and 8 more. World-class quality.

๐Ÿ”˜

Chat with buttons

Get suggested follow-ups in every reply. Build conversational UIs in minutes.

๐ŸŽจ

Image generation

High-quality images via Imagen-3 with DALL-E fallback. Single endpoint, single key.

๐Ÿ”Œ

OpenAI-compatible

Works with existing OpenAI SDKs. Swap base URL and key โ€” that's it.

Drop-in replacement

Already using OpenAI SDK? Just change two lines.

const openai = new OpenAI({
  baseURL: "https://gateway.hidrogen.in/v1",
  apiKey:  "sk_your_hidrogen_key"
});

const r = await openai.chat.completions.create({
  model: "smart",
  messages: [{ role: "user", content: "Namaste!" }]
});