Documentation
Everything you need to connect: a base URL and a key — and your tool just works. API formats are fully compatible with Anthropic and OpenAI, so no code changes required.
§ 01 · Quick start
Three steps
- Sign up and top up your USDT balance in the console.
- Create an
sk-…key under "API Keys". - Point your tool at the base URL with your key — pick your tool below and copy the snippet.
§ 02 · Claude Code
Two environment variables and Claude Code runs through the gateway:
models: claude-opus-4-8 · claude-sonnet-5 · claude-haiku-4-5 and more — full list on the pricing page
§ 03 · Codex CLI
In ~/.codex/config.toml add a provider and pass the key via an environment variable:
§ 04 · OpenCode
In ~/.config/opencode/opencode.json (any OS, Windows included) add omniport as an OpenAI-compatible provider:
inside OpenCode run /models and pick a model from the omniport provider; add any model from the pricing page to the "models" block
§ 05 · SDK / API
Endpoints mirror the official formats. Auth — Bearer or x-api-key.
| Endpoint | Format |
|---|---|
| POST /v1/messages | Anthropic Messages |
| POST /v1/chat/completions | OpenAI Chat Completions |
| POST /v1/responses | OpenAI Responses |
SSE streaming, tool use and cache tokens work in both formats; in official SDKs just set base_url and the key
§ 06 · Payment
Top up in the console: "Wallet" → amount → USDT. The console gives you the address and an exact amount with unique "cents" — send exactly that, network BSC (BEP-20) or Base. Credited automatically 1–2 minutes after network confirmation. Other networks (TRC-20, ERC-20, TON) are not supported.
§ 07 · Questions
Connection issues, a payment that did not arrive, a model missing from the list — message us on Telegram: @Timurz_CS, we will sort it out. Common questions are in the FAQ.