Which base URL should I use?
- OpenAI SDK / Codex:
https://47.237.177.122/v1 - Claude Code:
https://47.237.177.122(no/v1; the client appends/v1/messagesitself)
Can I hard-code a model ID?
Yes, but only when you control the model's lifecycle. For end users, prefer resolving models via /v1/models and review them during upgrades.
What does a displayed discount mean?
A discount describes the difference between the actual billable rate and a stated reference price. The final charge in the usage log is always the source of truth.
Why does one action create multiple usage records?
Agent helper calls (main model, compaction, token counting) and routing retries each create separate records. Compare request ids and timestamps instead of assuming double charging.
Which models are supported?
Models marked Live settlement on the home page's live pricing section. The full list is available through /v1/models; reference rows are for comparison only.
What should I provide when reporting a problem?
Request time, route, model ID, HTTP status, request id, client version, and a redacted error message. Never send the key itself.