mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Bug] Model configuration for "gpt-4.1-mini" is missing the "Streaming" feature toggle #483
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 @bluecoralphuocvuu on GitHub (Jan 27, 2026).
Plugin Name
OpenAI
Function Description
Description
I am using the OpenAI plugin (or a compatible provider) in Dify. I noticed that for the model listed as
gpt-4.1-mini(which I believe corresponds togpt-4o-mini), the Streaming toggle is missing from the "Parameters" settings panel.However, for other models in the same list (e.g.,
gpt-5-mini), the Streaming toggle appears and functions correctly.According to OpenAI documentation, the
gpt-4o-minimodel fully supports streaming. It seems the model configuration/schema in Dify is missing thestreamingfeature flag for this specific model ID.Expected Behavior
The "Streaming" toggle (True/False) should be visible and selectable for the
gpt-4.1-minimodel, similar to other chat models.Actual Behavior
The "Streaming" toggle is completely hidden in the UI for
gpt-4.1-mini.Screenshots
Additional Context
gpt-4.1-minimight be missingfeatures: - streamingorsupports_streaming: truein the model definition file.Official Website URL
https://github.com/langgenius/dify-official-plugins/blob/main/models/openai/models/llm/gpt-4.1-mini.yaml
@bluecoralphuocvuu commented on GitHub (Jan 27, 2026):
https://platform.openai.com/docs/models/gpt-4.1-mini
this model have Streaming
Please check for all model