Riven Core

Model ID: riven-core Provider: riven Tier: core Capabilities: chat

Default balance of speed and quality.

Access

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

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