RivenGet started

Search docs

Find a page across the Riven documentation

Riven documentation

Riven is a sovereign AI platform: 75 live models behind one OpenAI-compatible API, served on-prem first with cloud fallback, plus the surfaces and services built on top of it.

curl
curl https://api.rivenai.io/v1/chat/completions \
  -H "Authorization: Bearer $RIVEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "riven-best", "messages": [{"role": "user", "content": "Hello"}]}'

Start here

The platform

The surfaces you sign in to: Console, Chat, Computer, Studio, Docs, and the rest of the shell.

The services under the surfaces — routing, telemetry, scheduling, grounding, and identity plumbing.

Running a company on Riven: Commerce, the Business Suite, ERP, Mail, and Comms.

The API gateway, authentication, secrets, tools, and the model fleet behind them.

The sovereign inference fleet and the cloud models it falls back to.

Support