Dashboard
Welcome to NexusFlows
| Provider | Model | Tokens | Latency | Status | Time |
|---|
API Endpoint
Use in any OpenAI-compatible tool
Use as X-API-Key: <key> or Authorization: Bearer <key>
Active Providers
Auto-fallback routing
Analytics
Your request history
| Provider | Model | Tokens | Latency | Status | Time |
|---|
Setup Guide
Point any OpenAI-compatible tool at NexusFlows
YOUR_KEY if you've rotated it.# ~/.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" }
# In tool settings → OpenAI API Override Base URL: https://nexusflows.net/api/gateway/v1 API Key: YOUR_KEY Model: llama-3.3-70b-versatile
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)
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
Billing
Manage your NexusFlows subscription
Subscription Status
Payments by Stripe · Aussi-Nexus Group · ABN 76 947 108 181 · Shailer Park QLD
Admin Panel
Aussi-Nexus Group — Owner Controls
Live Stats
Update API Keys & Restart
Leave blank to keep existing value. Server will restart automatically.
All Users
| Name | Status | Joined | |
|---|---|---|---|
| Loading... | |||