Despite “continued support” stated, this sounds like Chat Completions deprecation to me, when new models can no longer be used…
Is Response API available for all users yet? I can’t access it with my API key, though it has access to gpt-4o and gpt-4o-mini. It returns 403 forbidden “Project … does not have access to model gpt-4o-mini…”, even though with the same API key I can hit chat completion using the same models.
API keys can have allowed endpoints set on them.
You will note that there is no ‘/responses’ showing here in “Restricted” where you must enable individual endpoints:
An “All” API key was immediately applicable to the Responses endpoint for me.
You may need to simply generate a new API key to be placed in your application for the endpoints behind “all” to be properly populated.
Thanks for your reply! Yes I set the permission to “All”, but I can’t seem to hit the endpoint successfully. I’ll try your suggestion, if it’s not succeed I’ll start another thread. Thank you!
Any ETA for code interpreter for Responses API?