Sending a request to https://api.openai.com/v1/embeddings and getting back Internal server error.
On the status site it seems ok (https://status.openai.com/)
Welcome to OpenAI's home for real-time and historical data on system performance.
10 messages · Page 1 of 1 (latest)
Sending a request to https://api.openai.com/v1/embeddings and getting back Internal server error.
On the status site it seems ok (https://status.openai.com/)
Welcome to OpenAI's home for real-time and historical data on system performance.
{
"error": {
"message": "Internal server error",
"type": "auth_subrequest_error",
"param": null,
"code": "internal_error"
}
}
What do your requests look like?
{
"model": "text-embedding-ada-002",
"input": "Hello"
}
Seems fine, what function are you using that with?
Im just trying to call the embedding API
Are you doing it via a http request? The python lib? Js lib?
Update: Working normally now.
It was really weird.
I was trying to do it via Python lib / Postman / cURL.. all with same result (500)
Seems like the endpoint /v1/embeddings was down for few minutes 🤷♂️
I'm getting 500
There's still an outage, please check #announcements