mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Support OpenAI v1/responses for GPT-5 Pro in OpenAI-compatible and official plugin #698
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 @Eric-Geek on GitHub (Oct 10, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I’m integrating GPT-5 Pro, which requires the OpenAI Responses API at the endpoint v1/responses. In Dify, both the OpenAI-API-compatible provider and the OpenAI official plugin currently target v1/chat/completions, which is incompatible with GPT-5 Pro. As a result, calls fail because the path is incorrect for models that only support the Responses API.
This blocks usage of GPT-5 Pro via Dify unless I bypass the built-in OpenAI-compatible integration. I’d like Dify to add first-class support for the Responses API so newer OpenAI models (like GPT-5 Pro) can be used without workarounds.
2. Additional context or comments
No response
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Oct 27, 2025):
Hi, @Eric-Geek. 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!
@arcsun commented on GitHub (Nov 5, 2025):
I really need this support too. Right now, I can only use gpt-5-chat on Dify, while all the other gpt-5 models require the Responses API.