Riven Research

Model ID: riven-research Provider: riven Tier: research Capabilities: chat, reasoning, web, web_search, citations

Web-grounded deep reasoning. Returns cited answers: every response includes citations[] and search_results[] (title, url, date).

Access

Available on research. 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": "riven-research", "messages": [{"role": "user", "content": "Hello"}]}'

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