Embedding api has some error


when i use embedding api, sometimes has this error

That’s interesting.

Does it work if you remove -large?

https://platform.openai.com/docs/api-reference/embeddings/create#embeddings-create-dimensions

When i remove -large

api returned

{
“error”: {
“message”: “The model text-embedding-3 does not exist or you do not have access to it.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “model_not_found”
}
}

1 Like

Apologies, of course it would.

https://platform.openai.com/docs/guides/embeddings/embedding-models

This looks like a bug to me.

I confirm the error. I tested the piece of code yesterday, and the error did not occur. Now, I observe it constantly

I’m unable to reproduce this bug. Are you still getting an error?

Yes, it doesn’t happen on every api call, but often enough to raise alarms. Additionally it produces wrong code, it shouldn’t be 4xx.

1 Like

At UTC+8,It looks become normal in 1 AM

1 Like