7 models available

Unified AI API
One Key, Every Model

Access multiple AI models through a single OpenAI-compatible endpoint. Simple pricing, powerful analytics, full control.

7
Models
142
Requests Served
OpenAI
Compatible API
Stream
Supported

Available Models

Access all models through a single unified endpoint

claude-haiku-4 Anthropic
Claude Haiku 4 (via Sonnet 4.6)
claude-opus-4 Anthropic
Claude Opus 4 (via Sonnet 4.6)
claude-sonnet-4 Anthropic
Claude Sonnet 4 (via Sonnet 4.6)
glm-5 Zhipu
Glm 5 model
grok-4.5 Other
Grok 4.5
mimo-v2.5-pro Xiaomi
Mimo 2.5 Pro
sonnet-4.6 Anthropic
Claude Sonnet 4.6

More models added regularly. Login to request specific models.

Everything you need

Built for developers who need control

OpenAI Compatible

Drop-in replacement for OpenAI SDK. Use your existing code with zero changes — just swap the base URL and API key.

Streaming Support

Real-time token streaming via Server-Sent Events. Build responsive UIs with instant model responses.

Rate Limiting

Built-in per-user rate limits and token quotas. Protect your budget and ensure fair usage.

Usage Analytics

Track every request — tokens used, latency, costs, and model performance from your dashboard.

API Key Management

Generate unique API keys with individual limits. Revoke anytime. Keys are hashed and only shown once.

Model Aliases

Use simple aliases instead of full model IDs. Switch underlying models without changing your code.

Simple, Transparent Pricing

Start free, upgrade as you grow

Basic

Free tier with limited access

Free/month
  • ⚡ 1.5K requests/mo
  • # 200K tokens/mo
  • 🔑 1 API keys
  • 📦 All models
Get Started Free
Popular

Plus

Enhanced access for regular users

Rp 99.000/month
  • ⚡ 15K requests/mo
  • # 2M tokens/mo
  • 🔑 3 API keys
  • 📦 All models
Get Started

Pro

Full access for power users

Rp 299.000/month
  • ⚡ 60K requests/mo
  • # 10M tokens/mo
  • 🔑 10 API keys
  • 📦 All models
Get Started

Family Pro

Akses setara Pro untuk keluarga

Free/month
  • ⚡ 60K requests/mo
  • # 10M tokens/mo
  • 🔑 10 API keys
  • 📦 All models
Get Started Free

Simple Integration

Start calling AI models in seconds

# List available models
curl -s https://nexus.aaizu.id/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"

# Chat completion
curl -s https://nexus.aaizu.id/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-haiku-4",
    "messages": [{"role": "user", "content": "Hello!"}],
    "stream": false
  }'

Ready to get started?

Get your API key and start building with AI in minutes.