CPEN RouterSDK-minimal routing with live price caps
Models

cpen/middle

Extraction, classification, support chat, app assistants.

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