3 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.

3
Models
19
Requests Served
OpenAI
Compatible API
Stream
Supported

Available Models

Access all models through a single unified endpoint

glm-5 Zhipu
Glm 5 model
model: glm-5
mimo-v2.5-pro Xiaomi
Mimo 2.5 Pro
model: mimo-v2.5-pro
sonnet-4.6 Anthropic
Claude Sonnet 4.6
model: wumbo

More models added regularly. Login to request specific models.

Built for Developers

Everything you need to integrate AI into your applications

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 across all consumers.

Usage Analytics

Track every request — tokens used, latency, costs, and model performance. All accessible 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 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": "glm-5",
    "messages": [{"role": "user", "content": "Hello!"}],
    "stream": false
  }'

Ready to get started?

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