Vendor hub

Tencent models on ChinaAPI

Every model below is reachable with one ChinaAPI key and one OpenAI-compatible base URL. The same key works for every vendor in the catalog, so adding a model is a configuration change rather than a new account.

Availability

Sign-up is the blocker, not the model.

Chinese model providers run their own developer consoles, but registration, invoicing and identity verification are built for mainland-China entities and phone numbers. Developers outside that boundary frequently cannot finish sign-up at all, whatever the model can do.

ChinaAPI puts these models behind one gateway account, so the open questions become price and payload shape instead of eligibility. This page states what is available and what it costs; it makes no quality or ranking claim, because no published benchmark evidence supports one yet.

Models available

1

Model families

Tencent

Base URL

https://api.chinaapi.ai/v1

Account requirement

No mainland-China account or phone number.

Catalog

Tencent models and published USD prices

Rows are generated from the ChinaAPI catalog, not typed by hand. Follow a model link for the full specification, request payload and localized pricing.

ModelFamilyTask typeContextPrice (USD)
hy3TencentText256K$0.1538/M input, $0.6154/M output tokens

Token prices are shown as input and output per one million tokens. Media prices are shown per published billing unit.

Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.

Quickstart

Copy-paste API request.

Swap the model identifier for any row in the table above. Nothing else in the request changes between vendors.

Store the key in an environment variable and keep it out of source control.

curl -X POST https://api.chinaapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy3",
    "messages": [{"role": "user", "content": "Hello from ChinaAPI"}]
  }'

Other vendor hubs

Same key, same base URL, a different vendor catalog.

Sources and updates

Model list, context values and USD prices on this page are generated from the ChinaAPI model catalog on August 10, 2026. Live pricing in the dashboard is authoritative.