@yaooldsix自建中转站生图报错,求解答。 中发帖

各位佬大家好。 
我最近搭了一个自己的api中转站,搞了个K12账号进去,想要调用gpt-Image-2来生成图片用。但是调用的时候报了

API request failed (500): codex channel: endpoint not supported (request id: 202607141208426033408228268d9d6QP8Qq4IP)

在Codex调用其他的5.6模型是没有问题的。
这个是我的模型配置
[image]
请求地址是 :
POST https://****/v1/images/generations
完整curl
curl.exe “https://****/v1/images/generations” -X POST -H “Authorization: Bearer 你的API密钥” -H “Content-Type...