Back to Models
Ring Flash 2.0
inclusionaiinclusionai/ring-flash-2
InclusionAI Ring Flash 2.0 — reasoning-focused model with chain-of-thought capabilities.
Context Length
131K
Max Output
33K
Input Price
$0.084/ 1M tokens
Output Price
$0.252/ 1M tokens
Modalities
text→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.084 / 1M tokens |
| Output | $0.252 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_pstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "inclusionai/ring-flash-2",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'