hey we're seeing all of our openai STT requests proxied through CF AI gateway fail with 400 ``` {

hey we're seeing all of our openai STT requests proxied through CF AI gateway fail with 400
{
  "error": {
    "message": "The audio file could not be decoded or its format is not supported.",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

Same request work when the original url
https://api.openai.com/v1/audio/transcriptions
is used instead

is anyone else having this problem?
Was this page helpful?
hey we're seeing all of our openai STT requests proxied through CF AI gateway fail with 400 ``` { - Cloudflare Developers