Production-ready endpoints for chat, completions, and embeddings. Your key, your quota, your control. Built and operated by Aussi-Nexus Group.
Subscribe and generate your key immediately from the dashboard. No approval process, no waiting. Ready in under 60 seconds.
AI Chat, AI Complete, and Embeddings. OpenAI-compatible JSON schema so your existing code needs minimal changes.
Real-time dashboard showing your monthly usage, per-endpoint breakdown, and remaining quota. No surprises.
Per-minute and monthly quotas enforced server-side on every request. Prevents runaway costs and abuse automatically.
Operated by Aussi-Nexus Group (ABN 76 947 108 181), Gold Coast QLD. Australian consumer law protections apply.
Secure subscription billing via Stripe. AUD pricing. Cancel anytime from your dashboard — no lock-in.
All prices in AUD. Billed monthly. Cancel anytime. No setup fees.
Need higher limits? Contact us for custom Enterprise plans.
NEXUS AI API — Base URL: https://aunexus.nexus/api/v1
All API requests require your API key passed in the x-api-key header.
Keys begin with nxs_live_ and are generated from your dashboard. Never expose keys in client-side code.
| Code | Meaning |
|---|---|
401 | Missing or invalid API key |
429 | Rate limit exceeded (per-minute or monthly quota) |
400 | Bad request — check required body fields |
500 | Upstream AI error — retry with backoff |
Error responses are JSON: {"error":"message"}
Conversational AI. Accepts a messages array (OpenAI-compatible format).
| Field | Type | Required | Description |
|---|---|---|---|
messages | array | Yes | Array of {role, content} objects |
model | string | No | Default: nexus-1 |
max_tokens | int | No | Default: 1000, max: 4000 |
Single-turn text completion. Simpler than chat — just pass a prompt string.
Generate a 1536-dimension vector embedding for semantic search or similarity tasks.
Check your key status, plan, and remaining monthly quota.
All legal agreements governing use of the NEXUS AI API platform.
Rules governing use of the API platform and all NEXUS services.
How we collect, use, and protect your personal and usage data.
What you may and may not use the NEXUS API to do.
Our subscription refund and cancellation terms.
Service Level Agreement — uptime commitments by plan.
Welcome back, —
Loading keys…
Replace YOUR_KEY with one of your active keys above.