N27
STARSHIP NO. 27 // SOVEREIGN INFRASTRUCTURE
N27

Sovereign AI Infrastructure

Zero-Log | Uncensorable | Distributed MoE
NULLXRE // MOE SANDBOX
N27 Sovereign MoE v2.1 — Sandbox Mode
Nodes: TACTICAL(3B) | CODER(7B) | EDGE(7B)
Type a prompt and press Enter. 3 free prompts per session.
>
NODE: TACTICAL --
NODE: CODER --
NODE: EDGE --
SPIDER INDEX DOCS: -- | CRAWL: INIT

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
DEFAULT
N27-Reasoner Pro
N27 frontier model
Complex reasoning & code
PRO
N27-Flash Core
Fast inference, low latency
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.

KeyTierStatusActions
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
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
Region: East US
IP: 4.155.32.157
Model: N27-3B (n27-alpha-3b)
Latency: --
N27 Coder ONLINE
Region: US-West-2
IP: 18.227.71.214
Model: N27-3B (n27-alpha-3b)
Latency: --
N27 Edge ONLINE
Region: Sao Paulo
IP: 100.69.98.58
Model: n27-coder-3b
Latency: --
All systems operational
>