Model integrity
Verify what actually ran
Token Harbor never silently swaps your model for a cheaper one. Every response tells you the real upstream model that served it — and you can prove it here.
How to verify
- Make any API call. The JSON response has an
idfield likechatcmpl-…. It’s also returned in theX-TH-Request-Idresponse header. - Paste that id above (or open the link you were sent).
- See the exact upstream model, tokens and latency for that request. Programmatic check:
GET /api/verify/<id>.
Only routing metadata is shown — never your prompt, response, identity or cost.