Eliminate provider lock-in. GenAff gives you a single, unified, OpenAI-compatible endpoint to route queries across the world's most powerful models.
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'sk_genaff_your_key_here',
baseURL: 'https://genaff-api.shouriya.tech/v1',
});
const res = await client.chat.completions.create({
model: 'gemini-2.5-flash',
messages: [{ role: 'user', content: 'Hello!' }],
});Live Nodes
—
Models
11
Start from
₹10
We abstracted away the complex infrastructure routing, token counting, and billing logic so you can focus entirely on your prompt engineering.
Route across leading providers with one OpenAI-compatible surface and zero SDK switching.
Top up from ₹10, pay per token, and remove subscription lock-in from your stack.
Swap base URL and key, keep your existing OpenAI client workflows intact.
Model availability updates from /v1/models so your integration stays current by default.
When models are updated or discounted at the provider level, they cascade to GenAff automatically. No SDK bumps required.
gpt-3.5-turbo₹0.189/1kgpt-4₹4.257/1kgpt-4-turbo₹1.419/1kgpt-4o₹0.568/1kgpt-4o-mini₹0.028/1kgemini-2.5-flash₹0.009/1kgemini-2.5-pro₹0.166/1kProvision your API key in seconds and drop it into your existing OpenAI SDK. The future of AI routing is here.
Create Access Token