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
3
Models
3
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.
deepseek-chat₹0.036/1kdeepseek-coder₹0.132/1kdeepseek-reasoner₹0.520/1kProvision your API key in seconds and drop it into your existing OpenAI SDK. The future of AI routing is here.
Create Access Token