Skip to content
Discussion options

You must be logged in to vote

Yes. Current Headroom supports the gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna model names on the Codex Responses/WebSocket path.

The zero shown by v0.27.0 is not sufficient evidence that compression was disabled. Codex uses a long-lived /v1/responses WebSocket, and before v0.29.0 its live compression counters were not included in the main stats summary. Compression could therefore be occurring while the dashboard appeared unchanged.

Please upgrade to v0.29.0 or later, restart the proxy, and inspect summary.codex_ws in /stats:

{
  "units_total": 12,
  "units_modified": 9,
  "tokens_saved": 4321
}

If units_total advances but tokens_saved remains zero, the requests are reaching the Codex c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nick1714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants