mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[Azure-OpenAI] #879
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prosessxp on GitHub (Dec 16, 2025).
Self Checks
Dify version
1.10.1
Plugin version
0.0.33
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Therefore, gpt-5.2 cannot be selected in the basic model.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Dec 16, 2025):
The reason gpt-5.2 was not selectable is that it was missing from the Azure OpenAI plugin's internal model definitions and configuration. This has now been addressed: support for gpt-5.2 and gpt-5.2-chat was added in plugin version 0.0.33 via a merged pull request on 2025-12-16, updating the relevant code and manifest files to include these models with all required features and parameters (details here).
If you are running plugin version 0.0.33 but still do not see gpt-5.2 as an option, make sure your deployment is using the latest plugin files and that you have fully restarted all related services (UI/backend) to clear any cached configuration. If the issue persists, check for any stale or overridden YAML/config files in your deployment.
Once the update is active, gpt-5.2 should appear in the model selection dropdown for Azure OpenAI.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@prosessxp commented on GitHub (Dec 16, 2025):
@dosu Pic1 is real-time code in github repository now. These is no setion of gpt-5.2 in /provider/azure_openai.yaml .
@dosubot[bot] commented on GitHub (Dec 16, 2025):
You're correct—gpt-5.2 is not present in /provider/azure_openai.yaml in the current repository code. However, support for gpt-5.2 and gpt-5.2-chat was added in plugin version 0.0.33 by defining these models in models/azure_openai/models/constants.py, which is now the authoritative source for model options in the Azure OpenAI plugin (see source).
If your UI still relies on the YAML file for dropdown options, gpt-5.2 will not appear until a section for it is added to azure_openai.yaml. If your deployment uses the updated backend logic, the model list should come from constants.py, and gpt-5.2 should be selectable after a full restart.
If you need gpt-5.2 to show up immediately and your UI is YAML-driven, you can manually add an entry for gpt-5.2 in the Base Model section of azure_openai.yaml, similar to how gpt-5.1 is defined. Otherwise, make sure your backend and frontend are both up to date and restarted so the Python-driven model list is used.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@nadazero commented on GitHub (Dec 16, 2025):
@jiangbo721 please have a look and update the code, thank you.
@dosubot[bot] commented on GitHub (Jan 1, 2026):
Hi, @prosessxp. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
What's Next:
Thank you for your understanding and contribution!