CPEN RouterSDK-minimal routing with live price caps
availableTry in playground
Pricingper 1M tokens
Min$0.02
Max$0.20
Default cap$0.20 cap
Benchmarks4 measured routes
- Intelligence range
- 54-55
- Price range
- $0.1286-$0.2143
- Benchmark range
- 54-55
- Reliability
- 100%
RoutingLow
- Model family
- GPT nano class
- Candidates
- 8 candidate routes
- Public cap
- $0.20 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/low",
"messages": [{"role": "user", "content": "normalize this row"}],
"routing": {
"currency": "USD",
"max_total_per_1m": "0.20"
}
}'Policy controlspublic allowlist
| Control | Default | Effect |
|---|---|---|
| Maximum total price | $0.20 | Reject requests when no candidate route fits the public cap. |
| Intelligence alias | cpen/low | Dispatchable SDK-minimal alias. |
| Unsupported controls | Rejected | stream, tools, multimodal content, direct slugs, and hidden routing fields fail closed. |