RivenGet started

Rvn-Assistant-V2

Legacy ID — accepted and rewritten to riven-best at the gateway.

rvn-assistant-v2

Input price
$1.36
per 1M tokens
Output price
$4.09
per 1M tokens
Lane
riven-best
see catalog note

Capabilities

chat

Call Rvn-Assistant-V2 in one request

The Riven API is OpenAI-compatible. Point your existing SDK at api.rivenai.io and set the model id — no code changes.

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

Why teams run Rvn-Assistant-V2 on Riven

  • Served from Riven’s own inference fleet — the same lanes that power the Riven apps.
  • One API key and one bill across all 29 lanes in the catalog.
  • Transparent per-token lane pricing, metered from actual fleet cost.
  • OpenAI-compatible endpoint — drop your existing SDK in unchanged.