Riven Chat Large
Model ID: riven-chat-lg Provider: riven Tier: chat-lg Capabilities: chat
Large-context conversational chat for longer sessions.
Pricing
| | per 1M tokens | |---|---| | Prompt | $5.00 | | Completion | $30.00 |
Cost basis; frontier lane.
Context
32K tokens.
Intended use
- Longer conversational sessions - Multi-turn chat where context continuity matters
Limitations
- Premium pricing tier; prefer riven-core for short exchanges. - 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-lg", "messages": [{"role": "user", "content": "Hello"}]}'Pricing from the live billing rate book, verified 2026-09-02.