Conversation
- Add gpt-5.5 to VERCEL_AI_GATEWAY_MODELS and _PROVIDER_MODELS for openai, copilot, opencode-zen, and kilocode providers - Add gpt-5.5 to _PRIORITY_PROCESSING_MODELS frozenset - Bump Codex image-gen chat model from gpt-5.4 to gpt-5.5 - Update gateway and codex provider tests to reference gpt-5.5 - Update docs (providers.md, faq.md) to reflect new default model - Exclude unrelated web/package-lock.json peer-flag churn
3 tasks
Collaborator
|
Closing as already fixed on Triage notes (high confidence): If you still see this on the latest version, please reopen with reproduction steps. (Bulk-closed during a CLI triage sweep.) |
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
Adds GPT-5.5 support only across the model catalog, Codex image-gen default, focused tests, and documentation.
Closes #16161
Problem
GPT-5.5 is missing from the provider catalog and priority-processing set, while Codex image generation and docs/tests still reference GPT-5.4.
Changes
gpt-5.5to Vercel AI gateway models and relevant provider lists.gpt-5.5to_PRIORITY_PROCESSING_MODELS.gpt-5.4togpt-5.5.Scope control
This PR intentionally contains only the six files named in #16161:
hermes_cli/models.pyplugins/image_gen/openai-codex/__init__.pytests/gateway/test_fast_command.pytests/plugins/image_gen/test_openai_codex_provider.pywebsite/docs/integrations/providers.mdwebsite/docs/reference/faq.mdThe previous PR #16180 was opened from
dpaluy:mainand accidentally included unrelated commits/files; this clean branch replaces it.Test Plan
scripts/run_tests.sh tests/gateway/test_fast_command.py tests/plugins/image_gen/test_openai_codex_provider.py— 22 passed