Infer Route Note · 004
Codex and OpenCode completed bounded live Responses runs.
Both clients called Infer’s production Responses endpoint with the same exact model selector. This record includes every completed request, final charge, and boundary supported by those runs.
- Published
- August 11, 2026
- Clients
- Codex 0.146.0 · OpenCode 1.18.16
- Model
infer/gpt-5.6-terra:balanced- Access
- Public paid access
Three streamed requests completed.
Codex 0.146.0 completed one production request. OpenCode 1.18.16 completed a title request and a main request in the same persisted session. Both commands exited 0 and returned their expected text.
| Client record | Input / output tokens | Final cost |
|---|---|---|
Codex · rcpt_2fe4f132900e54b93e4c5f9a | 18,393 / 11 | $0.004686 |
OpenCode title · rcpt_a6c71c8185c857a13ebd68e5 | 10,424 / 88 | $0.003394 |
OpenCode main · rcpt_af1f0ca4362fc87d813adb7c | 32,840 / 23 | $0.010223 |
The two OpenCode requests cost $0.013617 together. Each run used a temporary, spend-bounded API key. The keys were revoked after the records were checked.
“Streamed” means the clients consumed Infer’s Responses SSE and reached completion. It does not establish token-by-token streaming on Infer’s upstream hop.
What the receipts establish.
Each receipt ID identifies a persisted Infer product record with the selected model, measured usage, and final charge for one completed request. The records make the three charges inspectable inside Infer.
They are not cryptographic attestations, provider signatures, or independent certificates. No upstream supplier identity is disclosed or attested by this evidence. The records do not prove model weights, snapshot identity, or provider origin.
The evidence establishes what Infer selected, measured, and charged. It does not turn Infer’s own record into third-party provenance.
The live checks remain narrow.
The Codex run did not test live tool calling, structured output, or session affinity. The OpenCode run did not test live tool calling or structured output.
OpenCode’s earlier tool-loop check used a local mocked protocol round trip. It remains useful client-wire evidence, but it is not evidence that a live supplier or model selected and completed a tool call. Retries, cancellation, long-running sessions, and other client versions also remain outside this record.
Public registration and funding are open.
Infer accepts public account registration and wallet funding. Verify the account email, fund the wallet, create an API key, and check current model status before sending a request. Availability can change independently of this dated record.
Use infer/gpt-5.6-terra:balanced to reproduce the exact selector recorded here. The Codex and OpenCode pages generate the corresponding client configuration.