[Bug] Model configuration for "gpt-4.1-mini" is missing the "Streaming" feature toggle #483

Open
opened 2026-02-22 17:30:37 -05:00 by yindo · 1 comment
Owner

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 to gpt-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-mini model fully supports streaming. It seems the model configuration/schema in Dify is missing the streaming feature flag for this specific model ID.

Expected Behavior

The "Streaming" toggle (True/False) should be visible and selectable for the gpt-4.1-mini model, similar to other chat models.

Actual Behavior

The "Streaming" toggle is completely hidden in the UI for gpt-4.1-mini.

Screenshots

  1. gpt-4.1-mini (Missing Streaming):
Image
  1. gpt-5-mini (Streaming Available - for comparison):
Image

Additional Context

  • Looking at the UI, it seems the backend configuration for gpt-4.1-mini might be missing features: - streaming or supports_streaming: true in the model definition file.
  • Please update the model definition to enable streaming for this model.

Official Website URL

https://github.com/langgenius/dify-official-plugins/blob/main/models/openai/models/llm/gpt-4.1-mini.yaml

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 to `gpt-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-mini` model fully supports streaming. It seems the model configuration/schema in Dify is missing the `streaming` feature flag for this specific model ID. ### Expected Behavior The "Streaming" toggle (True/False) should be visible and selectable for the `gpt-4.1-mini` model, similar to other chat models. ### Actual Behavior The "Streaming" toggle is completely hidden in the UI for `gpt-4.1-mini`. ### Screenshots 1. **gpt-4.1-mini (Missing Streaming):** <img width="473" height="511" alt="Image" src="https://github.com/user-attachments/assets/07437fa4-e9f2-4afc-a859-30a6e2de7da3" /> 2. **gpt-5-mini (Streaming Available - for comparison):** <img width="505" height="540" alt="Image" src="https://github.com/user-attachments/assets/8cc7943d-ed39-4a49-bf55-fe84ac6b1043" /> ### Additional Context - Looking at the UI, it seems the backend configuration for `gpt-4.1-mini` might be missing `features: - streaming` or `supports_streaming: true` in the model definition file. - Please update the model definition to enable streaming for this model. ### Official Website URL https://github.com/langgenius/dify-official-plugins/blob/main/models/openai/models/llm/gpt-4.1-mini.yaml
Author
Owner

@bluecoralphuocvuu commented on GitHub (Jan 27, 2026):

https://platform.openai.com/docs/models/gpt-4.1-mini
this model have Streaming

Image

Please check for all model

@bluecoralphuocvuu commented on GitHub (Jan 27, 2026): https://platform.openai.com/docs/models/gpt-4.1-mini this model have Streaming <img width="1464" height="886" alt="Image" src="https://github.com/user-attachments/assets/4df327a3-6264-4ce1-a8c0-e4a24dee6e5d" /> Please check for all model
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#483