Skip to content

chore(ai-gateway): forbid baidu/cobuddy:free due to 429 rate limiting#3108

Open
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
feat/forbid-baidu-cobuddy-free
Open

chore(ai-gateway): forbid baidu/cobuddy:free due to 429 rate limiting#3108
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
feat/forbid-baidu-cobuddy-free

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot Bot commented May 7, 2026

Summary

  • Adds baidu/cobuddy:free to forbiddenFreeModelIds in apps/web/src/lib/ai-gateway/forbidden-free-models.ts so clients cannot route requests to it through the AI gateway.
  • Reason: the model is effectively unusable due to massive upstream rate limiting (429 errors). Blocking it prevents user-facing failures and wasted retries.

Verification

  • Manually inspected the updated list to confirm the new entry is added once, follows the existing provider/model:free pattern, and preserves the surrounding ordering.

Visual Changes

N/A

Reviewer Notes

  • Low risk: single-line addition to a deny-set used by isForbiddenFreeModel, which already short-circuits requests via forbiddenFreeModelResponse.
  • No schema, PII, or migration changes.

Built for Christiaan Arnoldus by Kilo for Slack

@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot Bot commented May 7, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • apps/web/src/lib/ai-gateway/forbidden-free-models.ts

Reviewed by gpt-5.5-2026-04-23 · 74,862 tokens

@chrarnoldus chrarnoldus self-assigned this May 7, 2026
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.

1 participant