mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2431] [MERGED] feat(azure_openai_tool): add support for gpt-image-1.5 model #2475
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2431
Author: @real-akimoto-akira
Created: 1/15/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
789ff94feat(azure_openai_tool): add support for gpt-image-1.5 model496af29fix(azure_openai_tool): update requirement.txt dify_plugin6ac979cfix(azure_openai_tool): update azure deployment placeholder📊 Changes
8 files changed (+22 additions, -22 deletions)
View changed files
📝
tools/azure_openai_tool/README.md(+2 -2)📝
tools/azure_openai_tool/manifest.yaml(+2 -2)📝
tools/azure_openai_tool/provider/azure_openai_tool.yaml(+6 -6)📝
tools/azure_openai_tool/requirements.txt(+1 -1)📝
tools/azure_openai_tool/tools/image_edit.py(+1 -1)📝
tools/azure_openai_tool/tools/image_edit.yaml(+4 -4)📝
tools/azure_openai_tool/tools/image_generate.py(+2 -2)📝
tools/azure_openai_tool/tools/image_generate.yaml(+4 -4)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
1.11.2, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.