when I hit https://api.openai.com/v1/chat/completions with an image_url formatted like {“url”:“http:\/\/…”} the api times out. it works if the forward slashes are not escaped.
the json spec allows forward slashes to be escaped or not so this is probably a bug in your parsing. my json is being produced by a “for json” query from sql server fwiw.