rvn-assistant-v2
Model ID: rvn-assistant-v2 Provider: riven Tier: custom Capabilities: chat
riven chat model.
Access
Available on custom. Call it through the Riven API:
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"}]}'Generated from the live Riven gateway catalog, 2026-07-25.