The unified AI abstraction and aggregation layer — built on top of WEB4 and WEB5. Route, orchestrate and normalise across every AI model, agent and protocol, with the world's richest cross-reality data foundation feeding directly into every request.
The AI landscape is fragmented — dozens of providers, incompatible APIs, competing agent protocols and orchestration frameworks. WEB6 is the abstraction layer that unifies them all, so you build once and deploy everywhere.
WEB6 normalises the request and response interface for every major AI provider and open-source model runtime. Switch providers with a single config change — no refactoring required.
More than a proxy — WEB6 is an intelligent orchestration and normalisation layer sitting on top of both WEB4 and WEB5. Every AI request is grounded with real-world identity, cross-reality app data and a living holon graph — making it the most contextually rich AI API ever built.
Authenticate with your OASIS avatar key and start making requests immediately — no per-provider SDK setup, no credential juggling.
// Route a completion to whichever model fits best POST https://api.web6.oasisomniverse.one/v1/complete Authorization: Bearer <your-oasis-avatar-key> { "provider": "auto", // "auto" | "openai" | "anthropic" | "gemini" | "groq" | "mistral" | ... "model": "auto", // or a specific model ID "messages": [ { "role": "user", "content": "Hello from the OASIS" } ], "routing": { "priority": "cost", // "cost" | "latency" | "quality" "fallback": true }, "avatarId": "your-avatar-id" // optional — injects WEB4 identity/karma context }
// Dispatch a problem straight to FAHRN - the controller agent scores agents, picks a // dispatch mode, runs loop detection and returns the assembled Mermaid execution plan POST https://api.web6.oasisomniverse.one/v1/reasoning-network/dispatch Authorization: Bearer <your-oasis-avatar-key> { "problem": "Plan a zero-downtime migration of a 50M row table", "taskType": "architecture", "mode": "Parallel" // "Serial" | "Parallel" | "Decomposed" }
WEB6 doesn't just abstract AI providers — it sits on top of the entire OASIS data stack. WEB4 and WEB5 feed their world data directly into the AI layer, making every request aware of identity, reputation, cross-world state and a living ecosystem of apps and holons.
The universal identity, reputation and storage foundation. Every AI request in WEB6 can be grounded with your avatar's full history, karma score and COSMIC ORM data across 40+ storage providers — giving AI models context that no other platform can offer.
STAR ODK and STARNET publish every app, asset and interaction as a versioned holon in a living graph. WEB6 pulls this entire cross-world application data stream — all OAPPs, user interactions and holon state — directly into the AI layer, making it extraordinarily context-aware.
WEB6 is the only AI abstraction layer that feeds real-world identity and cross-chain data (WEB4) and a live ecosystem of cross-world apps and holons (WEB5) directly into every AI model call — making it the most powerful and contextually rich AI API ever built.
OASIS extends the OpenSERV BRAID framework (Amçalar & Cinar, arXiv:2512.15959) with a fractal holonic shared graph library — delivering 74× PPD gains on GSM-Hard that scale indefinitely across agents and sessions. One shared library. Every reasoning graph ever generated — available to everyone, forever.
FAHRN is the self-optimising reasoning mesh built on top of Holonic BRAID. A controller agent dispatches work to scored agents in serial, parallel or decomposed mode — using a composite score of category performance, speed, cost and loop-detection stability — and learns from every outcome via EMA score updates stored in the holonic memory hierarchy.
The controller dispatches the problem to the highest-scoring agent for that category. If it stalls, the next best agent takes over. One agent works at a time — lowest token cost, still intelligent routing.
All agents receive the same problem simultaneously. Each produces a Mermaid execution diagram. The controller compares plans — selecting the best, or merging complementary diagrams into a superior combined plan.
Large, complex problems are broken into sub-problems. Each is routed to the agent best matched to its category and speed profile. The resulting sub-diagrams are then combined by the controller into one unified execution plan.
Connect any MCP-compatible AI agent or tool directly to the full OASIS platform — avatar foundation, karma, COSMIC ORM data and the entire WEB6 AI layer — through a single standardised Model Context Protocol interface.