There are enough credits. Also checked on other notebooks, browser, different users. Result always same.
When creating a new project with no existing assistants I can create an assistant, but it will always be stuck in saving the system instructions or added files, so something is broken here.
It seems like you have an account access method that is actually unfunded or not unlocked by having a positive balance.
Not a single API call will go thru if you don’t have positive funds.
One other fault may be if you created a project and API key within them, but then set either the endpoint or the models to “deny” or manual selection. That would also reject an API call.
In the platform site, check Billing Overview for your actual credit balance.
In the upper left, select your organization and default project. Then see if chat playground will work.
If so, check what API keys your application is using; generate a general purpose default project API key and set that as environment variable on your application server.
thanks. Funds are more than enough there. Also I’m tier 4 so no limits I hit.
At the end I found out that my full project crashes and cannot be revived.
It crashed when uploading several .py files and txt instruction files to the Code Interpreter.
I created a new project and a new assistant and upload the .py files just as txt files to the Vector Database and all worked smooth.
So be careful when uploading a lot of code to the code interpreter - it can crash the assistant api within a project.
Solution is to create a new assistant in a new project and do things differently.