Query real-time AI model prices from Chinese providers directly in your coding session.
Powered by aiprice.cn โ the real-time AI model pricing tracker for Chinese AI providers.
- ๐ Query prices for 100+ AI models from 10+ Chinese providers
- โก Compare models side by side with a single command
- ๐ฐ Find cheapest models for any category
- ๐ค Auto-trigger โ just ask about AI model pricing in natural language
- ๐ MCP integration โ connects automatically, no API key needed
claude plugin install github:PANS-L/aiprice-pluginIn your IDE, open CodeBuddy and run:
/plugin install github:PANS-L/aiprice-plugin
Or manually add to your MCP config (.claude/settings.json or IDE settings):
{
"mcpServers": {
"aiprice": {
"type": "url",
"url": "https://aiprice.cn/api/mcp"
}
}
}| Command | Description |
|---|---|
/aiprice:prices [provider] |
Query model prices, optionally filter by provider |
/aiprice:compare <model1> <model2> |
Compare models side by side |
/aiprice:cheapest [category] |
Find cheapest models for a category |
Just ask in your normal conversation:
- "DeepSeek V3 ๅคๅฐ้ฑ๏ผ"
- "ๅธฎๆๅฏนๆฏไธไธ Qwen3 ๅ GLM-4 ็ไปทๆ ผ"
- "ๆไพฟๅฎ็ coding ๆจกๅๆฏๅชไธช๏ผ"
- "What's the cheapest flagship model from Chinese providers?"
- "Compare deepseek-chat vs qwen3-max pricing"
The plugin exposes 4 MCP tools that AI can call directly:
| Tool | Description |
|---|---|
get_prices |
Query model prices with filters (provider, category, currency) |
get_providers |
List all tracked AI providers |
get_model_detail |
Get detailed specs and pricing for a model |
compare_prices |
Compare multiple models in a table |
| Provider | Slug |
|---|---|
| DeepSeek | deepseek |
| Qwen (้ไนๅ้ฎ) | qwen |
| Zhipu AI (ๆบ่ฐฑ) | zhipu |
| Moonshot (ๆไนๆ้ข) | moonshot |
| Baidu ERNIE (ๆๅฟไธ่จ) | ernie |
| Tencent Hunyuan (ๆททๅ ) | hunyuan |
| ByteDance Doubao (่ฑๅ ) | doubao |
| Baichuan (็พๅท) | baichuan |
| MiniMax | minimax |
| StepFun (้ถ่ทๆ่พฐ) | step |
| Yi (้ถไธไธ็ฉ) | yi |
- Prices are updated daily from official provider pricing pages
- Supports both USD and CNY
- Includes input, output, and blended (3:1) pricing per million tokens
- Tracks 100+ models across 10+ providers
MIT
- Website: aiprice.cn
- API Docs: aiprice.cn/api-docs
- MCP Endpoint:
https://aiprice.cn/api/mcp