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
Route requests through one OpenAI-compatible endpoint. Track usage, control credits, manage limits, and keep your AI costs predictable.
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
Switch providers without changing your integration.
From signup to AI coding in just a few minutes.
Create an account, generate an API key, and start using the service in seconds.
Paste the Base URL and API key into the tool you already use.
base_url: https://router.naraya.ai/v1
api_key: sk-nara-xxxxUse your favorite models through one endpoint.
Use NaraRouter in your favorite coding agents, AI IDEs, and OpenAI-compatible clients.
Access the best AI models through one endpoint with transparent pricing and reliable performance.
Rp 79K / week
Includes everything in FreeRp 131K / week
Includes everything in FreeRp 257K / week
Includes Lite + Lite MocinNo subscription required. Use supported models and pay only for the tokens you consume.
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_aiYes. 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.
Use public model names such as auto/naraya.ai from one OpenAI-compatible endpoint.
Each plan includes a generous monthly credit grant under a fair-use policy. You can watch your balance and request volume in real time from the dashboard.
Issue API keys, monitor credit consumption, and review request logs so access and costs stay predictable.
If you cancel a request mid-stream, you may still be charged for the full completion.