chore(ai-gateway): map all OpenRouter -latest aliases to Vercel#3008
Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Open
chore(ai-gateway): map all OpenRouter -latest aliases to Vercel#3008kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Conversation
Add mappings for ~google/gemini-flash-latest and ~openai/gpt-mini-latest, and remove the arcee-ai/trinity-large-preview:free mapping since that variant no longer exists on OpenRouter.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by gpt-5.5-2026-04-23 · 135,810 tokens |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
~*-latestaliases:~google/gemini-flash-latest→google/gemini-3-flashand~openai/gpt-mini-latest→openai/gpt-5.4-mini.GEMINI_FLASH_CURRENT_*andGPT_MINI_CURRENT_*constants alongside the existing pro/gpt constants so the targets can be bumped in one place.arcee-ai/trinity-large-preview:freemapping since that:freevariant no longer exists on OpenRouter (the forbidden-free-models entry already covers stale clients).Verification
-latestset on https://openrouter.ai/api/v1/models against the existing map and against https://ai-gateway.vercel.sh/v1/models to confirm every right-hand-side id still exists on the Vercel gateway.mapModelIdToVercel.test.tsaccordingly; test DB wasn't available locally to run the Jest suite, butpnpm --filter web typecheckpasses.Visual Changes
N/A
Reviewer Notes
GEMINI_FLASH_CURRENT_VERCEL_MODEL_IDis set togoogle/gemini-3-flash. If you'd prefergoogle/gemini-3.1-flash-lite-previewor similar, it's a one-line swap.pnpm typecheckacross the monorepo was skipped in favor of the targetedpnpm --filter web typecheckfor turnaround time.