Model Receipt Notes

Notes on proving which image model actually ran

Model Receipt Notes

Short working notes on one narrow problem: proving which image model actually produced a picture, and what that picture cost.

The problem is more common than it sounds. Consumer chat products route between models without telling you which one answered. Resellers list model names their channel pool cannot serve. Pricing is published per token while the question people have is per image. In each case the gap is the same — the output exists, the provenance does not.

These notes come out of building and running a third-party interface for OpenAI's GPT Image 2.5, which prints the model ID the API returned under every result. That interface is at gptimage25.top if you want to see the idea working rather than read about it. The notes here are the parts that generalise past one product.

Notes