AI infrastructure, simplified OpenAI & Anthropic compatible

One AI Gateway for every API key

Route requests through one OpenAI-compatible endpoint. Track usage, control credits, manage limits, and keep your AI costs predictable.

Free model included No credit card required Set up in 2 minutes
1from openai import OpenAI
2
3client = OpenAI(
4 base_url="https://api.nexusrouter.net/v1",
5 api_key="sk-nr-xxxxxxxx"
6)
7
8response = client.chat.completions.create(
9 model="nr/claude-sonnet-4.5",
10 messages=[{ "role": "user", "content": "Hello!" }]
11)
12print(response.choices[0].message.content)

Route Requests Across Top AI Providers.

Switch providers without changing your integration.

Anthropic
Google AI
OpenAI
DeepSeek
Zhipu AI
Moonshot AI
Meta Llama
Mistral
xAI
Anthropic
Google AI
OpenAI
DeepSeek
Zhipu AI
Moonshot AI
Meta Llama
Mistral
xAI
How it works

3 Steps, Start Coding

From signup to AI coding in just a few minutes.

Step 01

Sign Up & Generate Key

Create an account, generate an API key, and start using the service in seconds.

  • Account ready in seconds
  • Generate `sk-nr-` API key from dashboard
  • Free tier quota active instantly
Step 02

Set Up Your Favorite Tool

Paste the Base URL and API key into the tool you already use.

base_url: https://api.nexusrouter.net/v1
api_key: sk-nr-xxxx
Step 03

Start Building

Use your favorite models through one endpoint with consistent billing and logs.

  • Claude · GPT · Gemini · DeepSeek
  • Single /v1 endpoint
  • Live request & cost logs
Compatibility

Works with the tools you already use

Use NexusRouter in your favorite coding agents, AI IDEs, and OpenAI-compatible clients.

Claude Code
Opencode
Droid Factory
Codex
OpenClaw
Hermes Agent
Pi.dev
Any Tools
AI Models Pricing

Choose the Plan That Fits You Best

Access the best AI models through one endpoint with transparent pricing and reliable performance.

Every paid plan includes all benefits from FreeFree tokens reset daily at 07.00 WIB; paid plans reset at purchase timeSee live plans →

Frequently asked questions

Everything you need to know about NexusRouter. Can't find what you're looking for? Reach out and we'll get back fast.

Yes. NexusRouter is a drop-in replacement. Change the API base URL to https://api.nexusrouter.net/v1 and use your NexusRouter key. OpenAI Python/Node SDKs, Anthropic SDK, and cURL all work out of the box.