CPEN RouterOpenAI-compatible routing with live price caps
availableTry in playground
Pricingper 1M tokens
Min$0.20
Max$1.00
Default cap$1.00 cap
RoutingHigh
- Model family
- GPT high class
- Candidates
- 24 internal candidates
- RPM cap
- 30 RPM
- Strategy
- Highest intelligence available inside the configured cap.
- Fallback
- Use only when explicitly selected or temporarily escalated.
QuickstartPOST /v1/chat/completions
curl https://cpenrouter.space/v1/chat/completions \
-H "authorization: Bearer cpen_live_..." \
-H "content-type: application/json" \
-d '{
"model": "cpen/high",
"messages": [{"role": "user", "content": "normalize this row"}],
"routing": {
"currency": "USD",
"min_total_per_1m": "0.20",
"max_total_per_1m": "1.00",
"rpm_cap": 30,
"strategy": "balanced",
"continuity_mode": "temporary_escalation",
"allow_temporary_high_price": true
}
}'Policy controlsprice sensitive routing
| Control | Default | Effect |
|---|---|---|
| Minimum price | $0.20 | Avoid suspiciously cheap routes below the quality floor. |
| Maximum price | $1.00 | Reject requests when no internal route fits the cap. |
| Continuity | Optional escalation | Best for requests where a failed answer costs more than spend. |