Troubleshooting of OpenAI API: Difference between revisions

Jump to navigation Jump to search
Line 164: Line 164:
# Correct the typo in the model name.  
# Correct the typo in the model name.  
# Visit the [https://platform.openai.com/docs/models Models - OpenAI API] to view the list of models. You can also go to the [https://openai.com/product/gpt-4 GPT-4 product page] to join the waiting list.
# Visit the [https://platform.openai.com/docs/models Models - OpenAI API] to view the list of models. You can also go to the [https://openai.com/product/gpt-4 GPT-4 product page] to join the waiting list.
=== How to fix "That model is currently overloaded with other requests" ===
Error message:
<pre>
{
  "error": {
    "message": "That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID 1d59ff62f92420114d3c6eb8e69b554e in your message.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}
</pre>
Solution:
* Go to [https://status.openai.com/ OpenAI Status] to check if the server is outage
* Retry your request as suggested in the message
* Send an issue to [https://help.openai.com/en/ OpenAI Help Center]


=== How to fix "This model's maximum context length is 4097 tokens" ===
=== How to fix "This model's maximum context length is 4097 tokens" ===
Anonymous user

Navigation menu