Added GPT-5 Pro to Azure Cognitive Services #396
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
I've successfully created the GPT-5 Pro model definition for both the Azure and Azure Cognitive Services providers. Here's what I accomplished:
Created the main model definition in
/providers/azure/models/gpt-5-pro.tomlwith the following specifications:Created a symlink in
/providers/azure-cognitive-services/models/gpt-5-pro.tomlthat points to the Azure provider version, following the same pattern used by all other Azure Cognitive Services models.The model specifications are based on the OpenAI GPT-5 Pro definition and are consistent with other GPT-5 family models in the codebase. The files are now properly set up and should resolve the issue mentioned in the GitHub issue about GPT-5 Pro not being available in Azure Cognitive Services.
Closes #395
opencode session | github run