Riven Pro

Model ID: riven-pro Provider: riven Tier: pro Capabilities: chat, reasoning

Higher-quality reasoning for analysis, writing, and complex tasks.

Pricing

| | per 1M tokens | |---|---| | Prompt | $5.00 | | Completion | $25.00 |

Cloud frontier lane.

Context

200K tokens.

Intended use

- Analysis and longer-form writing - Complex reasoning and multi-step planning - Tasks where quality matters more than latency

Limitations

- Higher latency than riven-core. - Available on Pro and above.

Access

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

Pricing from the live billing rate book, verified 2026-09-02.