mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Vision Not Supported in Azure OpenAI GPT-5 Series Chat Models (5, 5.1, 5.2) #932
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 @jefferyvvv on GitHub (Jan 12, 2026).
Self Checks
Dify version
1.9.1
Plugin version
0.0.35
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The Azure OpenAI GPT‑5 series chat models — gpt‑5‑chat, gpt‑5.1‑chat, and gpt‑5.2‑chat — natively support Vision capabilities. However, in the current plugin implementation, vision is not available.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Jan 12, 2026):
Vision/image input is not currently supported for Azure OpenAI GPT-5 series chat models in the plugin, even though the models themselves natively support it. There are no signs of partial, experimental, or planned support for Vision in the plugin as of version 0.0.35, and this limitation is confirmed in multiple issues and the codebase [source].
Some users have reported streaming errors with vision-capable models; workarounds like disabling streaming (setting
streamorenable_streamto false in the plugin/model config or code) may help with workflow errors, but do not enable Vision support for Azure GPT-5 series chat models [source].If you need Vision support, you might consider using alternative plugins such as Regolo.ai, which offer better support for OpenAI API-compatible vision models [source]. For now, keep an eye on the repository for future updates or feature announcements regarding Vision support in Azure GPT-5 series models.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other