v1.0 is Live

The API for
Frontier AI.

Eliminate provider lock-in. GenAff gives you a single, unified, OpenAI-compatible endpoint to route queries across the world's most powerful models.

OpenAI-compatible endpoint
Pay only for usage
Built for fast shipping
gateway_init.ts
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

Architecture

Designed for high-velocity teams.

We abstracted away the complex infrastructure routing, token counting, and billing logic so you can focus entirely on your prompt engineering.

Unified model orbit

Route across leading providers with one OpenAI-compatible surface and zero SDK switching.

Usage-first economics

Top up from ₹10, pay per token, and remove subscription lock-in from your stack.

Drop-in migration

Swap base URL and key, keep your existing OpenAI client workflows intact.

Live provider catalog

Model availability updates from /v1/models so your integration stays current by default.

Live Network

Always-syncing catalog.

When models are updated or discounted at the provider level, they cascade to GenAff automatically. No SDK bumps required.

18/30 nodes operational
OpenAI
  • gpt-3.5-turbo₹0.189/1k
  • gpt-4₹4.257/1k
  • gpt-4-turbo₹1.419/1k
  • gpt-4o₹0.568/1k
  • gpt-4o-mini₹0.028/1k
DeepSeek
  • deepseek-chat₹0.036/1k
  • deepseek-coder₹0.132/1k
  • deepseek-r1-0528-maas₹0.520/1k
  • deepseek-reasoner₹0.520/1k
  • deepseek-v3.1-maas₹0.132/1k
+ 1 more models
Gemini
  • gemini-2.5-flash₹0.009/1k
Other
  • kimi-k2₹0.215/1k
  • llama-3.1-405b₹0.172/1k
  • llama-3.3-70b₹0.086/1k
  • llama-4-maverick₹0.258/1k
  • qwen-coder-32b₹0.060/1k
+ 1 more models

Ready to initialize?

Provision your API key in seconds and drop it into your existing OpenAI SDK. The future of AI routing is here.

Create Access Token