Skip to content

fix(alerting): add GPT 5.4 to non-monitored models list#2563

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
add-gpt-5.4-to-non-monitored
Open

fix(alerting): add GPT 5.4 to non-monitored models list#2563
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
add-gpt-5.4-to-non-monitored

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Apr 17, 2026

Summary

Add openai/gpt-5.4 to HEALTH_CHECK_EXCLUSIONS in the models health check endpoint. This model is currently showing as down in the health dashboard and triggering false alerts. Adding it to the exclusion set means it still gets per-model health evaluation and is displayed in the admin UI, but it cannot trigger top-level 503 responses or health alerts.

Verification

  • Reviewed existing entries in HEALTH_CHECK_EXCLUSIONS to confirm the pattern
  • Confirmed openai/gpt-5.4 is already in the preferredModels list (apps/web/src/lib/ai-gateway/models.ts)
  • Typecheck and format could not run in the sandbox environment (missing tsgo and oxfmt), but the change is a single string addition to a Set literal with no type implications

Visual Changes

N/A

Reviewer Notes

Straightforward one-line addition. Once GPT 5.4 availability stabilizes, this entry can be removed from the exclusion set to re-enable monitoring.


Built for Mark IJbema by Kilo for Slack

openai/gpt-5.4 is currently showing as down in the health check,
triggering false alerts. Add it to HEALTH_CHECK_EXCLUSIONS so it
still gets per-model health evaluation but cannot cause 503 responses.
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot bot commented Apr 17, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • apps/web/src/app/api/models/up/route.ts

Reviewed by gpt-5.4-20260305 · 139,719 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants