Skip to content
GetAPI
English
Menu

GetAPI.ONE

Understand GetAPI.ONE pricing and usage

Identify the pricing mode, endpoint, unit, and group before use; read current values from Live pricing; then reconcile an actual request against account records.

Before sending a request

  1. Open the model catalog and select the exact model and endpoint your client will use.
  2. Open Live pricing immediately before use and read the current pricing mode, unit, and any group-specific information.
  3. Check account balance or package status, plus the selected key’s quota and expiry.
  4. Start with a bounded test request whose cost you are prepared to accept.

Recognize the pricing mode

ModeWhat to inspect
Token basedInput/output or other token categories, the displayed unit, endpoint, model, and group. Do not assume all token types have one rate.
Per call / fixed unitWhat one billable unit represents, plus parameters such as size, duration, quality, or count when shown.
Dynamic / expression basedThe current UI explanation, request parameters that influence the result, and the resulting account log. Do not copy or recalculate the expression in a static guide.

Endpoint type matters because the same model identity may expose different operations or not support the protocol your client expects. Unit labels also matter: token, request, image, second, or another unit are not interchangeable.

Groups, keys, and limits

  • A key’s group can affect which models it can access and which displayed group information applies.
  • A key quota and expiry can stop a request even when the account still has balance.
  • Account balance, packages, key scope, rate limits, and model availability are separate checks; one passing check does not prove the others.

Reconcile an actual request

  1. Record the request timestamp, exact model, endpoint, key name (not secret), and request identifier if the client provides one.
  2. Open the console usage/request log and locate the corresponding record.
  3. Compare the recorded model, endpoint, usage categories, group, status, and deduction information with the current pricing display.
  4. If values differ or are unclear, preserve the unmodified record and current pricing view with secrets masked, then contact the channel appropriate to a billing question.

When a request is blocked

SymptomCheck in order
Insufficient quota / balanceKey quota and expiry, account balance/package, group access, then current model pricing.
Rate limitedRead the response details, reduce concurrency, respect any retry guidance, and avoid unbounded retries.
Unexpected deductionMatch one request by timestamp/id, verify model/endpoint/group/parameters, save the log and current pricing display, then escalate without sharing the key.