CPEN RouterSDK-minimal routing with live price caps
Models

cpen/low

Bulk cleanup, simple rewrites, tagging, low-risk automation.

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
ControlDefaultEffect
Maximum total price$0.20Reject requests when no candidate route fits the public cap.
Intelligence aliascpen/lowDispatchable SDK-minimal alias.
Unsupported controlsRejectedstream, tools, multimodal content, direct slugs, and hidden routing fields fail closed.
Cpenrouter