ORENTHAL

Frontier intelligence. Built from the ground up.

"Not the loudest god. The one who holds the sky."


Platform Frontier Lab Research API Est



OpenAI Compatible Streaming Python JavaScript TypeScript Rust cURL



SACM MoE Crystalline EQ Engine ECH Intent



Zeus Status Lattice Status Vexa Status Zeus Source Lattice Source Vexa Source



Zeus Price Lattice Price Vexa Price Billing



Zeus Scale Lattice Scale Experts Context Hardware



Reasoning Calibration EQ LongCtx Agentic NoHallucination



Training Philosophy Calibrated RLHF Vexa No Train



◇ ────────────────────────────────────────────── ◇

💰 Orenthal API — Pricing

All models accessible at https://orenthal.onrender.com/v1 · OpenAI-compatible · No seat licences · Pay per token

Model Architecture Per 1M Tokens Context Source Status
Orenthal Zeus SACM — Sovereign Attention + Crystalline MoE $1.00 256K – 1M 🟣 Closed Early Access
🌐 Matrix Lattice Frontier Agentic MoE · 17 modules $0.80 1M 🟣 Closed Released
🔷 Matrix Vexa Crystalline Intelligence Substrate $2.00 🟣 Closed Coming Soon

⚡ Zeus — Debut Frontier Model

Status Arch Source License EQ ECH Price

"Intelligence, complete."

Orenthal's first original architecture. Not a finetune. Not a distillation. Built from the ground up to compete with GPT-5, Claude, and Gemini. SACM: Sovereign Attention with Crystalline MoE.

Three Pillars:   I. Sovereign Reasoning  ·  II. Calibrated Honesty  ·  III. Human Intelligence

Tier Total Active Experts Context Price
Zeus-70B 70B ~18B 24 top-3 256K $1.00 / 1M
Zeus-200B 200B ~32B 24 top-3 512K $1.00 / 1M
Zeus-1T ~1T ~80B 64 top-4 1M $1.00 / 1M
orenthal/zeus-70b  ·  orenthal/zeus-200b  ·  orenthal/zeus-1t

🌐 Matrix Lattice — Frontier Agentic MoE

Status Scale Context Source Modules EQ Price

"Frontier Agentic MoE."

Frontier-scale mixture-of-experts. 17 custom intelligence modules. 1M token context across all tiers.

Modules: EQ Engine V2 · MACL · HCCE · Causal Reasoning Graph · Long-Horizon Task Planner · Confidence Calibration Head · Safety Reasoning Module · and 10 more

Tier Total Active Experts Context Price
Lattice-120B 120B ~22B 64 top-4 1M $0.80 / 1M
Lattice-430B 430B ~38B 128 top-4 1M $0.80 / 1M
Lattice-671B 671B ~47B 256 top-4 1M $0.80 / 1M
matrix-corp/lattice-120b  ·  matrix-corp/lattice-430b  ·  matrix-corp/lattice-671b

🔬 Research: Matrix-Corp/Lattice


🔷 Matrix Vexa — Crystalline Intelligence Substrate

Status Paradigm Training Source License Hallucination Price

"Not a model. A new way of knowing."

Vexa is not a language model. It is a living lattice of Glyphs — structured meaning objects that grow through Crystallisation instead of training. 10 minutes on CPU. No GPU. No gradients. No interpolation.

orenthal/vexa  (coming soon · $2.00 / 1M tokens)

🔬 Research: Matrix-Corp/Vexa


🚀 Quickstart

pip install openai
import openai

client = openai.OpenAI(
    base_url="https://orenthal.onrender.com/v1",
    api_key="your-orenthal-api-key",
)

# ⚡ Zeus — general frontier ($1.00 / 1M tokens)
response = client.chat.completions.create(
    model="orenthal/zeus-70b",
    messages=[
        {"role": "system", "content": "You are Zeus, a frontier intelligence built by Orenthal."},
        {"role": "user",   "content": "What makes you different from other frontier models?"}
    ],
)
print(response.choices[0].message.content)

# 🌐 Lattice — long-horizon agentic ($0.80 / 1M tokens)
response = client.chat.completions.create(
    model="matrix-corp/lattice-120b",
    messages=[{"role": "user", "content": "Plan a 6-month product roadmap."}],
    max_tokens=4096,
)

# 🔷 Vexa — crystalline intelligence ($2.00 / 1M tokens, coming soon)
response = client.chat.completions.create(
    model="orenthal/vexa",
    messages=[{"role": "user", "content": "What do you know about quantum error correction?"}],
)

◇ ────────────────────────────────────────────── ◇

Founded by Zandy-Wandy  ·  Research Matrix-Corp  ·  Platform orenthal.onrender.com


OpenAI Stream Tokens SEA



© 2026 Orenthal. All rights reserved.
Matrix.Corp — building intelligence that knows its own limits.
Zeus — Intelligence, complete.

◇ ────────────────────────────────────────────── ◇