fix: retired OpenRouter model ids broke the openrouter_budget quickstart preset - #8
Merged
Merged
Conversation
…art preset - anthropic/claude-haiku-3-5 -> claude-haiku-4.5 (400: not a valid model ID; stalled every run in discovery) - deepseek/deepseek-chat-v3 -> deepseek-v4-flash (aliased to a stalled route; Forge tasks hung to timeout) - cost table entry for deepseek-v4-flash (unknown model fell to default rates and false-triggered the budget kill) Backport of hrmaptyltd/kageops#397; found via live rehearsal runs (real spend $0.09 vs $0.75 estimated).
|
Thank you for your contribution! Before we can merge it, please read our Contributor License Agreement and sign it by posting the following comment: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two model IDs in the
openrouter_budgetpreset (the README quickstart preset) no longer exist on OpenRouter:anthropic/claude-haiku-3-5→ claude-haiku-4.5 — OpenRouter 400s it, so blueprint/vigil/cipher tasks failed all retries and every run stalled in discoverydeepseek/deepseek-chat-v3→ deepseek-v4-flash — aliases to a stalled route; Forge tasks hung 20 min to timeoutdeepseek-v4-flashto the cost table — unknown models fall back to default rates, which false-triggered the budget kill ($0.75 estimated vs $0.09 real)All preset OpenRouter IDs audited against the live catalog. Verified by live runs: with these fixes a full 6-phase run passes the build-verification gate.
Docs-only-adjacent config change; full suite green upstream.