What is OLETOKEN?
One account, one set of keys — call multiple models through OpenAI / Anthropic / Gemini compatible APIs.
OLETOKEN is a unified gateway for large language models. With a single account and one set of API keys, you can reach the models available on the platform through industry-standard protocols — no need to register and manage each provider separately.
What problem it solves
- One set of keys, multiple protocols: the platform speaks OpenAI-compatible, Anthropic, and Gemini native protocols, so your existing SDKs and toolchains switch over with almost no changes.
- Unified account and balance: after signing up, you create keys, top up, and inspect usage in the console. All models draw from the same balance.
- Model marketplace: browse available models and their billing types by modality (text, image, audio, video, file), then copy a model ID and call it directly.
Core concepts
| Concept | Description |
|---|---|
| API key | The credential used to call the API. Create it on the "API Keys" page, with an optional spending limit and expiration date. |
| Base URL | The gateway address for each protocol. Pick a protocol in the "Quick start" dialog in the console and copy it. |
| Credits | Your account balance, deducted by actual usage. Top up via gift card redemption and other methods. |
| Model | A model aggregated by the platform, identified by a model ID. See details and pricing in the model marketplace. |
How it works
- Sign up and sign in to your OLETOKEN account.
- Create an API key in the console.
- Copy the Base URL and follow Your first request to make a call.
- When the balance runs low, top up via gift card redemption.
Next steps
- No account yet? Start with Sign up and sign in
- Ready to call? See Create an API key and Your first request

