Skip to main content

Short Answer

-c stands for “call” (per-call billing).Model names with the -c suffix (e.g., gemini-3-pro-image-preview-c) and those without (e.g., gemini-3-pro-image-preview) are essentially the same model with identical capabilities. The only difference is the billing method: the -c version is specifically for per-call billing.

Official Explanation

Model name -c suffix explanation Key points:
  • -c stands for “call” — a separate model name for per-call billing
  • It is essentially the same model as the version without the suffix
  • Both are official API forwarding, just using different model names to distinguish billing methods
  • In the future, billing may be distinguished solely through token billing modes

Why the -c Suffix?

APIYI is rolling out token-based billing, and some models support both token-based and per-call billing methods. The system uses model name suffixes to distinguish between different billing channels:
Model NameBilling MethodDescription
gemini-3-pro-image-previewToken-basedCharged by token usage
gemini-3-pro-image-preview-cPer-callFixed price per API call
Both names call the exact same official model via official API forwarding. Model capabilities and output quality are identical.

How to Choose?

Token-based (no suffix)

Best for:
  • Requests with fewer input/output tokens
  • Precise cost control needed
  • Primarily text understanding/analysis tasks
Use the model name without -c

Per-call (-c suffix)

Best for:
  • Image generation and fixed-output scenarios
  • Transparent, fixed cost per call
  • No need to calculate token consumption
Use the model name with -c
Recommended: When creating a token, select the “Token-first” billing mode. The system will automatically choose the most suitable billing method for you, eliminating the need to manually distinguish model name suffixes. See Token Billing Modes for details.

Future Plans

APIYI is continuously optimizing its billing system. In the future, billing may be distinguished solely through token billing modes, removing the need for model name suffixes. Please follow platform announcements for updates.

FAQ

Yes, they are exactly the same model.The -c suffix only identifies the billing channel and does not affect model capabilities. Both names are ultimately forwarded to the same official API, with identical output quality.
It depends on your token’s billing mode:
  • Token-first token: Use the name without suffix (e.g., gemini-3-pro-image-preview), the system handles it automatically
  • Per-call token: Use the name with -c (e.g., gemini-3-pro-image-preview-c)
  • Unsure: We recommend using a “Token-first” token + model name without suffix
No. Only models that support both token-based and per-call billing have a -c suffix version. Pure text models (such as GPT-4o, Claude) typically only support token-based billing and won’t have a -c version.
APIYI is adjusting its billing system and may no longer need model name suffixes to distinguish billing methods in the future, switching to full control through token billing modes. We recommend using “Token-first” tokens so you won’t be affected by future changes.