OpenAI-compatible APIs · Pay-as-you-go · Full console for usage and billing
From model selection to API calls and usage monitoring — all in one place
Browse GPT, Claude, Gemini and more with pricing and capability tags.
Explore modelsKeep your existing SDKs and curl workflows with minimal migration.
Read docsTokens, dashboards, and request logs in one developer-friendly hub.
Open consoleBalance, holds, and ledger entries — pay only for what you use.
View walletMake your first API call within minutes after signing up
Create a token in the console and copy the full secret (e.g. sk-xxx).
Choose a model from the plaza and note its name and pricing.
Point your client at the Gateway URL with your API key for an OpenAI-style response.
curl -X POST "$YOUR_GATEWAY/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d {
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}See docs and the model plaza for Gateway URL and supported model names.
High-demand models available on the platform, billed per token
From quick start to full API reference