πŸ”Ž Should ChatGPT tell us which model actually answered?

I think ChatGPT should show not only which model the user selected, but also which model actually generated the answer.

For normal everyday use this may not matter much.

But once people start comparing models, testing reasoning quality, reporting bugs, doing research, or trying to reproduce results, it becomes important.

For example, if I select one model, I would like to know whether:

  • that exact model answered;
  • the request was routed to another model;
  • a fallback model was used;
  • the reasoning mode changed;
  • context was compressed or partially dropped;
  • some other internal routing affected the result.

Something very simple would already be enough:

Requested model: GPT-X
Served model: GPT-X
Reasoning: High
Fallback: No

This information could be hidden under a small β€œresponse details” button so it would not clutter the normal interface.

I think this would be especially useful for:

  • model comparisons;
  • bug reports;
  • scientific or technical work;
  • reproducibility;
  • understanding unexpected changes in answer quality.

Right now, when a response behaves very differently from what I expected, I often cannot tell whether the model itself behaved differently or whether something changed in routing, context handling, or fallback behavior.

I am not asking for internal implementation details.

Just a clear answer to a simple question:

Which model actually produced this response?

Would this be useful to anyone else?

1 Like