跳到主内容
算盘

Chinese AI API Policy Directory

Integrating Chinese AI API providers like DeepSeek, Qwen, or GLM requires referencing official policies for compliance. This page aggregates official policy links, service terms, and documentation gateways for 8 major providers.

Disclaimer

This page only aggregates directory links to the official policies and terms of each provider. We do not represent, summarize, or interpret the content of these terms. Policies are subject to change at any time. Please refer directly to the official pages and review them independently.

免责声明

本页仅聚合各厂商官方政策入口,不代述、不概括、不解释其条款内容;政策随时可能变更,请以官方页面为准,自行查阅。

Verified directory integrity on 2026-07-15 · pricing details live on the Chinese LLM API pricing comparison

Pricing Reference for Featured Models

ProviderFlagship ModelInput Price (per M)Output Price (per M)
Alibaba QwenQwen3.7 Max$1.77$5.31
Tencent Hunyuan混元 2.0 Think$0.59$2.35
Zhipu AI (GLM)GLM-5.1$0.89$3.54
DeepSeekDeepSeek V4 Pro$0.44$0.89
MiniMaxMiniMax M3$0.62$2.48
Moonshot (Kimi)Kimi K2.6$0.96$3.99
ByteDance DoubaoDoubao 1.5 Pro$0.12$0.30
Baidu ERNIE文心 ERNIE 5.1$0.59$2.66

USD rates are calculated dynamically. Compare all models on our dedicated Chinese LLM API pricing comparison page.

DeepSeek

platform.deepseek.com

Zhipu AI (GLM)

z.ai

Trying GLM for coding? The GLM Coding Plan starts at $18/month with Claude Code and 20+ coding tools supported. (Referral link — we may earn a commission, at no cost to you.)

Moonshot (Kimi)

platform.kimi.ai

MiniMax

platform.minimax.io

Tencent Hunyuan

Tencent Cloud (international)

ByteDance Doubao

Volcengine Ark (火山方舟)

Baidu ERNIE

Baidu Qianfan (百度智能云千帆)

Methodology & Directory Notes

This directory is curated by verifying official document links periodically to ensure they lead to active official portals. We do not summarize, analyze, or transcribe policy contents on this page to prevent misinformation. Because terms and agreements of AI services change frequently, developers are strongly advised to click the official links and read the latest policy terms directly on each provider’s website before integrating.

Frequently asked questions

Q. What is the purpose of the Chinese AI API Policy Directory?

This directory provides direct links to the official service terms, privacy policies, and documentation portals of major Chinese AI API providers, ensuring developers have a centralized reference to official terms.

Q. Where can I find the official API pricing for these providers?

You can find daily-updated model pricing on our dedicated Chinese LLM API pricing page, which compares costs in USD per million tokens.

Q. How is the policy directory updated?

The directory links are periodically validated to ensure they resolve to active official portals. Developers should refer directly to those official links for the latest and authoritative policy terms.

Q. Is the underlying dataset open source?

Yes, the pricing dataset and schema are open-sourced under the Creative Commons Attribution 4.0 International License (CC-BY-4.0) on GitHub.

Open-Source Dataset Schema & Developer Tools

For teams auditing AI operations and performing compliance checks, the complete pricing snapshot is published on GitHub under the Creative Commons Attribution 4.0 International License (CC-BY-4.0):

GitHub Dataset Repository

The repository includes prices.json and a synchronization script sync_prices.py.

JSON Schema of prices.json

  • last_updated: The last verified date (e.g. 2026-07-03).
  • usd_to_cny_rate: Exchange rate used for conversions (e.g. 6.7855).
  • models: Array of model objects.
    • id / name: Unique ID and display name of the model.
    • vendor_name: The model provider (e.g., Alibaba Qwen, DeepSeek).
    • billing_currency: The billing currency of the vendor (USD or CNY).
    • input_price_usd_per_m / output_price_usd_per_m: Pricing in USD per million tokens.
    • input_price_cny_per_m / output_price_cny_per_m: Pricing in CNY per million tokens.
    • context_window / max_output: Input context and output generation token limits.