Summary
openai/gpt-5.6-sol is not working through ClawRouter. Requests fail with upstream server_error / HTTP 500, and in direct curl testing can hang until the client times out.
Observed on testbed
- Model:
openai/gpt-5.6-sol
- Prior request attempt signed Base payments, then failed twice after long waits with upstream
server_error / HTTP 500.
- Total observed latency for that failed attempt was about 251 seconds.
- Direct curl smoke test against local ClawRouter also did not complete: timed out after 180 seconds with no response body (
HTTP_STATUS:000).
Expected
Requests to openai/gpt-5.6-sol should complete successfully. If the upstream is broken, ClawRouter should classify/handle the failure instead of leaving users stuck on long failed attempts.
Notes
For now, openai/gpt-5.6-terra appears safer as the generic GPT-5.6 target while Sol is failing.
Summary
openai/gpt-5.6-solis not working through ClawRouter. Requests fail with upstreamserver_error/ HTTP 500, and in direct curl testing can hang until the client times out.Observed on testbed
openai/gpt-5.6-solserver_error/ HTTP 500.HTTP_STATUS:000).Expected
Requests to
openai/gpt-5.6-solshould complete successfully. If the upstream is broken, ClawRouter should classify/handle the failure instead of leaving users stuck on long failed attempts.Notes
For now,
openai/gpt-5.6-terraappears safer as the generic GPT-5.6 target while Sol is failing.