mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Azure OpenAI v0.0.31 gpt-5.1 error #857
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 @ashishs on GitHub (Dec 8, 2025).
Self Checks
Dify version
1.10.1
Plugin version
Azure OpenAI 0.0.31
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Set up the plugin with the following details:
Invoking the model (plugin > llm/invoke) causes a timeout error.
The same works for gpt-5 models registered using plugin v0.0.30
✔️ Error log
Error log:
[models] Bad Request Error, Error code: 408 - {'error': {'code': 'Timeout', 'message': 'The operation was timeout.'}}
@nadazero commented on GitHub (Dec 10, 2025):
gpt-5 and gpt-5.1 are all OK on my server, environment issue?
@ashishs commented on GitHub (Dec 11, 2025):
Hi @nadazero For me the OpenAI plugin workss fine with GPT 5.1. I am facing error in the Azure OpenAI GPT 5.1 model, when used with API key authentication.
Can you share how you have configured the url an dthe API version? On the Azure control panel, I see the responses API (instead of the chat completions API) and the chat completions API does not seem to work.
@ashishs commented on GitHub (Dec 13, 2025):
The error is due to plugin daemon timeout, which is hardcoded to 300 seconds.
https://github.com/langgenius/dify/discussions/27346
@dosubot[bot] commented on GitHub (Dec 29, 2025):
Hi, @ashishs. 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!