Why 1 RMB Is 1 Balance Unit: RMB Settlement and USD Top-Up Guide

A beginner-friendly explanation of RMB account balance, USD top-up conversion, official API usage, and group multipliers for Chinese and international gpt88.cc users.

The one sentence to remember

There are three different layers: the currency you use to pay, the RMB balance used for account deductions, and the official USD usage used to calculate upstream model cost. The platform converts these into a simple RMB balance system so users can see and control spending.

billing-maptext
Payment currency
  |- Pay CNY: CNY 1 -> 1.00 RMB balance
  `- Pay USD: USD payment -> currency conversion -> RMB balance

Model request
  official API usage (USD) -> selected group multiplier -> RMB deduction

Actual deduction (RMB) = official usage (USD) x selected group multiplier

The 1:1 rule applies only to RMB top-up amount and RMB account balance: CNY 1 tops up 1.00 RMB balance. A USD top-up is converted to CNY first and then credited.

Audience and definition of done

This guide is for Chinese users who see USD-style pricing while settling in RMB, and international users who pay in USD but need to understand a RMB-settled account.

At the end, you should be able to make one small top-up and one minimal model request, then verify the top-up credit, group multiplier, official usage, and actual RMB deduction from records rather than guessing from a currency symbol.

  • Understand that payment currency and account settlement unit are different concepts.
  • Explain “CNY 1 top-up = 1.00 balance” without saying “CNY 1 = USD 1.”
  • Estimate a request cost from official usage and the selected group multiplier.
  • Know where to verify public model information and account-specific billing.

Separate the four accounting units

Unit / layerWhat it meansWhere to verify it
Payment currencyThe CNY, USD, or other currency used at checkout.Payment page, order amount, and payment provider.
Account balanceThe RMB balance used for deductions, such as 72.00 RMB balance.Console balance, top-up order, and usage record.
Official API usageUpstream usage expressed in USD, often related to tokens or media usage.Request usage, billing detail, and model pricing notes.
Group multiplierThe coefficient that converts official USD usage into RMB deduction.The group selector on the API Keys page.

These values cannot be collapsed into one number. A public model price does not necessarily equal the final deduction for your account because model, input/output usage, selected group, and permissions also matter.

Why the platform uses 1:1

This is a virtual balance design that simplifies accounting and user experience. The platform needs one internal unit, while users can reason more easily about “RMB 100 balance and RMB 0.05 deducted” than about points, virtual dollars, and multiple conversion layers.

Common misunderstandingCorrect interpretation
CNY 1 = USD 1Wrong. 1.00 is a balance amount, not a USD amount.
USD 1 payment = 1.00 balanceWrong. The USD payment is converted to RMB before crediting.
A $ symbol proves the balance is USDNot necessarily. Use billing text, orders, and usage records.
The Model Square price is the final deductionNot necessarily. The account’s model, group, usage, and console record are authoritative.

How top-ups are converted

  1. CNY top-up: CNY 1 adds 1.00 RMB balance; CNY 100 adds 100.00 RMB balance.
  2. USD top-up: the payment is converted to RMB using the rule shown by the checkout, payment provider, or platform at that time, then credited as RMB balance.
  3. Use the order as the source of truth: fees, exchange-rate timing, payment-channel rules, and promotions can affect the final credit. Do not reverse-engineer it from one assumed fixed rate.

How model requests are settled

Upstream model providers commonly express API usage in USD. The platform converts that usage into an RMB deduction using the selected group multiplier:

billing-formulatext
Actual deduction (RMB) = official usage (USD) x selected group multiplier
Group multiplierOfficial usageAccount deductionMeaning
2.0$1.00CNY 2.00Each $1 of official usage deducts CNY 2.00.
0.5$1.00CNY 0.50Each $1 of official usage deducts CNY 0.50.
2.0$0.10CNY 0.20The deduction scales with official usage.

Lower multipliers generally mean lower unit cost, but groups can differ in upstream route, stability, model access, or account permissions. Choose with latency, success rate, capability, and budget in mind, not by multiplier alone.

A complete calculation example

billing-exampletext
Illustrative exchange rate: 1 USD = 7.20 CNY
(Only to show the calculation; it is not a live-rate promise.)

Top-up: pay 10 USD
Conversion: 10 x 7.20 = 72 CNY
Credit: about 72.00 RMB balance (use the final order as the source of truth)

Request: 0.10 USD official usage, group multiplier 2.0
Deduction: 0.10 x 2.0 = 0.20 CNY
Remaining: 72.00 - 0.20 = 71.80 CNY

This example demonstrates the order of operations. It does not fix your exchange rate or any model’s live price. Replace 7.20, 0.10, and 2.0 with the current top-up order, request usage, and API Keys group selector values.

Where to verify each value

QuestionFirst place to checkDo not rely on only
Which models exist and how public prices compareModel SquareSearch snippets or old screenshots.
Public packages, prices, and top-up entryWebsite pricing pageA public page as an account-specific billing promise.
Current group multiplier and routeAuth & Billing and the API Keys pageA model name alone.
What one request actually deductedConsole usage, billing, and balance recordsA hand calculation from public pricing.

The shortest successful path

Do not start with a batch job or an expensive long-context request. First complete one small, auditable request:

  1. Prepare: have an account, an API key, and a small balance you are comfortable testing.
  2. Verify the credit: record payment currency, order amount, and final RMB balance after the top-up.
  3. Choose a group: record the group name, multiplier, and route notes from the API Keys page.
  4. Choose a model: use the Model Square or website pricing page, then confirm current availability in the console.
  5. Send a minimal request: use short input, low concurrency, and one clear task.
  6. Review the result: record model, group, official USD usage, before/after balance, and actual RMB deduction.

After the last step, you have a personal cost baseline. Model and group comparisons become evidence-based instead of being driven by a currency symbol.

Choosing a model and group

GoalStart withTradeoff
Verify access for the first timeA currently available model and one minimal request.A successful smoke test does not prove complex-task quality.
Minimize unit costCompare current group multipliers and input/output usage.A lower multiplier does not guarantee lower latency or higher stability.
Prioritize reliabilityUse the route that fits your environment and test a small sample first.The unit deduction may be higher.
Compare model capabilityHold input, output length, and group constant.Different context and output lengths distort price comparisons.
Reconcile the final billUse console usage and balance records.A public price page cannot replace account detail.

Cost review and iteration

When a cost looks unexpected, use a one-variable-at-a-time loop:

  1. Inspect the console record: model, group, input/output usage, deduction, and time.
  2. Identify the largest difference: conversion, usage, multiplier, or repeated retries.
  3. Change one variable only: for example, keep the model fixed and change the group.
  4. Repeat the same small request and compare it with the prior result.
  5. Save a validated combination; do not scale an unexplained result into a batch workflow.

Common questions and recovery

SymptomLikely causeRecovery
I paid USD 1 and expected 1.00 balance.The balance unit was mistaken for USD.Check the final RMB credit in the top-up order. Do not assume a USD 1:1 rule.
The interface shows $ but docs say RMB settlement.A display symbol and accounting unit are different.Use billing text, order details, and usage records; keep the order ID.
My calculation differs from the actual deduction.Group, input/output usage, model version, or retries differ.Fix the model and group, then inspect one complete successful request.
The Model Square lists a model but my API cannot use it.Availability, group access, or route permissions differ by account.Use the live console and test a currently available model.
I do not know whether a failed request was charged.Failed, retried, async, image, and video flows can have different accounting behavior.Do not assume a refund or charge. Inspect usage detail and provide the request ID when asking support.
The balance changed unexpectedly.A top-up may be processing, or concurrent requests / retries occurred.Stop scaling, then reconcile order status, request times, logs, and usage detail.

Practice task and acceptance checklist

Use one low-risk text request for this exercise. Avoid batch images, video, and very long context:

  1. Record the balance before top-up and the payment currency.
  2. Record the final RMB balance after top-up.
  3. Record model ID, group, and group multiplier.
  4. Send one fixed-size minimal request.
  5. Record official USD usage and actual RMB deduction.
  6. Apply the formula and flag any difference.
  • □ I did not compare CNY and USD as if their numeric values were 1:1.
  • □ I understand that USD top-ups are converted into RMB balance.
  • □ I recorded the current group multiplier from the API Keys page.
  • □ I reconciled the actual deduction with console usage records.
  • □ I completed a small test before batch usage.

Reusable cost-review template

billing-review-templatetext
Cost review:
- Payment currency: CNY / USD
- Final top-up credit: ________ RMB balance
- Model ID: ________
- Group: ________
- Group multiplier: ________
- Official usage (USD): ________
- Expected deduction (RMB): usage x multiplier = ________
- Actual console deduction (RMB): ________
- Difference or open question: ________

Conclusion: use the final top-up order, current model/group pages,
and the account usage record as the evidence.

Store this in a project document, billing review, or integration acceptance checklist. It does not replace the console; it makes each comparison use the same inputs and evidence.

Evidence and pricing boundaries

This guide explains the public billing vocabulary: CNY 1 top-up produces 1.00 balance, USD top-ups are converted to RMB before crediting, and model requests deduct RMB based on official USD usage multiplied by the selected group multiplier. Model prices, exchange rates, fees, availability, permissions, rate limits, and failed-request handling can change with the payment channel, upstream provider, account, and console configuration.

Use the formulas for understanding and estimation. For actual operations, use the top-up order, Model Square, website pricing page, API Keys page, and account usage record as evidence. For a billing investigation, keep the order ID, request ID, model, group, and request time.