Chat, images, voice, and transcription โ through a single endpoint. Best models picked automatically. Pay only for what you use, in INR.
Best model picked per request. Automatic fallback if any provider goes down โ your app never breaks.
Recharge with UPI / cards via Razorpay. Per-token transparent pricing. No subscriptions, no commitment.
Sarvam-powered TTS & STT for Hindi, Tamil, Bengali and 8 more. World-class quality.
Get suggested follow-ups in every reply. Build conversational UIs in minutes.
High-quality images via Imagen-3 with DALL-E fallback. Single endpoint, single key.
Works with existing OpenAI SDKs. Swap base URL and key โ that's it.
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!" }]
});