OpenAI SDK Compatible

Access 340+ AI models + Image Generation.
Pay only what you use.

Drop-in OpenAI SDK replacement with transparent crypto payments. Generate text, code, and images—all with one API.

One API. Every major provider.

OpenAI
56 models
Image Gen
Anthropic
13 models
Google
25 models
Image Gen
Meta
18 models
DeepSeek
15 models
Mistral
34 models
Qwen
41 models
xAI
8 models

Built for developers who need flexibility and transparency.

No platform fees

Pay only for tokens. We're waiving platform fees to help developers get started.

Pay per token

No subscriptions, no monthly minimums. Pay only for the tokens you actually use.

Crypto-native

USDC on Base. Instant settlement. No chargebacks. No credit card processing fees.

Zero lock-in

Standard OpenAI SDK. Switch providers with one line of code. Your code, your choice.

340+ models

Access OpenAI, Anthropic, Google, Meta, DeepSeek, Mistral, and 30+ more providers.

Global access

No credit card required. Pay with crypto. Available to developers worldwide.

Simple, per-token pricing.

No platform fees. Just token costs. Pay only what you use.

20% Lower Prices
Our prices are 20% less than OpenRouter on every model
Compare All Prices →
Model
Input / 1M
Output / 1M
anthropic/claude-sonnet-4.5 Latest
$2.40
$12.00
google/gemini-3-flash-preview Latest
$0.40
$2.40
openai/gpt-5.2-pro Latest
$8.00
$32.00
openai/o3-mini
$0.88
$3.52
google/gemini-2.5-flash Value
$0.24
$2.00
openai/gpt-4o-mini Value
$0.12
$0.48
Free models available
google/gemini-2.0-flash-exp:free meta-llama/llama-3.3-70b-instruct:free qwen/qwen3-235b-a22b:free mistralai/mistral-small-3.1-24b-instruct:free +26 more
View All 340+ Models & Pricing

Our prices are 20% less than OpenRouter on every model

Change one line. Access every model.

import OpenAI from 'openai';

const client = new OpenAI({
  baseURL: 'https://api.agnicpay.xyz/v1',
  apiKey: process.env.AGNIC_API_KEY,
});

const response = await client.chat.completions.create({
  model: 'openai/gpt-4o-mini',
  messages: [{ role: 'user', content: 'Hello!' }],
});

console.log(response.choices[0].message.content);
baseURL: 'https://api.agnicpay.xyz/v1'

Full SDK compatibility.

modalities: ["image", "text"]
New

Image Generation

Generate images with Gemini and GPT-5. Just add modalities to your request.

stream: true

Streaming

Real-time token streaming with Server-Sent Events.

tools: [...]

Function calling

Full support for tools and function definitions.

role: "system"

System messages

Multi-turn conversations with system prompts.

Common questions.

340+ models from OpenAI, Anthropic, Google, Meta, DeepSeek, Mistral, Qwen, xAI, and 30+ other providers, plus 5 image generation models. Use GET /v1/models to see the full list.

Use an image generation model like google/gemini-2.5-flash-image and add modalities: ["image", "text"] to your request. The response will include both text and base64-encoded images.

Models use the format provider/model-name. For example: openai/gpt-4o, anthropic/claude-3.5-sonnet, google/gemini-2.5-pro, google/gemini-2.5-flash-image.

Sign up, fund your wallet with USDC, get an API key, and set baseURL to https://api.agnicpay.xyz/v1. That's it.

Yes. Full compatibility with OpenAI SDK features including streaming, function calling, system messages, and image generation.

Yes. 30+ models are completely free including google/gemini-2.0-flash-exp:free, meta-llama/llama-3.3-70b-instruct:free, and more.

Start building today.

Create an account and get your API key in seconds. No credit card required.