Is the embeddings endpoint down?

I have suddenly started encountering errors like this. This was working a few hours ago.
Does anyone else also see this?

import openai
import os
openai.api_key = os.getenv('OPENAI_GPT3_KEY')
engine_id = "babbage-similarity"
response = openai.Engine(id=engine_id).embeddings(input="apple")

Errors:

*The server had an error while processing your request. Sorry about that! You can retry your request, or contact [support@openai.com](mailto:support@openai.com) if the error persists. (Please include the request ID xyz in your email.*

The server had an error while processing your request. Sorry about that! You can retry your request, or contact [support@openai.com](mailto:support@openai.com) if the error persists. (Please include the request ID abcd in your email.)

We appear to have just had an outage on the embeddings endpoint. The service should be stabilizing now.

4 Likes

Ah,
Thanks a lot for the confirmation. I thought something was broken on my side!