mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Support OpenAI web_search models (e.g., gpt-5 or gpt-4o-mini-search-preview) in model selection #798
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 @katakyo on GitHub (Nov 11, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
We need to use OpenAI’s web_search-enabled models in Dify for workflows that require up-to-date information (e.g., news monitoring and competitive analysis). Currently, these models aren’t selectable and web_search_options can’t be configured, so we must fall back to non-search models or call the API outside of Dify. This increases latency and maintenance overhead, and limits answer quality for time-sensitive queries. Enabling selection of web_search models and first-class web_search_options support would let us keep these workflows in Dify, reduce glue code, and improve answer freshness and reliability.
2. Additional context or comments
OpenAI docs for web_search_options: https://platform.openai.com/docs/api-reference/chat/create#chat_create-web_search_options
Models: gpt-4o-mini-search-preview and GPT‑5 series
UI: allow configuring full web_search_options (not only search_context_size) and automatically omit temperature/response_format when using web_search models
Compatibility: non-web_search models should keep current behavior
Priority: high for news- and research-oriented flows in Q4
Happy to provide sample payloads and screenshots if needed
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Nov 27, 2025):
Hi, @katakyo. I'm Dosu, 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!