TOKI

Token Plan

Understand TOKI Token Plan purchase, quota usage, and usage rules.

Scope

Token Plan is the Token package product provided by TOKI. After purchase, package quota is added to your account and can be used for supported model usage scenarios.

Package names, Token amounts, pricing, validity periods, and available scenarios may change based on current operations. Always use the product center as the source of truth. This page only explains the general flow and precautions.

Purchase Flow

  1. Sign in to the TOKI console.
  2. Open Product Center.
  3. Choose the Token Plan package you need.
  4. Confirm the package name, Token amount, price, and validity period.
  5. After payment, return to the console to check your wallet or Token balance.

Usage Flow

  1. Open the API Keys page.
  2. Create or select an API key.
  3. Configure your OpenAI-compatible client:
Base URL: https://www.tokiai.ai/v1
API Key: the key created in the console
  1. Call compatible endpoints such as /v1/chat/completions.
  2. Monitor Token balance and usage in the console.

Packages And Quota

  • Package quota usually covers both input and output Token usage.
  • Actual usage depends on model, context length, output length, tool calls, and conversation history.
  • If an API key has a quota limit, calls are also constrained by that key-level quota.
  • Renewal, refund, transfer, rollover, and tool-specific usage rules are subject to the purchase page and service agreement.

API Key Quota Settings

When creating an API key, you can configure quota controls:

SettingDescription
SupplierSelect the model supplier associated with the key.
QuotaMaximum Token quota for the key; leaving it empty means no separate key-level quota limit.
ExpirationSet the key expiration time.
StatusEnable or disable the key.

Create separate API keys for different projects, environments, or members to make quota control, revocation, and usage investigation easier.

Notes

  • Do not put API keys in browser frontend code, mobile client packages, or public repositories.
  • In production, call the API from your server and inject keys through environment variables.
  • Package price, Token amount, and limitations are determined by the product center, not this documentation.
  • For enterprise quota, member management, or special billing needs, contact TOKI business or operations support.

On this page