Same here with @connor.
Always returns a status code of 429. The response body is also empty. It works from an environment other than Cloudflare Workers (for example, OpenAI Playground).
This error occurs even without using the preview model.
The following is a response from the chat completion API:
{
"status": 429,
"headers": {
"cf-as-number": "132892",
"cf-ray": "822c04a3f04fc49b-SEA",
"connection": "keep-alive",
"content-length": "2",
"content-type": "application/json",
"date": "Wed, 08 Nov 2023 07:14:16 GMT",
"retry-after": "74667",
"server": "cloudflare",
"vary": "Accept-Encoding"
}
}