[pull] 0.x from laravel:0.x#74
Merged
Merged
Conversation
DALL·E 2 and 3 were retired from the OpenAI API back in May, so the `openai-dall-e-3` case in the `image-providers` dataset just can't run anymore — `Tests\Integration\ImageTest` bails out with a 400 the moment you have an API key set. The error it throws is a bit of a red herring: `Unknown parameter: 'response_format'`. That parameter was removed along with DALL·E and gets checked before the model name, so it hides the real story — drop `response_format` from a bare request and the API just tells you that `dall-e-3` doesn't exist anymore. Nothing's actually lost: `openai-gpt-image-2` still covers OpenAI image generation and keeps passing — and it's exactly the replacement OpenAI points you to. I've only pulled the dead row; the product-side `response_format` branch and the mocked feature tests stay untouched, since properly retiring DALL·E support felt like your call to make. See: https://developers.openai.com/api/docs/deprecations#2025-11-14-dalle-model-snapshots
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )