Get started with NULLXRE
Grab your API key and start building for free.
Usage
Tokens used
0
API calls
0
Current plan
Basic
TOKEN USAGE
0%
API Key
KEY:
n27_sk_****
Quick start
curl -X POST https://www.nullxre.com/api/v1/completions \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"prompt": "Hello world"}'
Available Models
N27-3B
Custom n27-alpha-3b
Sovereign fine-tune on N27 Tactical
Sovereign fine-tune on N27 Tactical
DEFAULT
N27-Reasoner Pro
N27 frontier model
Complex reasoning & code
Complex reasoning & code
PRO
N27-Flash Core
Fast inference, low latency
Best for quick tasks
Best for quick tasks
FAST
Playground
Full MoE access. Unlimited prompts.
NULLXRE // PLAYGROUND
N27 Sovereign MoE v2.1 — Playground Mode
Nodes: TACTICAL(3B) | CODER(7B) | EDGE(7B) | CONNECTED
Unlimited prompts. Full MoE mesh access.
>
API Keys
Manage your authentication keys.
| Key | Tier | Status | Actions |
|---|---|---|---|
| n27_sk_**** | TIER 1 | ACTIVE |
Analytics
Token usage and API call metrics.
0
Total Tokens
0
API Calls
0
Avg Tokens/Call
3
Active Nodes
Logs
Recent API call history.
No activity yet. Send your first prompt from the Playground.
Limits
Your tier-based resource limits.
Monthly Tokens
0
of 100,000 tokens used this month
API Calls
0
of 1,000 calls this month
Max Tokens per Request
4,096
Maximum tokens per single completion request
Rate Limit
10/min
Requests per minute throttle limit
Billing
Manage your subscription and payment.
Basic
TIER 1
Token limit: 100,000 / month
API calls: 1,000 / month
API calls: 1,000 / month
Basic
Free
100K tokens / month
- 3B parameter models
- Basic MoE routing
- Community support
Pro
$29 /mo
500K tokens / month
- All models including N27-Reasoner Pro
- Priority MoE routing
- Nexus IDE access
SysOp
$99 /mo
Unlimited tokens
- All models + custom fine-tunes
- Dedicated node allocation
- Priority support + SLA
Settings
Account configuration and preferences.
Account
Email---
TierBasic
API Key StatusActive
Security
Stored LocallyYes (localStorage)
Zero-Log PolicyEnabled
API Reference
Endpoints, authentication, and code examples.
Authentication
// Include your API key in the Authorization header
Authorization: Bearer n27_sk_...
Endpoints
POST/api/v1/completions
Send a prompt to the MoE mesh. Routes to optimal node based on complexity.
curl -X POST https://www.nullxre.com/api/v1/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "Hello world", "max_tokens": 1024}'
POST/api/v1/images
Generate images via distributed inference.
curl -X POST https://www.nullxre.com/api/v1/images \
-H "Authorization: Bearer $API_KEY" \
-d '{"prompt": "Cyberpunk cityscape"}'
POST/api/v1/videos
Video generation endpoint.
curl -X POST https://www.nullxre.com/api/v1/videos \
-H "Authorization: Bearer $API_KEY" \
-d '{"prompt": "Flowing data streams", "duration": 5}'
GET/api/spider/stats
Retrieve spider crawl statistics.
curl https://www.nullxre.com/api/spider/stats
System Status
Real-time health of the N27 MoE mesh.
N27 Tactical
ONLINE
N27 Coder
ONLINE
N27 Edge
ONLINE
All systems operational