Create an API Key
Log in to the console → API Key → create one.
Use one USD balance and pay by model multiplier, with official and discounted prices shown side by side. Developer access details are below.




GPT-5
Claude

Input, cached input, and output are priced separately.
| Model | Cache read | Input | Output | Savings |
|---|---|---|---|---|
| gpt-5.6-solgpt-5.6-sol | $0.0835USD / 1M TokenOfficial $0.5 | $0.835USD / 1M TokenOfficial $5 | $5.01USD / 1M TokenOfficial $30 | 83.3%OFF |
| gpt-5.6-terragpt-5.6-terra | $0.0334USD / 1M TokenOfficial $0.2 | $0.334USD / 1M TokenOfficial $2 | $2.004USD / 1M TokenOfficial $12 | 83.3%OFF |
| gpt-5.6-lunagpt-5.6-luna | $0.00334USD / 1M TokenOfficial $0.02 | $0.0334USD / 1M TokenOfficial $0.2 | $0.2004USD / 1M TokenOfficial $1.2 | 83.3%OFF |
| gpt-5.5gpt-5.5 | $0.0835USD / 1M TokenOfficial $0.5 | $0.835USD / 1M TokenOfficial $5 | $5.01USD / 1M TokenOfficial $30 | 83.3%OFF |
Monthly discounts for heavy users, faster concurrency, and differentiated benefits will be added later on top of the wallet model. For now, billing is pay-as-you-go.
OpenAI-compatible, with minimal migration effort.
Log in to the console → API Key → create one.
Point it to the LanoX access endpoint.
Reuse your existing SDK code.
# Example code (OpenAI compatible)client = OpenAI(base_url="https://api.lanox.ai/v1", api_key="sk-...") client.chat.completions.create(model="gpt-5", messages=[...])
Setup guides for Codex, Claude Code, and related clients.
Concurrency, timeout, and error-code guidance.
Deducted from USD balance by multiplier, with logs and billing records.