openai plugin: configuring the priority tier #673

Closed
opened 2026-02-16 10:20:09 -05:00 by yindo · 1 comment
Owner

Originally created by @remisharrock on GitHub (Sep 25, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • Please do not modify this template :) and fill in all the required fields.

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?

  • I am interested in contributing to this feature.
Originally created by @remisharrock on GitHub (Sep 25, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] Please do not modify this template :) and fill in all the required fields. ### 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? - [ ] I am interested in contributing to this feature.
yindo added the enhancementquestion labels 2026-02-16 10:20:09 -05:00
yindo closed this issue 2026-02-16 10:20:09 -05:00
Author
Owner

@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  Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 25, 2025): <!-- Greeting --> Hi @remisharrock! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the dify-official-plugins team. <!-- Answer --> 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](https://platform.openai.com/docs/guides/priority-processing) ([plugin code reference](https://github.com/langgenius/dify-official-plugins/blob/90720c65c97e6adb5f6b7daaed21343053d441a5/extensions/openai_compatible/endpoints/openai_compatible.py)). There are no existing issues, docs, or merged PRs that implement or discuss this feature in detail. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9e7ca7ba-1f83-47a7-ad87-ad11c018d5f7?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1770)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#673