Open
Conversation
…rs and validation parameters
Directory parameter from Azure Template Validation step
…s to content-gen directory
…p and updating step numbers
…on workflow and update README
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.
Purpose
This pull request updates the default image generation model throughout the codebase and documentation from
gpt-image-1togpt-image-1-mini. The change ensures consistency across deployment scripts, environment variables, and user guides, and reflects the new recommended model for image generation. Existing references togpt-image-1are replaced withgpt-image-1-mini, including validation logic and quota guidance.Deployment and environment configuration updates:
image_model_choicein.github/workflows/deploy-orchestrator.yml,.github/workflows/deploy-v2.yml, and.github/workflows/job-deploy.ymlto usegpt-image-1-miniinstead ofgpt-image-1. Validation logic and environment variable assignments were also updated accordingly. [1] [2] [3] [4] [5] [6]content-gen/.env.sampleto setAZURE_AI_IMAGE_DEPLOYMENTandAZURE_OPENAI_IMAGE_MODELdefaults togpt-image-1-mini, and clarified supported models and settings. [1] [2]content-gen/README.mdto reflectgpt-image-1-minias the default image model in the configuration table.Documentation and user guide improvements:
content-gen/docs/AZD_DEPLOYMENT.md,content-gen/docs/DEPLOYMENT.md,content-gen/docs/CustomizingAzdParameters.md) to referencegpt-image-1-minias the default and recommended image model, including quota requirements, parameter tables, and troubleshooting steps. [1] [2] [3] [4] [5] [6] [7]content-gen/docs/IMAGE_GENERATION.mdto describe image generation withgpt-image-1-mini, update diagrams and tables, and clarify environment variable usage. [1] [2] [3] [4]Troubleshooting and quota guidance:
gpt-image-1-miniin the list of restricted Azure OpenAI models requiring quota access requests.README.mdto indicate the new default model.These changes collectively ensure that
gpt-image-1-miniis the default and recommended image generation model across deployment, configuration, and documentation.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation