So ive tried to use the tts model to generate some audio but it seems i cannot access it. I charged my account with 5 usd 2 days ago but still seems to think i didnt? btw im tier 1. i tried both api and playground.
playground error:
You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
api error:
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}