Riven Best

Model ID: riven-best Provider: riven Tier: best Capabilities: chat, reasoning, extended thinking

Premium alias routing to the highest-quality available lane; rates match the max/frontier lane.

Pricing

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

Cloud frontier lane.

Context

200K tokens.

Intended use

- When you want the best available quality without picking a specific tier - Premium reasoning and synthesis

Limitations

- Same latency profile as riven-max. - Allow max_tokens ≥ 2000 for extended-thinking responses.

Access

Available on Max tiers 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-best", "messages": [{"role": "user", "content": "Hello"}], "max_tokens": 2000}'

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