Support /fast with OpenAI API-key authentication #1595
Closed
joshkmartinez
started this conversation in
Feature requests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
/fastcurrently only works with ChatGPT authentication, but not with OpenAI API-key authentication.The OpenAI Responses provider already forwards
service_tierand accounts for priority-processing costs. Could/fastalso enableservice_tier: "priority"for eligible OpenAI API models?I have an implementation that:
openai/openai-responsesmodels to use/fast"service_tier": "priority"in the OpenAI requestits on my fork. I’m happy to wait for maintainer direction before submitting it.
All reactions