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

ConceptDescription
API keyThe credential used to call the API. Create it on the "API Keys" page, with an optional spending limit and expiration date.
Base URLThe gateway address for each protocol. Pick a protocol in the "Quick start" dialog in the console and copy it.
CreditsYour account balance, deducted by actual usage. Top up via gift card redemption and other methods.
ModelA model aggregated by the platform, identified by a model ID. See details and pricing in the model marketplace.

How it works

  1. Sign up and sign in to your OLETOKEN account.
  2. Create an API key in the console.
  3. Copy the Base URL and follow Your first request to make a call.
  4. When the balance runs low, top up via gift card redemption.

Next steps