ChinaAPI Insights · Chinese LLM Routing

Choose a Chinese LLM: Current ChinaAPI Routing Guide

Route current ChinaAPI reasoning models by task shape, context window, modality, and usable-answer cost — not a generic quality leaderboard.

ChinaAPI Research · 2026-07-20

The wrong default is a flagship model for every prompt. Most production failures happen earlier: a text-only model receives an image, a 256K model gets an unbounded repository, a cheap first pass silently becomes five retries, or a tool loop has no budget and approval limit.

The 2026-07-20 gateway-reconciled snapshot contains 25 current per-token models tagged Reasoning. That is enough choice to make a generic leaderboard less useful than a routing rule. This guide narrows the first decision to the constraint that can make a task fail: modality, context window, tool use, latency, or the cost of an accepted answer.

This is a current-catalog selection guide, not a public quality benchmark. The model IDs below are live in the ChinaAPI catalog today; account group, balance, rate limits, upstream health, and the task itself still affect whether a request succeeds.

The short answer

The position is deliberate: do not route by a vendor's flagship label. Route by the failure mode you cannot accept, then earn a premium escalation with accepted-output data.

What the current catalog makes possible

Production constraintStart withEscalate or switch toWhy this is the first decision
High-volume text RAG, extraction, classification, or a code candidatedeepseek-v4-flashdeepseek-v4-pro or a task-specific model after a failed acceptance checkThe current catalog lists 1M context and tools at an economy input/output rate; it does not list vision input
Files or images plus planning and toolsqwen3.7-plusMiniMax-M3 for a selected 1M multimodal alternateThe task needs multimodal input and a long context window, so text-only economy routes are a false saving
Text-only long documents and long tool loopsLongCat-2.0deepseek-v4-pro when a higher-cost text reasoning pass is justifiedBoth the 1M window and the absence of vision are part of the choice; do not attach images to this route
Repository or multi-file coding within 256Kkimi-k2.7-codekimi-k3 or glm-5.2 for selected long-context or final-review passesUse the coding-specialist candidate for the working pass, then separate generation from critical review
Video, images, or files must be understood before a tool callglm-5v-turboMiniMax-M3 or qwen3.7-plus when video input is not requiredThe current catalog explicitly distinguishes video-input support from ordinary vision
A high-impact answer, merge, policy decision, or final code reviewA tested candidate plus a second passqwen3.7-max, glm-5.2, or kimi-k3Independent review is a role, not proof that a premium model is universally best

The table is intentionally a routing map rather than a rank order. deepseek-v4-flash can be a better first call than a flagship when the input is text and the goal is to cheaply produce candidates. It is a bad first call when the job depends on an image, a video, or a file the model cannot inspect.

Price is an input to routing, not the decision

The current display prices show why token direction matters. deepseek-v4-flash is $0.1389 input / $0.2778 output per million tokens. qwen3.7-plus is $0.2778 / $1.1111; LongCat-2.0 is $0.2778 / $1.1111; and qwen3.7-max is $1.6667 / $5.

Those numbers are current gateway-reconciled display rates, not a prediction of total project cost or a quality score. Thinking tokens, cache misses, tool calls, retries, human repair, and the probability of accepting the answer all change the outcome. The useful unit is:

usable-answer cost =
  (input tokens + output/thinking tokens + tool costs + retries + review time)
  / accepted answers

A low input price loses if a model cannot process the source modality or if its first result repeatedly fails a schema, citation, tool, or code-review check. Conversely, a high-output model may be appropriate for one selected final review and wasteful for every candidate in a batch. Check live pricing before putting a route into production.

Run these models yourself. One API key, OpenAI-compatible endpoint, and transparent USD pricing. Check the live pricing page for the current displayed rate.

Get a key — $2 free credit

A repeatable two-stage routing method

Make the task card before choosing the model. The point is to prevent a prompt from accidentally becoming an expensive, unbounded agent loop.

{
  "task_id": "contract-qa-01",
  "task_type": "document_question_answering",
  "source_modalities": ["pdf", "image"],
  "context_band": "1m",
  "needs_tools": true,
  "needs_video_input": false,
  "max_tool_rounds": 6,
  "max_attempts": 2,
  "acceptance_checks": ["answer cites supplied pages", "JSON validates", "no unsupported claim"],
  "candidate_model": "qwen3.7-plus",
  "escalation_model": "glm-5.2",
  "human_approval_required": true
}

Then use two stages:

  1. Select the lowest-cost route that can actually read the inputs and meet the context/tool constraints.
  2. Run a limited candidate pass with explicit acceptance checks, cost and retry caps.
  3. Escalate only the failed or high-value cases to a premium or specialist route.
  4. For consequential output, perform an independent review pass and require human approval before external actions, payments, deployments, or data deletion.
  5. Store the accepted/rejected result, billed tokens, tool rounds, retries, and repair minutes. Promote a route to default only after it wins on accepted-output data.

The internal routing brief defines a 60-task candidate set spanning text RAG, structured extraction, coding, tool use, long documents, image or video understanding, and final review. That is a test plan, not a public benchmark. We have not yet published repeated ChinaAPI completion rates, latency distributions, tool-success rates, or repository-level coding results across all 25 models.

Common routing mistakes

MistakeBetter rule
Send every task to the most expensive modelGenerate candidates with a capable economy or standard route; reserve premium spend for selected cases
Use a text-only 1M model for image or video evidencePick a model with the required input modality before comparing token prices
Treat a long context window as a guarantee of correct retrievalFix chunking, source selection, citations, and acceptance tests; context capacity is not evidence quality
Let an agent call tools until it succeedsSet tool-round, retry, cost, and approval limits in the task card
Compare models by one memorable answerRun repeated fixed tasks and measure acceptance rate plus usable-answer cost

What this guide does not claim

This article does not publish a universal quality ranking, latency league table, vendor availability guarantee, or safety-policy outcome. Model configurations and gateway prices can change; the live pricing page is authoritative. We also do not yet have a public benchmark that proves one model is better at code, reasoning, tool use, or multimodal understanding for every task.

Use the current catalog facts to choose a defensible first route. Then measure your own accepted outputs, failure types, retries, and total cost. The next useful update is a benchmark report with a fixed task set, repeated runs, raw methodology, and clearly scoped conclusions — not a louder leaderboard.

Try it on ChinaAPI. Every model in this article is live behind one endpoint — no mainland-China account or phone number needed, $2 free trial to start.

Start free — $2 credit View live pricing
Method & data. Written by ChinaAPI Research. Published 2026-07-20, last updated 2026-07-20. Data source: ChinaAPI gateway-reconciled catalog snapshot and ChinaAPI Research current-catalog routing brief v2.0, both dated 2026-07-20. Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Media rates use the displayed billing unit and may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations; any margin is included in the displayed rate and is not added separately. The live pricing page is authoritative.