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.shauryacodes.xyz/v1',
});
const res = await client.chat.completions.create({
model: 'gemini-2.5-flash',
messages: [{ role: 'user', content: 'Hello!' }],
});Live Nodes
18
Models
18
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/1kdeepseek-chat₹0.036/1kdeepseek-coder₹0.132/1kdeepseek-r1-0528-maas₹0.520/1kdeepseek-reasoner₹0.520/1kdeepseek-v3.1-maas₹0.132/1kgemini-2.5-flash₹0.009/1kkimi-k2₹0.215/1kllama-3.1-405b₹0.172/1kllama-3.3-70b₹0.086/1kllama-4-maverick₹0.258/1kqwen-coder-32b₹0.060/1kProvision your API key in seconds and drop it into your existing OpenAI SDK. The future of AI routing is here.
Create Access Token