mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Support temperature parameter for Azure gpt-5-mini #789
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 @sirmax672 on GitHub (Nov 9, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Currently, the Azure OpenAI model plugin in Dify does not allow configuring the temperature parameter when using the gpt-5-chat Azure model.
However:
The Azure OpenAI API does support the temperature parameter for these models.
The OpenAI provider within Dify does allow modifying the temperature parameter for equivalent models.
This creates an inconsistency between the Azure OpenAI and OpenAI providers and prevents fine-tuning response randomness when using Azure-hosted GPT-5 models.
Expected behavior:
Allow setting the temperature parameter for Azure GPT-5-chat model in the same way it is supported for OpenAI model plugin.
Environment:
Dify version: 1.7.2 - 1.10-rc1
Azure OpenAI model: gpt-5-chat
Deployment type: Self-hosted
Additional context:
According to the Azure OpenAI documentation, temperature is a valid parameter for gpt-5-chat model.
2. Additional context or comments
No response
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Nov 25, 2025):
Hi, @sirmax672. 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:
Next Steps:
Thank you for your understanding and contribution!