RivenGet started
For AI agents: paste our llms-full.txt into your context — the complete Riven docs index for coding assistants.

Search docs

Find a page across the Riven documentation

Riven Best

Model ID: riven-best Provider: riven Tier: all plans Capabilities: chat, auto-routing

Auto mode: picks the right lane for each message (instant, fast, core, pro, research, or code). Billed at the routed lane rate.

Access

Available on all plans. Call it through the Riven API:

bash
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"}]}'

Generated from the live Riven gateway catalog, 2026-07-25.