Riven Chat Extra Large

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

Highest-capacity conversational chat alias.

Pricing

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

Cost basis; frontier lane. Same backing as riven-chat-lg.

Context

32K tokens.

Intended use

- Maximum-capacity conversational chat - Alias for the largest available chat lane

Limitations

- Premium pricing tier; same backing as riven-chat-lg. - 32K context window.

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-chat-xl", "messages": [{"role": "user", "content": "Hello"}]}'

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