CPEN RouterSDK-minimal routing with live price caps
availableTry in playground
Pricingper 1M tokens
Min$0.05
Max$0.30
Default cap$0.30 cap
Benchmarks181 measured routes
- Intelligence range
- 49-100
- Price range
- $0.0739-$46.9902
- Benchmark range
- 49-100
- Reliability
- 94-100%
RoutingMiddle
- Model family
- GPT mini / Gemini flash class
- Candidates
- 107 candidate routes
- Public cap
- $0.30 total / 1M
- Launch state
- Runnable in v1
QuickstartPOST /v1/chat/completions
curl https://cpenrouter.space/v1/chat/completions \
-H "authorization: Bearer cpen_live_..." \
-H "content-type: application/json" \
-d '{
"model": "cpen/middle",
"messages": [{"role": "user", "content": "normalize this row"}],
"routing": {
"currency": "USD",
"max_total_per_1m": "0.30"
}
}'Policy controlspublic allowlist
| Control | Default | Effect |
|---|---|---|
| Maximum total price | $0.30 | Reject requests when no candidate route fits the public cap. |
| Intelligence alias | cpen/middle | Dispatchable SDK-minimal alias. |
| Unsupported controls | Rejected | stream, tools, multimodal content, direct slugs, and hidden routing fields fail closed. |