mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Azure OpenAI plugin (version 0.0.28) is compatible with dify (version 1.01) #618
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 @longcuitech on GitHub (Sep 4, 2025).
Self Checks
Dify version
1.01
Plugin version
0.0.28
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
My Dify version is 1.01, currently in production. GPT5 was recently released, and I want to use it, so I installed the latest Azure OpenAI plugin (version 0.0.28), which supports GPT5. After adding and saving, there's no record of it in the [Model Providers] section.
I then reinstalled the old Azure OpenAI plugin (version 0.0.14), which has records for GPT5 versions prior to 4.1. This clearly indicates that the new plugin is incompatible with the old Dify system. Is there a solution for this compatibility issue between the old Dify version and the new Azure OpenAI plugin?
✔️ Error log
@dosubot[bot] commented on GitHub (Sep 4, 2025):
Azure OpenAI plugin version 0.0.28 is not compatible with Dify version 1.01. The plugin requires a newer dify_plugin core (>=0.3.0), and Dify 1.01 does not support the updated schema and conventions used by the latest plugin. This causes the plugin to not appear in the Model Providers section, with no clear error in the UI. There are no workarounds or patches available to make the new plugin work with Dify 1.01; upgrading both Dify and the plugin is necessary for GPT-5 support and compatibility with recent Azure OpenAI plugin versions (source, source).
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@longcuitech commented on GitHub (Sep 27, 2025):
The issue has been resolved by upgrading Dify version to 1.8.1 and Azure OpenAI plugin (version 0.0.28)