mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 06:37:47 +08:00
- Map upstream `model_not_found` errors to HTTP 404 before evaluating generic invalid request types in Codex terminal error handling. - Prevent treating structured model not found responses as client request faults to preserve credential rotation. - Recognize model access denial errors to apply model-level cooldown and failover. - Respect `disable_cooling` configuration during model-level cooldown processing. Closes: #5635