chore: bump gitlab-ai-provider to 5.3.1 for GPT-5.4 model support#18849
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Mar 24, 2026
Merged
Conversation
Contributor
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found. The searches returned PR #18849 (the current PR) and two historical PRs from 2024 related to initial GPT-5.4 support (#16503, #16233), but these are unrelated dependency bump PRs, not duplicates of the current bump to version 5.3.1. |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Andres77872
pushed a commit
to Andres77872/opencode
that referenced
this pull request
Mar 26, 2026
dzianisv
pushed a commit
to dzianisv/opencode
that referenced
this pull request
Mar 26, 2026
dzianisv
pushed a commit
to dzianisv/opencode
that referenced
this pull request
Apr 2, 2026
balcsida
pushed a commit
to balcsida/opencode
that referenced
this pull request
Apr 8, 2026
dzianisv
pushed a commit
to dzianisv/opencode
that referenced
this pull request
Apr 9, 2026
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.
Issue for this PR
Closes #18850
Type of change
What does this PR do?
Bumps
gitlab-ai-providerfrom 5.2.2 to 5.3.1. Version 5.3.1 adds three new OpenAI GPT-5.4 proxy models toMODEL_MAPPINGS:duo-chat-gpt-5-4gpt-5.4-2026-03-05duo-chat-gpt-5-4-minigpt-5.4-miniduo-chat-gpt-5-4-nanogpt-5.4-nanoThese models are defined in the ai-gateway models.yml with
proxy_provider: openaiand were missing from the provider SDK.This also requires the companion models.dev PR which adds the model definitions to the gitlab provider and fixes the
npmfield from the stale scoped@gitlab/gitlab-ai-provider(v4.1.0) to the currentgitlab-ai-provider— without that fix, opencode'sgetSDKfalls through the bundled provider check and dynamically installs the old package.How did you verify your code works?
bun typecheck— passesOPENCODE_MODELS_PATHpointing to a regenerated models.json containing the new gitlab models and confirmed the GPT-5.4 models load and work without theUnknown model IDerrorChecklist