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

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.