AI infrastructure, simplifiedOpenAI & Anthropic compatible

One AI Gateway for every AI model

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 under 2 minutes
1from openai import OpenAI2 3client = OpenAI(4    base_url="https://router.naraya.ai/v1",5    api_key="sk-nara-xxxxxxxx"6)7 8response = client.chat.completions.create(9    model="auto/naraya.ai",10    messages=[11        {"role": "user", "content": "Hello!"}12    ]13)14 15print(response.choices[0].message.content)

10+

Model Providers

OpenAI Compatible

Easy Setup

99.9%

Uptime SLA

Real-time

Logs & Analytics

Route Requests Across Top AI Providers.

Switch providers without changing your integration.

Anthropic
Google AI
OpenAI
DeepSeek
Zhipu AI
Moonshot AI
Anthropic
Google AI
OpenAI
DeepSeek
Zhipu AI
Moonshot AI
Anthropic
Google AI
OpenAI
DeepSeek
Zhipu AI
Moonshot AI
HOW IT WORKS

3 Steps, Start Coding

From signup to AI coding in just a few minutes.

STEP 01

Sign Up & Generate an API Key

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

  • Create an account in seconds
  • Generate an API key from the dashboard
  • Free tier quota is active instantly
STEP 02

Set Up Your Favorite Tool

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

Claude CodeOpencodeFactory CLIVS CodeMore
base_url: https://router.naraya.ai/v1
api_key: sk-nara-xxxx
STEP 03

Start Building

Use your favorite models through one endpoint.

ClaudeGPTGeminiDeepSeekLlama+ More
COMPATIBILITY

Works with the tools you already use

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

Droid Factory
Opencode
Claude Code
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.

Free

Rp 0
Claude Sonnet 4.5
Claude Haiku 4.5
DeepSeek 3.2
GLM-5
Token Cap5M / day
Rate Limit10 req / min

Lite

Rp 15K/ day

Rp 79K / week

Includes everything in Free
Claude Sonnet 4.5
Claude Haiku 4.5
DeepSeek 3.2
+4 more models
Token Cap8M / day
Rate Limit25 req / min
MOST POPULAR

Lite Mocin

Rp 25K/ day

Rp 131K / week

Includes everything in Free
Claude Sonnet 4.5
Claude Haiku 4.5
DeepSeek 3.2
GLM-5
DeepSeek V4 Flash
+4 more models
Token Cap15M / day
Rate Limit25 req / min

Pro

Rp 49K/ day

Rp 257K / week

Includes Lite + Lite Mocin
Claude Sonnet 4.5
Claude Haiku 4.5
DeepSeek 3.2
+11 more models
Token Cap30M / day
Rate Limit30 req / min
No subscription

Pay as you go

No subscription required. Use supported models and pay only for the tokens you consume.

Per-model pricing
Input/output token rates
IDR / USD support
Compare model costs
View model pricingFlexible billing. Cancel anytime.
Every paid plan already includes all benefits from Free
Free tokens reset daily at 07:00 WIB; paid plans reset at your purchase timeModels updated for best performanceQuestions? t.me/naraya_aiSee live plans
FAQ

Frequently asked questions

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

Still have questions?t.me/naraya_ai

Yes. NaraRouter exposes OpenAI-compatible /v1/chat/completions and Anthropic-compatible /v1/messages endpoints, so most SDKs work by changing only the base URL and key.