Last night I wanted to see if I had access. Saw the model was loaded correctly, but didn’t pull the trigger on any prompts.
All day today I’m seeing “No eligible models available” after very briefly seeing the image-2 model try to load in. I’ve tried clearing cache/cookies, logging out, etc.
Same issue here. I notice that the console is logging an error for a GET call to https://api.openai.com/dashboard/user/api_keys with this response:
{
“error”: {
“message”: “Incorrect API key provided: null. You can find your API key at platform.openai.com/account/api-keys.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “invalid_api_key”
}
}
As well as an error with status 404 for a call to https://api.openai.com/v1/dashboard/organizations/inquiry/TRUSTED_BUSINESS with this response:
{
“error”: {
“message”: “Inquiry not found”,
“type”: “invalid_request_error”,
“param”: null,
“code”: null
}
}
Revoking and re-creating all of my project’s API keys doesn’t appear to fix the issue, nor does creating an entirely new project. My account is also definitely funded and well below the spending limit.
Having the same issue from yesterday, started on mobile and now even on desktop.
I have my profile verified, enough credit and the models enabled in the settings, but can’t use or see them in playground.
I am also having this issue. Was using it with no problem, I then used too much and my account went negative, I charged an additional $100 in api credits and my account looks fine, but now “No eligible models available.” Very frustrating.