Riven Agent
Model ID: riven-agent Provider: riven Tier: agent Capabilities: chat, reasoning, tool-use
Agentic workflows, tool calling, and multi-step task execution.
Pricing
| | per 1M tokens | |---|---| | Prompt | $3.00 | | Completion | $15.00 |
Cost basis; on-prem agent lane.
Context
32K tokens.
Intended use
- Multi-step agentic task execution - Tool calling and orchestration - Workflows that plan, act, and observe
Limitations
- On-prem lane; bounded by the agent runtime's action and credit caps. - Not the highest-quality reasoning tier — use riven-pro/riven-max for pure reasoning.
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-agent", "messages": [{"role": "user", "content": "Plan and execute: find the latest Node LTS version."}]}'Pricing from the live billing rate book, verified 2026-09-02.