OpenAI proxy endpoints intermittently disconnect for GPT-5.5 / GPT Image 2
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
## Description
GPT-5.5 and GPT Image 2 requests are intermittently failing through the Comfy API OpenAI proxy, while other services/models appear to work normally.
Affected endpoints observed:
- `POST https://api.comfy.org/proxy/openai/images/edits`
- `POST https://api.comfy.org/proxy/openai/v1/responses`
Error logs:
```text
Connection error calling POST https://api.comfy.org/proxy/openai/images/edits. Retrying in 1.00s (1/3): [WinError 64] 指定的网络名不再可用。
Connection error calling POST https://api.comfy.org/proxy/openai/images/edits. Retrying in 1.00s (1/3): Server disconnected
Connection error calling POST https://api.comfy.org/proxy/openai/images/edits. Retrying in 1.00s (1/3): [WinError 64] 指定的网络名不再可用。
Connection error calling POST https://api.comfy.org/proxy/openai/images/edits. Retrying in 2.00s (2/3): [WinError 64] 指定的网络名不再可用。
Connection error calling POST https://api.comfy.org/proxy/openai/images/edits. Retrying in 2.00s (2/3): Server disconnected
Connection error calling POST https://api.comfy.org/proxy/openai/v1/responses. Retrying in 4.00s (3/3): [WinError 64] 指定的网络名不再可用。
```
## Expected behavior
Requests to GPT-5.5 and GPT Image 2 should complete reliably through the proxy.
## Actual behavior
Requests intermittently disconnect and fail after retries.
## Notes
Other services/models are working normally, so this does not appear to be a general local network outage. The issue seems specific to the Comfy OpenAI proxy endpoints or the upstream services behind GPT-5.5 / GPT Image 2.
Date observed: 2026-05-25
Timezone: Asia/Shanghai
OS: Windows
Contributor guide
Assessment
This issue has not been assessed yet.