Azure OpenAI v0.0.31 gpt-5.1 error #857

Closed
opened 2026-02-16 10:20:44 -05:00 by yindo · 4 comments
Owner

Originally created by @ashishs on GitHub (Dec 8, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

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:

  1. Azure OpenAI Base Url
  2. API credentials
  3. Model version gpt-5.1

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.'}}

Originally created by @ashishs on GitHub (Dec 8, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### 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: 1. Azure OpenAI Base Url 2. API credentials 3. Model version gpt-5.1 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.'}}
yindo added the bug label 2026-02-16 10:20:44 -05:00
yindo closed this issue 2026-02-16 10:20:44 -05:00
Author
Owner

@nadazero commented on GitHub (Dec 10, 2025):

gpt-5 and gpt-5.1 are all OK on my server, environment issue?

@nadazero commented on GitHub (Dec 10, 2025): gpt-5 and gpt-5.1 are all OK on my server, environment issue?
Author
Owner

@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 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.
Author
Owner

@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

@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
Author
Owner

@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:

  • You reported a 408 timeout error using Azure OpenAI plugin v0.0.31 with model gpt-5.1 on Dify v1.10.1.
  • The same setup works fine on plugin v0.0.30, indicating a possible regression or compatibility issue.
  • A maintainer noted that gpt-5 and gpt-5.1 work fine on their server, suggesting the problem might be environment-specific.
  • You clarified the issue is specific to Azure OpenAI GPT 5.1 with API key authentication.
  • The plugin daemon timeout is hardcoded to 300 seconds, which might be causing the timeout error.

What's Next:

  • Please let me know if this issue is still relevant with the latest version of the dify-official-plugins repository by commenting here.
  • If I don’t hear back from you within 5 days, I will automatically close this issue.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Dec 29, 2025): Hi, @ashishs. I'm [Dosu](https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale. **Issue Summary:** - You reported a 408 timeout error using Azure OpenAI plugin v0.0.31 with model gpt-5.1 on Dify v1.10.1. - The same setup works fine on plugin v0.0.30, indicating a possible regression or compatibility issue. - A maintainer noted that gpt-5 and gpt-5.1 work fine on their server, suggesting the problem might be environment-specific. - You clarified the issue is specific to Azure OpenAI GPT 5.1 with API key authentication. - The plugin daemon timeout is hardcoded to 300 seconds, which might be causing the timeout error. **What's Next:** - Please let me know if this issue is still relevant with the latest version of the dify-official-plugins repository by commenting here. - If I don’t hear back from you within 5 days, I will automatically close this issue. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#857