Live · Groq + OpenRouter

One Endpoint.
All AI Providers.

NexusFlows routes your AI requests through the fastest available provider — with automatic fallback, real analytics, and zero rate-limit interruptions.

2+
Providers
Auto
Fallback
$0
Provider Cost
100%
OpenAI Compatible
Free
$0
Forever free · No card needed
  • 100 requests/day
  • 1 model (Llama 3.1 8B)
  • OpenAI-compatible API
  • Basic analytics
Popular
Developer
$9/mo AUD
Cancel anytime · Stripe
  • 5,000 requests/day
  • All models (7 available)
  • Auto-fallback routing
  • Full analytics dashboard
  • API key rotation
Pro
$19/mo AUD
Cancel anytime · Stripe
  • Unlimited requests
  • All models + priority routing
  • Auto-fallback routing
  • Full analytics dashboard
  • Email support
  • Australian business · ABN

© 2026 Aussi-Nexus Group · ABN 76 947 108 181

Dashboard

Welcome to NexusFlows

Total Requests
Today
Total Tokens
Avg Latency
milliseconds
Recent Requests ↻ Refresh
ProviderModelTokensLatencyStatusTime

API Endpoint

Use in any OpenAI-compatible tool

Base URL
https://nexusflows.net/api/gateway/v1
Your API Key
••••••••••••••••••••••••••••••

Use as X-API-Key: <key> or Authorization: Bearer <key>

Active Providers

Auto-fallback routing

Loading...

Analytics

Your request history

Total Requests
Total Tokens
Avg Latency
ms
Today
All Requests
ProviderModelTokensLatencyStatusTime

Setup Guide

Point any OpenAI-compatible tool at NexusFlows

Your API key is pre-filled below. Replace YOUR_KEY if you've rotated it.
Claude Code
# ~/.claude/settings.json or claude_config.json
{
  "api_base_url": "https://nexusflows.net/api/gateway/v1",
  "api_key": "YOUR_KEY",
  "model": "llama-3.3-70b-versatile"
}
Cursor / Cline / Windsurf
# In tool settings → OpenAI API Override
Base URL:  https://nexusflows.net/api/gateway/v1
API Key:   YOUR_KEY
Model:     llama-3.3-70b-versatile
Python
from openai import OpenAI
client = OpenAI(
    base_url="https://nexusflows.net/api/gateway/v1",
    api_key="YOUR_KEY"
)
res = client.chat.completions.create(
    model="llama-3.3-70b-versatile",
    messages=[{"role":"user","content":"Hello!"}]
)
print(res.choices[0].message.content)
Node.js
import OpenAI from 'openai';
const client = new OpenAI({
  baseURL: 'https://nexusflows.net/api/gateway/v1',
  apiKey:  'YOUR_KEY'
});
const res = await client.chat.completions.create({
  model: 'llama-3.3-70b-versatile',
  messages:[{role:'user',content:'Hello!'}]
});
console.log(res.choices[0].message.content);

Test Chat

Live test through the NexusFlows gateway

👋 Send a message to test your gateway. Messages go through your API key.

Billing

Manage your NexusFlows subscription

Subscription Status

PlanNexusFlows Full Access
Price$30 AUD / month
Status
ProviderStripe · Secure payments

Payments by Stripe · Aussi-Nexus Group · ABN 76 947 108 181 · Shailer Park QLD

Admin Panel

Aussi-Nexus Group — Owner Controls

👑 Signed in as owner · Dr Manas Swain

Live Stats

Total Users
Subscribers
Total Requests
Today

Update API Keys & Restart

Leave blank to keep existing value. Server will restart automatically.

Groq API Key
OpenRouter Key
Stripe SK
Stripe PK
Stripe Webhook
Stripe Price ID

All Users

NameEmailStatusJoined
Loading...