CPEN RouterOpenAI-compatible routing with live price caps
Models

cpen/high

Reasoning-heavy tasks, high-value generation, important decisions.

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
ControlDefaultEffect
Minimum price$0.20Avoid suspiciously cheap routes below the quality floor.
Maximum price$1.00Reject requests when no internal route fits the cap.
ContinuityOptional escalationBest for requests where a failed answer costs more than spend.
CPEN Router