Affected area
Provider integration
What broke?
When using CCS with Provider: openai (proxy) and Model: gpt-5.4, roughly every second request fails with a 400 provider error saying the requested model is not supported.
The pattern is weird because the next request often works again, then the following one fails again. In practice it feels like alternating success and failure rather than a fully broken configuration.
This makes normal multi step workflows unreliable.
Reproduction steps
- Configure CCS to use
openai (proxy) with model gpt-5.4.
- Trigger multiple consecutive requests.
- For example, let it:
- create a new file
- edit that file
- perform another edit or follow up action
- Observe the request results.
In my case, one request often succeeds, the next fails with a 400, then the next succeeds again.
Expected behavior
All valid consecutive requests should succeed when using the same configured provider and model.
If openai (proxy) with gpt-5.4 or claude-opus-4-6 is supported, repeated requests in the same task should be handled consistently without alternating failures.
Actual behavior
Requests appear to fail in an alternating pattern.
Typical observed behavior:
- first request works
- second request fails with 400
- third request works
- fourth request fails with 400
The error shown is:
400
OpenAI completion error: 400 The requested model is not supported.
This happened during normal file operations in Kilo Code, such as creating and editing test-capabilities.txt.
CCS version
v7.55.0
Operating system
Windows
Environment details
No response
Logs, screenshots, or terminal output
Before submitting
Affected area
Provider integration
What broke?
When using CCS with
Provider: openai (proxy)andModel: gpt-5.4, roughly every second request fails with a 400 provider error saying the requested model is not supported.The pattern is weird because the next request often works again, then the following one fails again. In practice it feels like alternating success and failure rather than a fully broken configuration.
This makes normal multi step workflows unreliable.
Reproduction steps
openai (proxy)with modelgpt-5.4.In my case, one request often succeeds, the next fails with a 400, then the next succeeds again.
Expected behavior
All valid consecutive requests should succeed when using the same configured provider and model.
If
openai (proxy)withgpt-5.4orclaude-opus-4-6is supported, repeated requests in the same task should be handled consistently without alternating failures.Actual behavior
Requests appear to fail in an alternating pattern.
Typical observed behavior:
The error shown is:
This happened during normal file operations in Kilo Code, such as creating and editing
test-capabilities.txt.CCS version
v7.55.0
Operating system
Windows
Environment details
No response
Logs, screenshots, or terminal output
Before submitting