๐Ÿง  Models Directory

40+ AI models from China's leading AI providers โ€” all accessible through a single OpenAI-compatible API

๐Ÿ’ก Use any model ID as the model parameter in your API calls. All models are accessible through /v1/chat/completions (text) unless noted otherwise.

DeepSeek deepseek.com

Frontier reasoning and general-purpose models from DeepSeek AI. Known for exceptional coding and reasoning capabilities.

Model IDTypeDescription
deepseek-chatTextGeneral-purpose chat โ€” best all-around model for daily use
deepseek-reasonerTextExtended reasoning / deep-thinking model โ€” excels at complex logic, math, and analysis
deepseek-coderCodeCode generation, debugging, and software engineering tasks

Qwen (Tongyi Qianwen) qwen.alibaba.com

Alibaba Cloud's flagship model series. Qwen3-Max sets state-of-the-art benchmarks. Strong in multilingual tasks, especially Chinese-English.

Model IDTypeDescription
qwen-maxTextFlagship โ€” Qwen3-Max, best quality, strongest reasoning
qwen-plusTextBalanced performance and speed โ€” great value
qwen-turboTextFast inference, cost-effective for high-volume use
qwen-vl-plusVisionMulti-modal โ€” understands images, charts, and documents
qwen-omni-flashTextFast omnimodal model โ€” text, image, audio understanding

Kimi (Moonshot AI) kimi.moonshot.cn

Moonshot AI's model family. Known for exceptional long-context handling (up to 2M tokens). K2 series features extended thinking.

Model IDTypeDescription
kimi-chatTextGeneral conversation with ultra-long context support
kimi-k2-thinkingTextExtended thinking / reasoning โ€” designed for complex deep-dive analysis
kimi-vlVisionImage understanding and visual reasoning

ERNIE (Baidu) yiyan.baidu.com

Baidu's Wenxin Yiyan model family. ERNIE 4.0 is a top-tier model with strong Chinese-language performance and knowledge-grounded generation.

Model IDTypeDescription
ernie-4.0TextLatest flagship โ€” Baidu's most capable model
ernie-3.5TextPrevious generation โ€” solid, well-tested
ernie-speedTextFast inference, optimized for latency-sensitive apps
ernie-liteTextLightweight, most cost-effective ERNIE model

GLM (Zhipu AI) zhipu.ai

Zhipu AI's GLM series. Strong multilingual capabilities and competitive performance. GLM-4V supports vision tasks.

Model IDTypeDescription
glm-4-plusTextLatest flagship โ€” Zhipu's most advanced model
glm-4TextPrevious generation GLM-4 โ€” well-rounded general model
glm-4-airTextLightweight variant of GLM-4 โ€” fast and affordable
glm-4v-plusVisionMulti-modal โ€” image understanding and analysis
glm-4-flashTextFast inference model โ€” optimized for speed

Yi (01.AI) yi-01.ai

01.AI's open-source model family. Strong bilingual performance and active community ecosystem.

Model IDTypeDescription
yi-largeTextFlagship โ€” 01.AI's most powerful general model
yi-mediumTextBalanced performance and speed
yi-visionVisionMulti-modal โ€” understands and analyzes images

MiniMax minimax.chat

Models from MiniMax, known for strong creative and conversational capabilities.

Model IDTypeDescription
minimax-text-01TextGeneral-purpose text generation and conversation
minimax-vl-01VisionImage understanding and multi-modal reasoning

Baichuan AI baichuan-ai.com

Baichuan Intelligent Technology's model series. Strong performance in Chinese language tasks and vertical domains.

Model IDTypeDescription
baichuan4TextLatest generation โ€” Baichuan's most capable model
baichuan3-turboTextFast inference variant of Baichuan3

Spark (iFlytek) xfyun.cn

iFlytek's Spark (Xinghuo) model series. Strong in voice-related AI and educational domains. Developer platform: xfyun.cn.

Model IDTypeDescription
spark-4.0TextLatest flagship โ€” iFlytek's most advanced model
spark-3.5TextPrevious generation โ€” proven and stable
spark-liteTextLightweight โ€” fastest and most affordable Spark model

Hunyuan (Tencent) hunyuan.tencent.com

Tencent's Hunyuan model series. Integrated with Tencent's ecosystem. Strong in Chinese social media context understanding.

Model IDTypeDescription
hunyuan-largeTextFlagship โ€” Tencent's most capable general model
hunyuan-standardTextBalanced performance for daily use
hunyuan-visionVisionMulti-modal โ€” image understanding and reasoning

Doubao (ByteDance) doubao.com

ByteDance's model series. Doubao powers many TikTok/ๆŠ–้Ÿณ AI features. Seed series represents ByteDance's frontier research.

Model IDTypeDescription
doubao-proTextLatest flagship Doubao model
doubao-liteTextLightweight โ€” fast and cost-effective
doubao-coding-planCodeSpecialized for code generation and planning
doubao-seed-1.8TextExperimental frontier model โ€” ByteDance's latest research

Model Selection Tips

General use: deepseek-chat, qwen-plus, glm-4 โ€” solid all-around performers

Complex reasoning: deepseek-reasoner, kimi-k2-thinking, qwen-max โ€” for math, logic, deep analysis

Coding: deepseek-coder, doubao-coding-plan โ€” code generation and engineering

Vision (image understanding): qwen-vl-plus, glm-4v-plus, kimi-vl, yi-vision โ€” send images + text prompts

High volume / budget: qwen-turbo, ernie-lite, spark-lite, doubao-lite โ€” fast and cheap

Get the Live Model List

The authoritative list of all currently available models can be fetched directly from the API:

curl https://www.tokencnn.com/v1/models \
-H "Authorization: Bearer sk-your-api-key"

New models are added frequently. Check this endpoint for the most up-to-date availability.