mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
openai plugin: configuring the priority tier #673
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 @remisharrock on GitHub (Sep 25, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I cannot see how to configure the priority tier for the openai plugin ?
2. Additional context or comments
here is the doc on how to send which tier to use:
https://platform.openai.com/docs/guides/priority-processing
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Sep 25, 2025):
Hi @remisharrock! I'm Dosu and I’m helping the dify-official-plugins team.
Currently, there is no way to configure the priority tier for the OpenAI plugin in dify-official-plugins or Dify. The plugin does not expose a 'tier' parameter in its request handling, nor does the UI or configuration support setting it. If you want to add this feature, you would need to update the plugin's endpoint implementation to accept and forward a 'tier' parameter in API requests, and also add a UI/config option for users to select the tier, as described in OpenAI's priority processing docs (plugin code reference). There are no existing issues, docs, or merged PRs that implement or discuss this feature in detail.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
