HAR-verified GPT-5.6 Thinking routing mismatch: Chrome resolves to GPT-5.5-mini while Edge stays on GPT-5.6 (Case 13542447)

Open 💬 1 comment Opened Aug 21, 2026 by xydadada

Summary

I have a HAR-verified, browser/client-session-specific routing mismatch involving ChatGPT Business and GPT-5.6 Thinking/Sol.

This is not based only on model self-identification. The requested and resolved models were extracted from the successful POST /backend-api/f/conversation responses.

Issue chronology

This did not begin as one simultaneous fallback across every GPT-5.6 mode:

  1. Earlier, I observed GPT-5.6 Pro being routed to GPT-5.5-mini.
  2. Later, GPT-5.6 Thinking/Sol also began resolving to GPT-5.5-mini in Chrome. This later phase is independently verified by a sanitized HAR.
  3. Approximately three minutes later, Edge InPrivate on the same account and workspace correctly resolved the same requested model to GPT-5.6 Thinking.

Because the Pro and Thinking/Sol fallback behaviors appeared at different times rather than together, they may involve different routing conditions or a backend state/rollout that changed over time. They should not be assumed to have one cause without checking internal routing logs.

Strict controlled comparison

Both verified requests used:

  • the same ChatGPT Business account and workspace
  • the same ChatGPT conversation
  • the same endpoint: POST /backend-api/f/conversation
  • the same requested/default model: gpt-5-6-thinking
  • HTTP 200 responses
  • requests approximately three minutes apart

Chrome — incorrect fallback

Time: 2026-08-21 08:41:34.659 (Asia/Shanghai)
requested model: gpt-5-6-thinking
default_model_slug: gpt-5-6-thinking
resolved_model_slug: gpt-5-5-mini
request_id: 37acecfc-d6d9-42b0-9c79-e6fa59d2e2d4

Edge InPrivate — correct routing

Time: 2026-08-21 08:44:45.154 (Asia/Shanghai)
requested model: gpt-5-6-thinking
default_model_slug: gpt-5-6-thinking
resolved_model_slug: gpt-5-6-thinking
request_id: 1b9b906f-da73-4e4f-afc5-106d95e55b88

There was no usage-limit, rate-limit, capacity, or fallback notice in Chrome.

Expected behavior

When the requested/default model is gpt-5-6-thinking, the backend should either serve that model or clearly disclose an intentional fallback and its reason. Equivalent requests from the same account and workspace should not silently resolve differently solely by browser/client session.

Actual behavior

Chrome silently resolved to gpt-5-5-mini, while Edge InPrivate correctly resolved to gpt-5-6-thinking about three minutes later.

Request

Please compare the internal routing logs for the two request IDs and determine whether this is:

  1. a browser/client-session rollout or experiment,
  2. an undocumented fallback condition,
  3. a false-positive classification, or
  4. a routing bug.

OpenAI Support Case: 13542447.

Both sanitized HAR files and the full comparison report were sent privately to Support. I am not publishing raw HAR data or account identifiers.

Possibly related in pattern to #34677, but this report is distinct because it contains a same-account Chrome-versus-Edge HAR comparison and because the Thinking/Sol fallback appeared after an earlier Pro fallback rather than simultaneously.

View original on GitHub ↗

1 Comment

xydadada · 2 days ago

Update: multiple independent reports now reference this issue

This report is now referenced by four additional open issues:

  • #39977 — ChatGPT chat model downgrade
  • #40023 — GPT-5.6 Sol claimed to be 5.5 mini
  • #40092 — model choosing error
  • #40510 — Model routing error, from 5.6 Sol to 5.5 mini

The strongest HAR-verified Pro comparison in this report's private Support evidence is:

  • Chrome normal: requested/default GPT-5.6 Pro standard → server metadata reports GPT-5.5-mini
  • Chrome Guest: requested/default GPT-5.6 Pro standard → GPT-5.5-mini
  • Edge normal: same ChatGPT Business account, GPT-5.6 Pro standard → GPT-5.6 Pro

Thinking is also inconsistent by effort/session: Chrome standard and extended have resolved to GPT-5.5-mini, while a max-effort turn resolved correctly to GPT-5.6 Thinking. No usage-limit, quota, capacity, reset, or fallback notice was displayed.

The corresponding OpenAI Developer Community thread now contains reports from several affected users:
https://community.openai.com/t/browser-specific-gpt-5-6-routing-mismatch-chrome-resolves-to-gpt-5-5-mini-edge-stays-on-gpt-5-6-case-13542447/1391598

OpenAI Support has received the sanitized HAR files, request IDs, OS/browser details, and workspace information privately under Case 13542447. Support has not confirmed a human Engineering owner, an internal routing-log comparison, a Bug/Incident ID, root cause, or ETA.

Request to maintainers: if this repository is not the owning tracker for ChatGPT Web model routing, please route or cross-reference #39861 and the related reports to the appropriate internal product/Engineering team rather than closing them without an internal association. Please do not request raw HAR files or account identifiers publicly; those have already been supplied privately to Support.