CPEN RouterOpenAI-compatible routing with live price caps
Playgroundlive route selection
{
"apiKey": "",
"message": "Extract company, amount, and currency",
"model": "cpen/middle",
"routing": {
"allow_temporary_high_price": true,
"continuity_mode": "temporary_escalation",
"currency": "USD",
"max_total_per_1m": "0.30",
"min_total_per_1m": "0.05",
"rpm_cap": 60,
"strategy": "balanced"
}
}idle
Route selection result
Enter an API key and run a live route-selection request.