Quellcode durchsuchen

Apikey不铭文展示

lxylxy123321 vor 1 Monat
Ursprung
Commit
2db670ccf3

+ 6 - 6
backend/.env

@@ -3,18 +3,18 @@ PORT=8000
 
 DB_HOST=8.156.90.138
 DB_PORT=5432
-DB_USER=crawl_test
+DB_USER=crawl
 DB_PASSWORD=wsNbzdnmPnpwCj56
-DB_NAME=crawl_test
+DB_NAME=crawl
 
-ALLOWED_ORIGINS=http://localhost:5173
-# ALLOWED_ORIGINS=https://crawler.aitoolcore.com
+# ALLOWED_ORIGINS=http://localhost:5173
+ALLOWED_ORIGINS=https://crawler.aitoolcore.com
 # ALLOWED_ORIGINS=http://8.137.98.23:5173
 GEOIP_DB_PATH=./GeoLite2-City.mmdb
 #本地
-PLAYWRIGHT_EXECUTABLE=D:\playwright-browsers\chromium-1208\chrome-win64\chrome.exe
+# PLAYWRIGHT_EXECUTABLE=D:\playwright-browsers\chromium-1208\chrome-win64\chrome.exe
 #生产
-# PLAYWRIGHT_EXECUTABLE=/www/wwwroot/playwright/chromium-1045/chrome-linux/chrome
+PLAYWRIGHT_EXECUTABLE=/www/wwwroot/playwright/chromium-1045/chrome-linux/chrome
 PLAYWRIGHT_HEADLESS=true
 
 TZ_OFFSET_HOURS=8

+ 18 - 3
backend/app/routers/api_keys.py

@@ -28,12 +28,20 @@ class ApiKeyUpdate(BaseModel):
 class ApiKeyOut(BaseModel):
     id: int
     name: str
-    key_value: str
+    key_value: str  # 返回脱敏值,不暴露明文
     note: Optional[str]
+    model_count: int = 0
     created_at: datetime
     updated_at: datetime
 
 
+def _mask_key(v: str) -> str:
+    """脱敏:保留前6位和后4位,中间替换为 ••••••••"""
+    if len(v) <= 10:
+        return '••••••••'
+    return v[:6] + '••••••••' + v[-4:]
+
+
 class BatchAssignIn(BaseModel):
     """批量将某个 api_key 绑定到一批模型"""
     api_key_id: Optional[int] = None   # None 表示清除绑定
@@ -44,9 +52,16 @@ class BatchAssignIn(BaseModel):
 async def list_api_keys() -> List[ApiKeyOut]:
     pool = get_pool()
     rows = await pool.fetch(
-        "SELECT id, name, key_value, note, created_at, updated_at FROM api_keys ORDER BY created_at DESC"
+        """
+        SELECT k.id, k.name, k.key_value, k.note, k.created_at, k.updated_at,
+               COUNT(m.id) AS model_count
+        FROM api_keys k
+        LEFT JOIN models m ON m.api_key_id = k.id
+        GROUP BY k.id
+        ORDER BY k.created_at DESC
+        """
     )
-    return [ApiKeyOut(**dict(r)) for r in rows]
+    return [ApiKeyOut(**{**dict(r), "key_value": _mask_key(r["key_value"])}) for r in rows]
 
 
 @router.post("/api-keys", response_model=ApiKeyOut, status_code=201)

+ 2 - 2
backend/app/routers/public.py

@@ -222,8 +222,8 @@ async def get_public_prices(
 
     for r in rows:
         for item in parse_prices(_j(r["prices"]) or {}):
-            # 只保留同时有输入和输出价格的条目,过滤掉 Batch、缓存命中等单边价格
-            if item.get("input_price") is None or item.get("output_price") is None:
+            # 过滤掉输入和输出价格都为 None 的条目(保留单边价格,如向量模型、图像生成等)
+            if item.get("input_price") is None and item.get("output_price") is None:
                 continue
             # 将 label 改为中文
             item = dict(item)

+ 9227 - 0
backend/crawl.json

@@ -0,0 +1,9227 @@
+{
+    "version": 50,
+    "models": [
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-clone-v1?serviceSite=asia-pacific-china",
+            "model_name": "cosyvoice-clone-v1",
+            "prices": {
+                "语音合成": {
+                    "raw": "2.0",
+                    "unit": "元/每万字符",
+                    "price": 2.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "cosyvoice-clone-v1",
+                "description": "声音复刻Cosyvoice大模型,依托先进的大模型技术进行特征提取,从而完成声音的复刻,且无需训练过程。仅需提供时长较短的音频,即可迅速生成高度相似且听感自然的定制声音。",
+                "display_tags": [
+                    "语音合成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Audio"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:58:49.632392Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-flash?serviceSite=asia-pacific-china",
+            "model_name": "cosyvoice-v3-flash",
+            "prices": {
+                "语音合成": {
+                    "raw": "1",
+                    "unit": "元/每万字符",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "cosyvoice-v3-flash",
+                "description": "合成能力:CosyVoice-v3-Flash是通义实验室CosyVoice系列最新版高性能的语音合成大模型,较之前版本在自然度、音质、韵律、情感表现力上有更好的表现。该模型支持文本至语音的实时流式合成。克隆能力:CosyVoice-v3-Flash也是通义实验室CosyVoice系列最新版的语音克隆大模型,较之前版本提升了发音准确性、音色相似度,并且增加了更多小语种支持(德、西、法、意、俄)。仅需提供5-20s的参考音频,即可迅速生成高度相似且听感自然的定制声音。",
+                "display_tags": [
+                    "语音合成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "180",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:58:38.676296Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-plus?serviceSite=asia-pacific-china",
+            "model_name": "cosyvoice-v3-plus",
+            "prices": {
+                "语音合成": {
+                    "raw": "2.0",
+                    "unit": "元/每万字符",
+                    "price": 2.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "cosyvoice-v3-plus",
+                "description": "克隆能力:CosyVoice-v3-plus是通义实验室CosyVoice系列最新版的语音克隆大模型,具有更好的音质和复刻相似度,适用于更专业的场景。仅需提供5-20s的参考音频,即可迅速生成高度相似且听感自然的定制声音。合成能力:CosyVoice-v3-plus是通义实验室CosyVoice系列最新版的语音合成大模型,具有更好的音质和表现力,适用于更专业的场景。该模型支持文本至语音的实时流式合成。",
+                "display_tags": [
+                    "语音合成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "180",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:58:27.859436Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-0528?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-0528",
+            "prices": {
+                "输入": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "16",
+                    "unit": "元/每百万tokens",
+                    "price": 16.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-r1-0528",
+                "description": "0528为R1模型的小版本升级,相较于旧版 R1,新版在复杂推理任务中的表现有了显著提升。在数学、编程与通用逻辑等多个基准测评中取得了优异成绩。",
+                "display_tags": [
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "100000",
+                "上下文长度": "128K",
+                "最大输入长度": "96K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:07:36.453355Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-14b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-14b",
+            "prices": {
+                "输入": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "3",
+                    "unit": "元/每百万tokens",
+                    "price": 3.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "deepseek-r1-distill-qwen-14b",
+                "description": "DeepSeek-R1-Distill-Qwen-14B是一个基于Qwen2.5-14B的蒸馏大型语言模型,使用了 DeepSeek R1 的输出。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "32K",
+                "最大输入长度": "32K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:07:25.559366Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-32b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-32b",
+            "prices": {
+                "输入": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "6",
+                    "unit": "元/每百万tokens",
+                    "price": 6.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "deepseek-r1-distill-qwen-32b",
+                "description": "DeepSeek-R1-Distill-Qwen-32B是一个基于Qwen2.5-32B的蒸馏大型语言模型,使用了 DeepSeek R1 的输出。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "32K",
+                "最大输入长度": "32K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:07:14.332258Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-7b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-7b",
+            "prices": {
+                "输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "deepseek-r1-distill-qwen-7b",
+                "description": "DeepSeek-R1-Distill-Qwen-7B是一个基于Qwen2.5-Math-7B的蒸馏大型语言模型,使用了 DeepSeek R1 的输出。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "32K",
+                "最大输入长度": "32K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:07:03.703765Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1",
+            "prices": {
+                "输入": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "16",
+                    "unit": "元/每百万tokens",
+                    "price": 16.0,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "8",
+                    "unit": "元/每百万tokens",
+                    "price": 8.0,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.8",
+                    "unit": "元/每百万tokens",
+                    "price": 0.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-r1",
+                "description": "DeepSeek-R1 在后训练阶段大规模使用了强化学习技术,在仅有极少标注数据的情况下,极大提升了模型推理能力。在数学、代码、自然语言推理等任务上,性能较高,能力较强。",
+                "display_tags": [
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "128K",
+                "最大输入长度": "96K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-27T08:26:32.365650Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.1",
+            "prices": {
+                "输入": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "12",
+                    "unit": "元/每百万tokens",
+                    "price": 12.0,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.8",
+                    "unit": "元/每百万tokens",
+                    "price": 0.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-v3.1",
+                "description": "DeepSeek-V3.1为混合推理架构模型,同时支持思考模式与非思考模式,具备更高的推理效率和更强的Agent能力。",
+                "display_tags": [
+                    "文本生成",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "128K",
+                "最大输入长度": "96K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:06:41.653289Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2-exp?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2-exp",
+            "prices": {
+                "输入": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "3",
+                    "unit": "元/每百万tokens",
+                    "price": 3.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-v3.2-exp",
+                "description": "引入了DeepSeek Sparse Attention(一种稀疏注意力机制)的实验性质版本,针对长文本的训练和推理效率进行了探索性的优化和验证。",
+                "display_tags": [
+                    "文本生成",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "128K",
+                "最大输入长度": "96K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:06:19.646384Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2",
+            "prices": {
+                "输入": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "3",
+                    "unit": "元/每百万tokens",
+                    "price": 3.0,
+                    "currency": "CNY"
+                },
+                "显式缓存创建": {
+                    "raw": "2.5",
+                    "unit": "元/每百万tokens",
+                    "price": 2.5,
+                    "currency": "CNY"
+                },
+                "显式缓存命中": {
+                    "raw": "0.2",
+                    "note": "原价显示",
+                    "unit": "元/每百万tokens",
+                    "price": 0.2,
+                    "currency": "CNY",
+                    "price_original": 2.0
+                },
+                "输入(Batch File)": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "1.5",
+                    "note": "原价显示",
+                    "unit": "元/每百万tokens",
+                    "price": 1.5,
+                    "currency": "CNY",
+                    "price_original": 3.0
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.4",
+                    "unit": "元/每百万tokens",
+                    "price": 0.4,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-v3.2",
+                "description": "DeepSeek-V3.2是引入DeepSeek Sparse Attention(一种稀疏注意力机制)的正式版模型,也是DeepSeek推出的首个将思考融入工具使用的模型,同时支持思考模式与非思考模式的工具调用。",
+                "display_tags": [
+                    "深度思考",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "128K",
+                "最大输入长度": "96K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:06:30.459998Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3",
+            "prices": {
+                "输入": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "8",
+                    "unit": "元/每百万tokens",
+                    "price": 8.0,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.4",
+                    "unit": "元/每百万tokens",
+                    "price": 0.4,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "deepseek-v3",
+                "description": "DeepSeek-V3 为自研 MoE 模型,671B 参数,激活 37B,在 14.8T token 上进行了预训练,在长文本、代码、数学、百科、中文 能力上表现优秀。",
+                "display_tags": [
+                    "文本生成",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "64K",
+                "最大输入长度": "56K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T02:33:06.020900Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-mtl?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-mtl",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00022",
+                    "unit": "元/每秒",
+                    "price": 0.00022,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "fun-asr-mtl",
+                "description": "百聆多语言语音识别大模型,支持超过31种语言,支持语种自由切换,出海用户首推,尤其东南亚出海。fun-asr为该模型的升级版本,建议切换使用fun-asr。",
+                "display_tags": [
+                    "语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:00:16.614806Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-realtime",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00033",
+                    "unit": "元/每秒",
+                    "price": 0.00033,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "fun-asr-realtime",
+                "description": "通义实验室新一代端到端语音识别大模型的实时版,基于领先的自研语音技术,具备卓越的上下文感知和高精度语音转写能力。基于端到端架构,Fun-ASR 集成了创新的 RAG 技术,支持大规模热词自定义、敏感/语气词自动过滤、ITN 规范化、标点预测等多维功能,显著提升了整体识别准确率和语境贴合度。同时,Fun-ASR 支持中英文自由切换,多地区方言覆盖,具备更强的噪声鲁棒性,适应多样复杂环境。",
+                "display_tags": [
+                    "实时语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:00:05.757858Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00022",
+                    "unit": "元/每秒",
+                    "price": 0.00022,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "fun-asr",
+                "description": "通义百聆新一代语音识别大模型,主打中文、英文、日文语音识别,多地区方言覆盖,具备更强的噪声鲁棒性,适应多样复杂环境,国内用户首推。",
+                "display_tags": [
+                    "语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:00:27.417010Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5.1?serviceSite=asia-pacific-china",
+            "model_name": "glm-5.1",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "7.5",
+                        "unit": "元/每百万tokens",
+                        "price": 7.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=200k": {
+                    "输入": {
+                        "raw": "8",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "28",
+                        "unit": "元/每百万tokens",
+                        "price": 28.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1.6",
+                        "unit": "元/每百万tokens",
+                        "price": 1.6,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "glm-5.1",
+                "description": "GLM-5.1是智谱AI推出的面向长程任务(Long Horizon Task)设计的模型,总参数744B,支持200K超长上下文,最大输出 128K tokens。拥有强大逻辑推理、长文本理解与代码生成能力、兼顾性能与推理效率;在多任务基准中表现优异,适用于智能交互、企业应用、开发辅助等场景。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "500",
+                "TPM": "1000000",
+                "上下文长度": "202K",
+                "最大输入长度": "202K",
+                "最大输出长度": "128K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:56:07.037265Z",
+            "discount": 0.9,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "国产顶级模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5?serviceSite=asia-pacific-china",
+            "model_name": "glm-5",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "18",
+                        "unit": "元/每百万tokens",
+                        "price": 18.0,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=200k": {
+                    "输入": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "22",
+                        "unit": "元/每百万tokens",
+                        "price": 22.0,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "glm-5",
+                "description": "GLM-5是面向Coding与Agent场景的新一代大模型,在复杂系统工程与长程任务中达到开源 SOTA,真实编程体验逼近 Claude Opus 级别;基于 744B 新基座、异步强化学习与稀疏注意力,实现从“写代码”到“写工程”的全面升级。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "500",
+                "TPM": "1000000",
+                "上下文长度": "198K",
+                "最大输入长度": "166K",
+                "最大输出长度": "16K",
+                "最大思维链长度": "32K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01z34PDh1p053HKpLoW_!!6000000005297-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:56:20.860271Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "国产顶级模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/gte-rerank-v2?serviceSite=asia-pacific-china",
+            "model_name": "gte-rerank-v2",
+            "prices": {
+                "文本输入": {
+                    "raw": "0.8",
+                    "unit": "元/每百万tokens",
+                    "price": 0.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "gte-rerank-v2",
+                "description": "gte-rerank-v2是通义实验室研发的多语言文本统一排序模型,面向全球多个主流语种,提供高水平的文本排序服务。通常用于语义检索、RAG等场景,可以简单、有效地提升文本检索的效果。给定查询 (Query) 和一系列候选文本 (documents),模型会根据与查询的语义相关性从高到低对候选文本进行排序。",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "5040",
+                "TPM": "4980000000",
+                "上下文长度": "30K",
+                "最大输入长度": "30K",
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:02.177554Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/kimi-k2.5?serviceSite=asia-pacific-china",
+            "model_name": "kimi-k2.5",
+            "prices": {
+                "输入": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "21",
+                    "unit": "元/每百万tokens",
+                    "price": 21.0,
+                    "currency": "CNY"
+                },
+                "显式缓存创建": {
+                    "raw": "5",
+                    "unit": "元/每百万tokens",
+                    "price": 5.0,
+                    "currency": "CNY"
+                },
+                "显式缓存命中": {
+                    "raw": "0.4",
+                    "unit": "元/每百万tokens",
+                    "price": 0.4,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.8",
+                    "unit": "元/每百万tokens",
+                    "price": 0.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "kimi-k2.5",
+                "description": "kimi-k2.5是月之暗面迄今发布最全能的模型,原生多模态架构设计,同时支持视觉与文本输入、思考与非思考模式、对话与Agent任务。",
+                "display_tags": [
+                    "深度思考",
+                    "视觉理解",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "500",
+                "TPM": "1000000",
+                "上下文长度": "256K",
+                "最大输入长度": "224K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i4/O1CN01KzHLBW1LISVEUaotl_!!6000000001276-2-tps-56-56.png",
+            "scraped_at": "2026-04-28T03:55:53.189842Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "国产顶级模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/MiniMax-M2.5?serviceSite=asia-pacific-china",
+            "model_name": "MiniMax-M2.5",
+            "prices": {
+                "输入": {
+                    "raw": "2.1",
+                    "unit": "元/每百万tokens",
+                    "price": 2.1,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "8.4",
+                    "unit": "元/每百万tokens",
+                    "price": 8.4,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.42",
+                    "unit": "元/每百万tokens",
+                    "price": 0.42,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "MiniMax-M2.5",
+                "description": "MiniMax-M2.5是MiniMax推出的旗舰级开源大模型,经过数十万个真实复杂环境中的大规模强化学习训练,M2.5 在编程、工具调用和搜索、办公等生产力场景都达到或者刷新了行业的 SOTA。",
+                "display_tags": [
+                    "深度思考",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "500",
+                "TPM": "1000000",
+                "上下文长度": "200K",
+                "最大输入长度": "192K",
+                "最大输出长度": "128K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i1/O1CN01EFGi131NqT95FPDqc_!!6000000001621-2-tps-56-56.png",
+            "scraped_at": "2026-04-28T03:56:31.695103Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "国产顶级模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v1",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00024",
+                    "unit": "元/每秒",
+                    "price": 0.00024,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "paraformer-realtime-v1",
+                "description": "Paraformer中文实时语音识别模型,支持16kHz及以上采样率的视频直播、会议等实时场景下的语音识别。",
+                "display_tags": [
+                    "实时语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:54.757365Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v2",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00024",
+                    "unit": "元/每秒",
+                    "price": 0.00024,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "paraformer-realtime-v2",
+                "description": "推荐使用 Paraformer最新实时语音识别模型,支持多个语种自由切换的视频直播、会议等实时场景的语音识别。可以通过language_hints参数选择语种获得更准确的识别效果。支持任意采样率。 支持的语言包括:中文(含粤语等各种方言)、英文、日语、韩语。 可支持热词。",
+                "display_tags": [
+                    "实时语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:43.797113Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v1",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00008",
+                    "unit": "元/每秒",
+                    "price": 0.00008,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "paraformer-v1",
+                "description": "Paraformer中英文语音识别模型,支持16kHz及以上采样率的音频或视频语音识别。",
+                "display_tags": [
+                    "语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:33.235706Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v2",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00008",
+                    "unit": "元/每秒",
+                    "price": 0.00008,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "paraformer-v2",
+                "description": "推荐使用 Paraformer最新语音识别模型,支持多个语种的语音识别。可以通过language_hints参数选择语种获得更准确的识别效果,支持任意采样率。 支持的语言包括:中文(含粤语等各种方言)、英文、日语、韩语。可支持热词。",
+                "display_tags": [
+                    "语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:22.622816Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding?serviceSite=asia-pacific-china",
+            "model_name": "qwen2.5-vl-embedding",
+            "prices": {
+                "图片输入": {
+                    "raw": "1.8",
+                    "unit": "元/每百万tokens",
+                    "price": 1.8,
+                    "currency": "CNY"
+                },
+                "文本输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen2.5-vl-embedding",
+                "description": "基于Qwen2.5-VL底座训练的统一多模态向量模型,支持文本、图片、视频单模态/混合模态输入,输出统一表征向量,适用于跨模态检索、图搜、视频检索、图像聚类、复杂多模态信息检索、打标等场景",
+                "display_tags": [
+                    "多模态向量"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "600000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:56:52.929771Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.12",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.12,
+                        "currency": "CNY",
+                        "price_original": 1.2
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "6",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY",
+                        "price_original": 12.0
+                    }
+                },
+                "input<=128k": {
+                    "输入": {
+                        "raw": "0.2",
+                        "unit": "元/每百万tokens",
+                        "price": 0.2,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.25",
+                        "unit": "元/每百万tokens",
+                        "price": 0.25,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.02",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.02,
+                        "currency": "CNY",
+                        "price_original": 0.2
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.1",
+                        "unit": "元/每百万tokens",
+                        "price": 0.1,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "1",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY",
+                        "price_original": 2.0
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "8",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.08",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.08,
+                        "currency": "CNY",
+                        "price_original": 0.8
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.4",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "4",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY",
+                        "price_original": 8.0
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3.5-flash",
+                "description": "Qwen3.5原生视觉语言系列Flash模型,展现出与当前顶尖前沿模型相媲美的卓越性能,模型效果在纯文本与多模态方面相较3系列均实现飞跃式进步。",
+                "display_tags": [
+                    "Qwen3.5",
+                    "深度思考",
+                    "视觉理解",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "10000000",
+                "上下文长度": "1M",
+                "最大输入长度": "991K",
+                "最大输出长度": "64K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [
+                {
+                    "unit": "元/千次调用",
+                    "label": "web_search",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "web_extractor",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "code_interpreter",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "t2i_search",
+                    "price": 24.0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "i2i_search",
+                    "price": 48.0,
+                    "currency": "CNY"
+                }
+            ],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:54:39.777869Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "5",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.4",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY",
+                        "price_original": 4.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "12",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY",
+                        "price_original": 24.0
+                    }
+                },
+                "input<=128k": {
+                    "输入": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "4.8",
+                        "unit": "元/每百万tokens",
+                        "price": 4.8,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.08",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.08,
+                        "currency": "CNY",
+                        "price_original": 0.8
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.4",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "2.4",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 2.4,
+                        "currency": "CNY",
+                        "price_original": 4.8
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "2.5",
+                        "unit": "元/每百万tokens",
+                        "price": 2.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.2",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.2,
+                        "currency": "CNY",
+                        "price_original": 2.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "6",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY",
+                        "price_original": 12.0
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3.5-plus",
+                "description": "Qwen3.5原生视觉语言系列Plus模型,展现出与当前顶尖前沿模型相媲美的卓越性能,模型效果在纯文本与多模态方面相较3系列均实现飞跃式进步。",
+                "display_tags": [
+                    "Qwen3.5",
+                    "文本生成",
+                    "深度思考",
+                    "视觉理解"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "5000000",
+                "上下文长度": "1M",
+                "最大输入长度": "991K",
+                "最大输出长度": "64K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [
+                {
+                    "unit": "元/千次调用",
+                    "label": "web_search",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "web_extractor",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "code_interpreter",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "t2i_search",
+                    "price": 24.0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "i2i_search",
+                    "price": 48.0,
+                    "currency": "CNY"
+                }
+            ],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:54:24.675782Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.6-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.6-plus",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "8",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "48",
+                        "unit": "元/每百万tokens",
+                        "price": 48.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.8",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY",
+                        "price_original": 8.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "24",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY",
+                        "price_original": 48.0
+                    }
+                },
+                "input<=256k": {
+                    "输入": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "2.5",
+                        "unit": "元/每百万tokens",
+                        "price": 2.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.2",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.2,
+                        "currency": "CNY",
+                        "price_original": 2.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "6",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY",
+                        "price_original": 12.0
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3.6-plus",
+                "description": "Qwen3.6原生视觉语言系列Plus模型,展现出与当前顶尖前沿模型相媲美的卓越性能,模型效果相较3.5系列显著提升。模型在Agentic coding、前端编程、Vibe coding等代码能力、多模态万物识别、OCR、物体定位等能力上显著增强。",
+                "display_tags": [
+                    "Qwen3.6",
+                    "深度思考",
+                    "视觉理解",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Image",
+                    "Text",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "5000000",
+                "上下文长度": "1M",
+                "最大输入长度": "991K",
+                "最大输出长度": "64K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [
+                {
+                    "unit": "元/千次调用",
+                    "label": "web_search",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "code_interpreter",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "web_extractor",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "i2i_search",
+                    "price": 48.0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "t2i_search",
+                    "price": 24.0,
+                    "currency": "CNY"
+                }
+            ],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:54:09.489050Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash-realtime",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00033",
+                    "unit": "元/每秒",
+                    "price": 0.00033,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-asr-flash-realtime",
+                "description": "Qwen3-ASR-Flash的实时版,一款基于大语言模型的高精度、高智能、高鲁棒性的多语种语音识别模型。依托强大的基座模型、海量的文本与多模态数据、千万小时音频数据,Qwen3-ASR-Flash实现了高精度的语音识别功能,能够自动判断语种并准确识别多个语种的语音,在复杂的音频环境下能够保证精确转录。",
+                "display_tags": [
+                    "Qwen3",
+                    "实时语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:00.565635Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash",
+            "prices": {
+                "语音识别": {
+                    "raw": "0.00022",
+                    "unit": "元/每秒",
+                    "price": 0.00022,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-asr-flash",
+                "description": "Qwen3-ASR-Flash是一款基于大语言模型的高精度、高智能、高鲁棒性的多语种语音识别模型。依托强大的基座模型、海量的文本与多模态数据、千万小时音频数据,Qwen3-ASR-Flash实现了高精度的语音识别功能,能够自动判断语种并准确识别多个语种的语音,在复杂的音频环境下能够保证精确转录。",
+                "display_tags": [
+                    "Qwen3",
+                    "语音识别"
+                ],
+                "input_modalities": [
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "100",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:59:11.471016Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "5",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "25",
+                        "unit": "元/每百万tokens",
+                        "price": 25.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "6.25",
+                        "unit": "元/每百万tokens",
+                        "price": 6.25,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.5",
+                        "unit": "元/每百万tokens",
+                        "price": 0.5,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    }
+                },
+                "input<=32k": {
+                    "输入": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.25",
+                        "unit": "元/每百万tokens",
+                        "price": 1.25,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.1",
+                        "unit": "元/每百万tokens",
+                        "price": 0.1,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.2",
+                        "unit": "元/每百万tokens",
+                        "price": 0.2,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.875",
+                        "unit": "元/每百万tokens",
+                        "price": 1.875,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.15",
+                        "unit": "元/每百万tokens",
+                        "price": 0.15,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.3",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "2.5",
+                        "unit": "元/每百万tokens",
+                        "price": 2.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "3.125",
+                        "unit": "元/每百万tokens",
+                        "price": 3.125,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.25",
+                        "unit": "元/每百万tokens",
+                        "price": 0.25,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.5",
+                        "unit": "元/每百万tokens",
+                        "price": 0.5,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "qwen3-coder-flash",
+                "description": "基于Qwen3的代码生成模型,继承Qwen3-Coder-Plus的coding agent能力,支持多轮工具交互,重点优化仓库级别理解能力并增加工具调用稳定性。",
+                "display_tags": [
+                    "Qwen3",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "5000",
+                "TPM": "5000000",
+                "上下文长度": "1M",
+                "最大输入长度": "997K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:03:17.469279Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "2.5",
+                        "unit": "元/每百万tokens",
+                        "price": 2.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-coder-next",
+                "description": "Qwen3系列新一代代码生成模型,效果接近Qwen3-Coder-Plus兼具更优性能。模型重点优化仓库级别理解、支持多轮工具交互、提升对于agentic coding类工具的适配能力。",
+                "display_tags": [
+                    "Qwen3",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "TPM": "1000000",
+                "上下文长度": "256K",
+                "最大输入长度": "200K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:55:09.869004Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "20",
+                        "unit": "元/每百万tokens",
+                        "price": 20.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "200",
+                        "unit": "元/每百万tokens",
+                        "price": 200.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "25",
+                        "unit": "元/每百万tokens",
+                        "price": 25.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    }
+                },
+                "input<=32k": {
+                    "输入": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "16",
+                        "unit": "元/每百万tokens",
+                        "price": 16.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "5",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.4",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "7.5",
+                        "unit": "元/每百万tokens",
+                        "price": 7.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "40",
+                        "unit": "元/每百万tokens",
+                        "price": 40.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "12.5",
+                        "unit": "元/每百万tokens",
+                        "price": 12.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": true
+                },
+                "model_code": "qwen3-coder-plus",
+                "description": "基于Qwen3的代码生成模型,具有强大的Coding Agent能力,擅长工具调用和环境交互,能够实现自主编程、代码能力卓越的同时兼具通用能力。",
+                "display_tags": [
+                    "Qwen3",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "5000",
+                "TPM": "5000000",
+                "上下文长度": "1M",
+                "最大输入长度": "997K",
+                "最大输出长度": "64K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:03:01.209180Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "2.5",
+                        "unit": "元/每百万tokens",
+                        "price": 2.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "3.125",
+                        "unit": "元/每百万tokens",
+                        "price": 3.125,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.25",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.25,
+                        "currency": "CNY",
+                        "price_original": 2.5
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1.25",
+                        "unit": "元/每百万tokens",
+                        "price": 1.25,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "5",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY",
+                        "price_original": 10.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.5",
+                        "unit": "元/每百万tokens",
+                        "price": 0.5,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "16",
+                        "unit": "元/每百万tokens",
+                        "price": 16.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "5",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.4",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY",
+                        "price_original": 4.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "8",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY",
+                        "price_original": 16.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "7",
+                        "unit": "元/每百万tokens",
+                        "price": 7.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "28",
+                        "unit": "元/每百万tokens",
+                        "price": 28.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "8.75",
+                        "unit": "元/每百万tokens",
+                        "price": 8.75,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.7",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.7,
+                        "currency": "CNY",
+                        "price_original": 7.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "3.5",
+                        "unit": "元/每百万tokens",
+                        "price": 3.5,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "14",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 14.0,
+                        "currency": "CNY",
+                        "price_original": 28.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "1.4",
+                        "unit": "元/每百万tokens",
+                        "price": 1.4,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3-max",
+                "description": "千问3系列Max模型,相较preview版本在智能体编程与工具调用方向进行了专项升级。本次发布的正式版模型达到领域SOTA水平,适配场景更加复杂的智能体需求。",
+                "display_tags": [
+                    "Qwen3",
+                    "文本生成",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "5000000",
+                "上下文长度": "256K",
+                "最大输入长度": "252K",
+                "最大输出长度": "64K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [
+                {
+                    "unit": "元/千次调用",
+                    "label": "search_strategy:agent",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时优惠",
+                    "unit": "元/千次调用",
+                    "label": "search_strategy:agent_max",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "unit": "元/千次调用",
+                    "label": "web_search",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "code_interpreter",
+                    "price": 0,
+                    "currency": "CNY"
+                },
+                {
+                    "note": "限时免费",
+                    "unit": "元/千次调用",
+                    "label": "web_extractor",
+                    "price": 0,
+                    "currency": "CNY"
+                }
+            ],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:54:54.797834Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-omni-flash-realtime",
+            "prices": {
+                "输入:文本": {
+                    "raw": "2.2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.2,
+                    "currency": "CNY"
+                },
+                "输入:音频": {
+                    "raw": "18.9",
+                    "unit": "元/每百万tokens",
+                    "price": 18.9,
+                    "currency": "CNY"
+                },
+                "输入:图片/视频": {
+                    "raw": "3.9",
+                    "unit": "元/每百万tokens",
+                    "price": 3.9,
+                    "currency": "CNY"
+                },
+                "输出:文本(输入仅包含文本时)": {
+                    "raw": "8.3",
+                    "unit": "元/每百万tokens",
+                    "price": 8.3,
+                    "currency": "CNY"
+                },
+                "输出:文本+音频(输出的文本不计费)": {
+                    "raw": "75.1",
+                    "unit": "元/每百万tokens",
+                    "price": 75.1,
+                    "currency": "CNY"
+                },
+                "输出:文本(输入包含图片/音频/视频时)": {
+                    "raw": "15.2",
+                    "unit": "元/每百万tokens",
+                    "price": 15.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-omni-flash-realtime",
+                "description": "Qwen3-Omni-Flash-Realtime多模态大模型的实时版,基于Thinker–Talker混合专家(MoE)架构,支持文本、图像、音频、视频的高效理解与语音生成能力,可进行119种语言文本交互和20种语言语音交互,生成类人语音实现跨语言精准沟通。模型具备强大指令跟随与系统提示定制功能,灵活适配对话风格与角色设定,广泛应用于文本创作、语音助手、多媒体分析等场景,提供自然流畅的多模态交互体验。",
+                "display_tags": [
+                    "Qwen3",
+                    "Realtime-Omni"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video",
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Text",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "100000",
+                "上下文长度": "64K",
+                "最大输入长度": "48K",
+                "最大输出长度": "16K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:02:34.058005Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-omni-flash",
+            "prices": {
+                "输入:文本": {
+                    "raw": "1.8",
+                    "unit": "元/每百万tokens",
+                    "price": 1.8,
+                    "currency": "CNY"
+                },
+                "输入:音频": {
+                    "raw": "15.8",
+                    "unit": "元/每百万tokens",
+                    "price": 15.8,
+                    "currency": "CNY"
+                },
+                "输入:图片/视频": {
+                    "raw": "3.3",
+                    "unit": "元/每百万tokens",
+                    "price": 3.3,
+                    "currency": "CNY"
+                },
+                "输出:文本(输入仅包含文本时)": {
+                    "raw": "6.9",
+                    "unit": "元/每百万tokens",
+                    "price": 6.9,
+                    "currency": "CNY"
+                },
+                "输出:文本+音频(输出的文本不计费)": {
+                    "raw": "62.6",
+                    "unit": "元/每百万tokens",
+                    "price": 62.6,
+                    "currency": "CNY"
+                },
+                "输出:文本(输入包含图片/音频/视频时)": {
+                    "raw": "12.7",
+                    "unit": "元/每百万tokens",
+                    "price": 12.7,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-omni-flash",
+                "description": "Qwen3-Omni-Flash多模态大模型,基于Thinker–Talker混合专家(MoE)架构,支持文本、图像、音频、视频的高效理解与语音生成能力,可进行119种语言文本交互和20种语言语音交互,生成类人语音实现跨语言精准沟通。模型具备强大指令跟随与系统提示定制功能,灵活适配对话风格与角色设定,广泛应用于文本创作、语音助手、多媒体分析等场景,提供自然流畅的多模态交互体验。",
+                "display_tags": [
+                    "Qwen3",
+                    "Multimodal-Omni"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Audio",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "100000",
+                "上下文长度": "64K",
+                "最大输入长度": "48K",
+                "最大输出长度": "16K",
+                "最大思维链长度": "32K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:02:44.850936Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-rerank?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-rerank",
+            "prices": {
+                "文本输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-rerank",
+                "description": "基于Qwen LLM底座训练的文本排序模型,对输入的Query和候选Docs进行相关性排序,支持100+语种和长文本输入,适用于文本检索、RAG等场景,效果对齐开源Qwen3-Rerank系列模型",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "5400",
+                "TPM": "5000000000",
+                "上下文长度": "30K",
+                "最大输入长度": "30K",
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:56:42.246847Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-tts-flash-realtime?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-tts-flash-realtime",
+            "prices": {
+                "语音合成": {
+                    "raw": "1",
+                    "unit": "元/每万字符",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-tts-flash-realtime",
+                "description": "Qwen3-TTS-Flash-Realtime模型是通义实验室最新的实时语音合成大模型,不仅拥有17种高表现力的拟人音色,且能低延迟高稳定地实时合成音频;同时支持多种语言,方言,支持同一音色多语言输出。该模型经过海量数据训练,合成音频可以根据文本自适应调节语气,对复杂文本合成也有较好的处理能力。",
+                "display_tags": [
+                    "Qwen3",
+                    "语音合成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "180",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:58:05.855627Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-tts-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-tts-flash",
+            "prices": {
+                "语音合成": {
+                    "raw": "0.8",
+                    "unit": "元/每万字符",
+                    "price": 0.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-tts-flash",
+                "description": "Qwen3-TTS-Flash模型是通义实验室最新推出的离线语音合成大模型,不仅拥有17种高表现力的拟人音色,且能低延迟高稳定地合成音频;同时支持多种语言,方言,支持同一音色多语言输出。该模型经过海量数据训练,合成音频可以根据文本自适应调节语气,对复杂文本合成也有较好的处理能力。",
+                "display_tags": [
+                    "Qwen3",
+                    "语音合成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "180",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:58:16.943512Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-embedding?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-embedding",
+            "prices": {
+                "图片输入": {
+                    "raw": "1.8",
+                    "unit": "元/每百万tokens",
+                    "price": 1.8,
+                    "currency": "CNY"
+                },
+                "文本输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-vl-embedding",
+                "description": "基于Qwen3-VL底座训练的统一多模态向量模型,支持文本、图片、视频单模态/混合模态输入,输出统一表征向量,适用于跨模态检索、图搜、视频检索、图像聚类、复杂多模态信息检索、打标等场景",
+                "display_tags": [
+                    "多模态向量"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "2400",
+                "TPM": "1200000",
+                "上下文长度": null,
+                "最大输入长度": "32K",
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:13.248187Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "0.15",
+                        "unit": "元/每百万tokens",
+                        "price": 0.15,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.1875",
+                        "unit": "元/每百万tokens",
+                        "price": 0.1875,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.015",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.015,
+                        "currency": "CNY",
+                        "price_original": 0.15
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.075",
+                        "unit": "元/每百万tokens",
+                        "price": 0.075,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "0.75",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.75,
+                        "currency": "CNY",
+                        "price_original": 1.5
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.03",
+                        "unit": "元/每百万tokens",
+                        "price": 0.03,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "0.3",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "3",
+                        "unit": "元/每百万tokens",
+                        "price": 3.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.375",
+                        "unit": "元/每百万tokens",
+                        "price": 0.375,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.03",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.03,
+                        "currency": "CNY",
+                        "price_original": 0.3
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.15",
+                        "unit": "元/每百万tokens",
+                        "price": 0.15,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "1.5",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY",
+                        "price_original": 3.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.06",
+                        "unit": "元/每百万tokens",
+                        "price": 0.06,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.75",
+                        "unit": "元/每百万tokens",
+                        "price": 0.75,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.06",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.06,
+                        "currency": "CNY",
+                        "price_original": 0.6
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.3",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "3",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 3.0,
+                        "currency": "CNY",
+                        "price_original": 6.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.12",
+                        "unit": "元/每百万tokens",
+                        "price": 0.12,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3-vl-flash",
+                "description": "Qwen3系列小尺寸视觉理解模型,实现思考模式和非思考模式的有效融合,效果优于开源版Qwen3-VL-30B-A3B,响应速度快。全面升级图像/视频理解,支持长视频长文档等超长上下文、空间感知与万物识别;具备视觉2D/3D定位能力,胜任复杂现实任务。",
+                "display_tags": [
+                    "Qwen3",
+                    "视觉理解",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "3000",
+                "TPM": "5000000",
+                "上下文长度": "256K",
+                "最大输入长度": "254K",
+                "最大输出长度": "32K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:02:23.136713Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "prices": {
+                "input<=32k": {
+                    "输入": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.25",
+                        "unit": "元/每百万tokens",
+                        "price": 1.25,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.1",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.1,
+                        "currency": "CNY",
+                        "price_original": 1.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.5",
+                        "unit": "元/每百万tokens",
+                        "price": 0.5,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "5",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 5.0,
+                        "currency": "CNY",
+                        "price_original": 10.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.2",
+                        "unit": "元/每百万tokens",
+                        "price": 0.2,
+                        "currency": "CNY"
+                    }
+                },
+                "32k<input<=128k": {
+                    "输入": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "15",
+                        "unit": "元/每百万tokens",
+                        "price": 15.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.875",
+                        "unit": "元/每百万tokens",
+                        "price": 1.875,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.15",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.15,
+                        "currency": "CNY",
+                        "price_original": 1.5
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.75",
+                        "unit": "元/每百万tokens",
+                        "price": 0.75,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "7.5",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 7.5,
+                        "currency": "CNY",
+                        "price_original": 15.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.3",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "3",
+                        "unit": "元/每百万tokens",
+                        "price": 3.0,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "30",
+                        "unit": "元/每百万tokens",
+                        "price": 30.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "3.75",
+                        "unit": "元/每百万tokens",
+                        "price": 3.75,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.3",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY",
+                        "price_original": 3.0
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "15",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 15.0,
+                        "currency": "CNY",
+                        "price_original": 30.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen3-vl-plus",
+                "description": "Qwen3系列视觉理解模型,实现思考模式和非思考模式的有效融合,视觉智能体能力在OS World等公开测试集上达到世界顶尖水平。此版本在视觉coding、空间感知、多模态思考等方向全面升级;视觉感知与识别能力大幅提升,支持超长视频理解。",
+                "display_tags": [
+                    "Qwen3",
+                    "视觉理解",
+                    "深度思考"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "3000",
+                "TPM": "5000000",
+                "上下文长度": "256K",
+                "最大输入长度": "254K",
+                "最大输出长度": "32K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:02:07.637815Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-rerank",
+            "prices": {
+                "图片输入": {
+                    "raw": "1.8",
+                    "unit": "元/每百万tokens",
+                    "price": 1.8,
+                    "currency": "CNY"
+                },
+                "文本输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen3-vl-rerank",
+                "description": "Qwen3-VL-Rerank重排模型,它能够深入理解文本、图片、视频的丰富多模态信息。在初步检索获得结果后,Qwen3-VL-Rerank 能够运用其先进的跨模态关联能力,对候选项目进行智能化的二次排序,将最相关的结果置于显要位置。通用用于提升跨模态搜索的准确率、优化图搜和视频检索的精准度、辅助图像聚类的分组质量、以及实现复杂多模态信息的高效检索和精确打标。",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "TPM": "9000000",
+                "上下文长度": null,
+                "最大输入长度": "120K",
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:02.137522Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-plus",
+            "prices": {
+                "输入": {
+                    "raw": "3.5",
+                    "unit": "元/每百万tokens",
+                    "price": 3.5,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "7",
+                    "unit": "元/每百万tokens",
+                    "price": 7.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-coder-plus",
+                "description": "千问系列代码及编程模型是专门用于编程和代码生成的语言模型,性能出色,效果突出。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "1000000",
+                "上下文长度": "128K",
+                "最大输入长度": "126K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:55:42.537795Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-turbo",
+            "prices": {
+                "输入": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "6",
+                    "unit": "元/每百万tokens",
+                    "price": 6.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-coder-turbo",
+                "description": "Qwen-Coder-Turbo模型是专门用于编程和代码生成的语言模型,推理速度快,成本低。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "1000000",
+                "上下文长度": "128K",
+                "最大输入长度": "126K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:55:31.370265Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-deep-research?serviceSite=asia-pacific-china",
+            "model_name": "qwen-deep-research",
+            "prices": {
+                "输入": {
+                    "raw": "54",
+                    "unit": "元/每百万tokens",
+                    "price": 54.0,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "163",
+                    "unit": "元/每百万tokens",
+                    "price": 163.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-deep-research",
+                "description": "千问深入研究是一款面向复杂研究任务的高级智能体系统,具备多轮推理与全局规划能力,能够运用互联网搜索等多种工具,对任务进行精细化拆解,开展推理与分析,最终为用户生成可溯源、逻辑严谨的研究型报告。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "TPM": "1200000",
+                "上下文长度": "1M",
+                "最大输入长度": "997K",
+                "最大输出长度": "32K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:06:08.993164Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-doc-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-doc-turbo",
+            "prices": {
+                "输入": {
+                    "raw": "0.6",
+                    "unit": "元/每百万tokens",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                },
+                "显式缓存创建": {
+                    "raw": "0.75",
+                    "unit": "元/每百万tokens",
+                    "price": 0.75,
+                    "currency": "CNY"
+                },
+                "显式缓存命中": {
+                    "raw": "0.06",
+                    "unit": "元/每百万tokens",
+                    "price": 0.06,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.12",
+                    "unit": "元/每百万tokens",
+                    "price": 0.12,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-doc-turbo",
+                "description": "快速对文档进行精准信息抽取,打标分类,内容审核及摘要总结。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "TPM": "3000000",
+                "上下文长度": "256K",
+                "最大输入长度": "248K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:05:58.145518Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.12",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.12,
+                        "currency": "CNY",
+                        "price_original": 1.2
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "6",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY",
+                        "price_original": 12.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.24",
+                        "unit": "元/每百万tokens",
+                        "price": 0.24,
+                        "currency": "CNY"
+                    }
+                },
+                "input<=128k": {
+                    "输入": {
+                        "raw": "0.15",
+                        "unit": "元/每百万tokens",
+                        "price": 0.15,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "1.5",
+                        "unit": "元/每百万tokens",
+                        "price": 1.5,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.188",
+                        "unit": "元/每百万tokens",
+                        "price": 0.188,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.015",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.015,
+                        "currency": "CNY",
+                        "price_original": 0.15
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.075",
+                        "unit": "元/每百万tokens",
+                        "price": 0.075,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "0.75",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.75,
+                        "currency": "CNY",
+                        "price_original": 1.5
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.03",
+                        "unit": "元/每百万tokens",
+                        "price": 0.03,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "0.6",
+                        "unit": "元/每百万tokens",
+                        "price": 0.6,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "0.75",
+                        "unit": "元/每百万tokens",
+                        "price": 0.75,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.06",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.06,
+                        "currency": "CNY",
+                        "price_original": 0.6
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.3",
+                        "unit": "元/每百万tokens",
+                        "price": 0.3,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "3",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 3.0,
+                        "currency": "CNY",
+                        "price_original": 6.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.12",
+                        "unit": "元/每百万tokens",
+                        "price": 0.12,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen-flash",
+                "description": "Qwen3系列Flash模型,实现思考模式和非思考模式的有效融合,可在对话中切换模式。复杂推理类任务性能优秀,指令遵循、文本理解等能力显著提高。支持1M上下文长度,按照上下文长度进行阶梯计费。",
+                "display_tags": [
+                    "Qwen3",
+                    "深度思考",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "10000000",
+                "上下文长度": "1M",
+                "最大输入长度": "997K",
+                "最大输出长度": "32K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:05:47.166253Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0-pro?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0-pro",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.5",
+                    "unit": "元/每张",
+                    "price": 0.5,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-2.0-pro",
+                "description": "Qwen-Image-2.0系列满血版模型,实现了图片生成和图片编辑的融合;具备更专业的文字渲染1k token指令支持能力、更细腻的真实质感,细腻刻画写实场景、更强的语义遵循能力。满血版具备2.0系列最强的文字渲染能力和真实质感。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "2",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:46.197014Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-2.0",
+                "description": "Qwen-Image-2.0系列加速版模型,实现了图片生成和图片编辑的融合;具备更专业的文字渲染1k token指令支持能力、更细腻的真实质感,细腻刻画写实场景、更强的语义遵循能力。加速版有效实现了模型效果和性能的最佳平衡。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:57.188690Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit-plus",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-edit-plus",
+                "description": "千问系列图像编辑Plus模型,在首版Edit模型基础上进一步优化了推理性能与系统稳定性,大幅缩短图像生成与编辑的响应时间;支持单次请求返回多张图片,显著提升用户体验。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:31.025477Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.3",
+                    "unit": "元/每张",
+                    "price": 0.3,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-edit",
+                "description": "千问系列图像编辑Plus模型,在首版Edit模型基础上进一步优化了推理性能与系统稳定性,大幅缩短图像生成与编辑的响应时间;支持单次请求返回多张图片,显著提升用户体验。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:41.879604Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-max",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.5",
+                    "unit": "元/每张",
+                    "price": 0.5,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-max",
+                "description": "千问图像生成模型Max系列,在各类生成任务中表现出色,相较Plus系列大幅度降低生成图片的AI感,提升图像真实性;具备更真实的人物质感、更细腻的自然纹理、更美观的文字渲染。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "2",
+                "TPM": "1000000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:35.091038Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-plus",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image-plus",
+                "description": "千问系列图像生成模型,参数规模200亿。具备卓越的文本渲染能力,在复杂文本渲染、各类生成与编辑任务重表现出色,在多个公开基准测试中获得SOTA,模型性能大幅提升。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "TPM": "100000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:21.761970Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.25",
+                    "unit": "元/每张",
+                    "price": 0.25,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-image",
+                "description": "千问系列首个图像生成模型,参数规模200亿。具备卓越的文本渲染能力,在复杂文本渲染、各类生成与编辑任务重表现出色,在多个公开基准测试中获得SOTA。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "120",
+                "TPM": "1000000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:52.657387Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long-latest",
+            "prices": {
+                "输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-long-latest",
+                "description": "千问系列上下文窗口最长,能力均衡且成本较低的模型,适合长文本分析、信息抽取、总结摘要和分类打标等任务。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "60000",
+                "上下文长度": "10M",
+                "最大输入长度": "10M",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:05:20.566228Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long",
+            "prices": {
+                "输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "1",
+                    "unit": "元/每百万tokens",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-long",
+                "description": "Qwen-Long是在通义实验室针对超长上下文处理场景的大语言模型,支持中文、英文等不同语言输入,支持最长1000万tokens(约1500万字或1.5万页文档)的超长上下文对话。配合同步上线的文档服务,可支持文本文件( TXT、DOCX、PDF、XLSX、EPUB、MOBI、MD、CSV)和图片文件(BMP、PNG、JPG/JPEG、GIF 以及PDF扫描件)的解析和对话。说明:通过HTTP直接提交请求,支持1M tokens长度,超过此长度建议通过文件方式提交。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "3000000",
+                "上下文长度": "10M",
+                "最大输入长度": "10M",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:05:31.718429Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max-latest",
+            "prices": {
+                "输入": {
+                    "raw": "2.4",
+                    "unit": "元/每百万tokens",
+                    "price": 2.4,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "9.6",
+                    "unit": "元/每百万tokens",
+                    "price": 9.6,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "1.2",
+                    "unit": "元/每百万tokens",
+                    "price": 1.2,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "4.8",
+                    "unit": "元/每百万tokens",
+                    "price": 4.8,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen-max-latest",
+                "description": "千问系列效果最好的模型,本模型是动态更新版本,模型更新不会提前通知,适合复杂、多步骤的任务,模型中英文综合能力显著提升,模型人类偏好显著提升,模型推理能力和复杂指令理解能力显著增强,困难任务上的表现更优,数学、代码能力显著提升,提升对Table、JSON等结构化数据的理解和生成能力。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "1000000",
+                "上下文长度": "128K",
+                "最大输入长度": "126K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:59.369412Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max",
+            "prices": {
+                "输入": {
+                    "raw": "2.4",
+                    "unit": "元/每百万tokens",
+                    "price": 2.4,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "9.6",
+                    "unit": "元/每百万tokens",
+                    "price": 9.6,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "1.2",
+                    "unit": "元/每百万tokens",
+                    "price": 1.2,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "4.8",
+                    "unit": "元/每百万tokens",
+                    "price": 4.8,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.48",
+                    "unit": "元/每百万tokens",
+                    "price": 0.48,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen-max",
+                "description": "千问2.5系列千亿级别超大规模语言模型,支持中文、英文等不同语言输入。随着模型的升级,qwen-max将滚动更新升级。如果希望使用固定版本,请使用历史快照版本。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "1000000",
+                "上下文长度": "32K",
+                "最大输入长度": "30K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:05:09.937818Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-flash",
+            "prices": {
+                "输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "1.95",
+                    "unit": "元/每百万tokens",
+                    "price": 1.95,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-mt-flash",
+                "description": "基于Qwen3全面升级的轻量级文本翻译大模型,支持92个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "35000",
+                "上下文长度": "16K",
+                "最大输入长度": "8K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:48.545740Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-image",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.003",
+                    "unit": "元/每张",
+                    "price": 0.003,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-mt-image",
+                "description": "专注做图片翻译的模型服务,能将中、英、日等11个语言的图片翻译到指定的语言,精准还原图片排版和内容信息,支持术语定义、敏感词过滤、商品主体检测等自定义功能,提供灵活、准确、高效的图像本地化服务。",
+                "display_tags": [
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:10.983749Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-lite?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-lite",
+            "prices": {
+                "输入": {
+                    "raw": "0.6",
+                    "unit": "元/每百万tokens",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "1.6",
+                    "unit": "元/每百万tokens",
+                    "price": 1.6,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-mt-lite",
+                "description": "基于Qwen3全面升级的基础级文本翻译大模型,支持32个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "100000",
+                "上下文长度": "16K",
+                "最大输入长度": "8K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:37.732858Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-plus",
+            "prices": {
+                "输入": {
+                    "raw": "1.8",
+                    "unit": "元/每百万tokens",
+                    "price": 1.8,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "5.4",
+                    "unit": "元/每百万tokens",
+                    "price": 5.4,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-mt-plus",
+                "description": "基于Qwen3全面升级的旗舰级翻译大模型,支持92个语种互译,模型性能和翻译效果全面升级,并提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "25000",
+                "上下文长度": "16K",
+                "最大输入长度": "8K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:26.930595Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-turbo",
+            "prices": {
+                "输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "1.95",
+                    "unit": "元/每百万tokens",
+                    "price": 1.95,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-mt-turbo",
+                "description": "基于Qwen3全面升级的轻量级文本翻译大模型,支持92个语种互译,模型性能和翻译效果全面升级,提供更稳定的术语定制、格式还原度、领域提示能力,让译文更精准、自然。",
+                "display_tags": [
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "TPM": "35000",
+                "上下文长度": "16K",
+                "最大输入长度": "8K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:16.147915Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "4.8",
+                        "unit": "元/每百万tokens",
+                        "price": 4.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "48",
+                        "unit": "元/每百万tokens",
+                        "price": 48.0,
+                        "currency": "CNY"
+                    },
+                    "输出(思考)": {
+                        "raw": "64",
+                        "unit": "元/每百万tokens",
+                        "price": 64.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "2.4",
+                        "unit": "元/每百万tokens",
+                        "price": 2.4,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "32",
+                        "unit": "元/每百万tokens",
+                        "price": 32.0,
+                        "currency": "CNY"
+                    }
+                },
+                "input<=128k": {
+                    "输入": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "输出(思考)": {
+                        "raw": "8",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.4",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "4",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY"
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "2.4",
+                        "unit": "元/每百万tokens",
+                        "price": 2.4,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "20",
+                        "unit": "元/每百万tokens",
+                        "price": 20.0,
+                        "currency": "CNY"
+                    },
+                    "输出(思考)": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "10",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen-plus-latest",
+                "description": "千问系列能力均衡的模型,推理效果和速度介于千问-Max和千问-Turbo之间,适合中等复杂任务。本模型是动态更新版本,模型更新不会提前通知。",
+                "display_tags": [
+                    "Qwen3",
+                    "深度思考",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "15000",
+                "TPM": "1200000",
+                "上下文长度": "1M",
+                "最大输入长度": "995K",
+                "最大输出长度": "32K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:03:50.474812Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "prices": {
+                "256k<input": {
+                    "输入": {
+                        "raw": "4.8",
+                        "unit": "元/每百万tokens",
+                        "price": 4.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "48",
+                        "unit": "元/每百万tokens",
+                        "price": 48.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "6",
+                        "unit": "元/每百万tokens",
+                        "price": 6.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.48",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.48,
+                        "currency": "CNY",
+                        "price_original": 4.8
+                    },
+                    "输出(思考)": {
+                        "raw": "64",
+                        "unit": "元/每百万tokens",
+                        "price": 64.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "2.4",
+                        "unit": "元/每百万tokens",
+                        "price": 2.4,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "24",
+                        "note": "原价显示; 原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY",
+                        "price_original": 64.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.96",
+                        "unit": "元/每百万tokens",
+                        "price": 0.96,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "32",
+                        "unit": "元/每百万tokens",
+                        "price": 32.0,
+                        "currency": "CNY"
+                    }
+                },
+                "input<=128k": {
+                    "输入": {
+                        "raw": "0.8",
+                        "unit": "元/每百万tokens",
+                        "price": 0.8,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "2",
+                        "unit": "元/每百万tokens",
+                        "price": 2.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "1",
+                        "unit": "元/每百万tokens",
+                        "price": 1.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.08",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.08,
+                        "currency": "CNY",
+                        "price_original": 0.8
+                    },
+                    "输出(思考)": {
+                        "raw": "8",
+                        "unit": "元/每百万tokens",
+                        "price": 8.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "0.4",
+                        "unit": "元/每百万tokens",
+                        "price": 0.4,
+                        "currency": "CNY"
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.16",
+                        "unit": "元/每百万tokens",
+                        "price": 0.16,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "4",
+                        "note": "原价显示; 原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 4.0,
+                        "currency": "CNY",
+                        "price_original": 8.0
+                    }
+                },
+                "128k<input<=256k": {
+                    "输入": {
+                        "raw": "2.4",
+                        "unit": "元/每百万tokens",
+                        "price": 2.4,
+                        "currency": "CNY"
+                    },
+                    "输出": {
+                        "raw": "20",
+                        "unit": "元/每百万tokens",
+                        "price": 20.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存创建": {
+                        "raw": "3",
+                        "unit": "元/每百万tokens",
+                        "price": 3.0,
+                        "currency": "CNY"
+                    },
+                    "显式缓存命中": {
+                        "raw": "0.24",
+                        "note": "原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 0.24,
+                        "currency": "CNY",
+                        "price_original": 2.4
+                    },
+                    "输出(思考)": {
+                        "raw": "24",
+                        "unit": "元/每百万tokens",
+                        "price": 24.0,
+                        "currency": "CNY"
+                    },
+                    "输入(Batch File)": {
+                        "raw": "1.2",
+                        "unit": "元/每百万tokens",
+                        "price": 1.2,
+                        "currency": "CNY"
+                    },
+                    "输出(Batch File)": {
+                        "raw": "10",
+                        "note": "原价显示; 原价显示",
+                        "unit": "元/每百万tokens",
+                        "price": 10.0,
+                        "currency": "CNY",
+                        "price_original": 24.0
+                    },
+                    "输入(缓存命中)": {
+                        "raw": "0.48",
+                        "unit": "元/每百万tokens",
+                        "price": 0.48,
+                        "currency": "CNY"
+                    },
+                    "思考模式输出(Batch File)": {
+                        "raw": "12",
+                        "unit": "元/每百万tokens",
+                        "price": 12.0,
+                        "currency": "CNY"
+                    }
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": true,
+                    "结构化输出": true,
+                    "function calling": true
+                },
+                "model_code": "qwen-plus",
+                "description": "千问超大规模语言模型的增强版,支持中文英文等不同语言输入。主干模型、latest和快照04-28已升级Qwen3系列,实现思考模式和非思考模式的有效融合,可在对话中切换模式。",
+                "display_tags": [
+                    "Qwen3",
+                    "深度思考",
+                    "文本生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "30000",
+                "TPM": "5000000",
+                "上下文长度": "1M",
+                "最大输入长度": "997K",
+                "最大输出长度": "32K",
+                "最大思维链长度": "80K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:04:05.500797Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-max",
+            "prices": {
+                "调优": {
+                    "raw": "150",
+                    "unit": "元/每百万tokens",
+                    "price": 150.0,
+                    "currency": "CNY"
+                },
+                "输入": {
+                    "raw": "1.6",
+                    "unit": "元/每百万tokens",
+                    "price": 1.6,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "4",
+                    "unit": "元/每百万tokens",
+                    "price": 4.0,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "0.8",
+                    "unit": "元/每百万tokens",
+                    "price": 0.8,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "2",
+                    "unit": "元/每百万tokens",
+                    "price": 2.0,
+                    "currency": "CNY"
+                },
+                "输入(缓存命中)": {
+                    "raw": "0.32",
+                    "unit": "元/每百万tokens",
+                    "price": 0.32,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": true,
+                    "前缀续写": true,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": true,
+                    "function calling": false
+                },
+                "model_code": "qwen-vl-max",
+                "description": "Qwen-VL-Max,即千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。在更多复杂任务上提供最佳的性能。",
+                "display_tags": [
+                    "视觉理解"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "1000000",
+                "上下文长度": "128K",
+                "最大输入长度": "126K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:55:20.668948Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr-latest",
+            "prices": {
+                "输入": {
+                    "raw": "0.3",
+                    "unit": "元/每百万tokens",
+                    "price": 0.3,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "0.15",
+                    "unit": "元/每百万tokens",
+                    "price": 0.15,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": true,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-vl-ocr-latest",
+                "description": "千问VL-OCR(qwen-vl-ocr),即基于Qwen-VL训练的OCR识别大模型。通过统一模型的方式聚合多种图文识别、解析、处理类任务,提供强大的图文识别能力。",
+                "display_tags": [
+                    "视觉理解"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "1200",
+                "TPM": "6000000",
+                "上下文长度": "38K",
+                "最大输入长度": "30K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:03:26.472167Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr",
+            "prices": {
+                "输入": {
+                    "raw": "0.3",
+                    "unit": "元/每百万tokens",
+                    "price": 0.3,
+                    "currency": "CNY"
+                },
+                "输出": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "输入(Batch File)": {
+                    "raw": "0.15",
+                    "unit": "元/每百万tokens",
+                    "price": 0.15,
+                    "currency": "CNY"
+                },
+                "输出(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "qwen-vl-ocr",
+                "description": "Qwen-VL-OCR,即基于Qwen-VL训练的OCR识别大模型。通过统一模型的方式聚合多种图文识别、解析、处理类任务,提供强大的图文识别能力。",
+                "display_tags": [
+                    "视觉理解"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "TPM": "6000000",
+                "上下文长度": "38K",
+                "最大输入长度": "30K",
+                "最大输出长度": "8K"
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:03:37.130595Z",
+            "discount": 0.6,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/text-embedding-v2?serviceSite=asia-pacific-china",
+            "model_name": "text-embedding-v2",
+            "prices": {
+                "文本输入": {
+                    "raw": "0.7",
+                    "unit": "元/每百万tokens",
+                    "price": 0.7,
+                    "currency": "CNY"
+                },
+                "向量输入(Batch File)": {
+                    "raw": "0.35",
+                    "unit": "元/每百万tokens",
+                    "price": 0.35,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "text-embedding-v2",
+                "description": "通用文本向量,是通义实验室基于LLM底座的多语言文本统一向量模型,面向全球多个主流语种,提供高水准的向量服务,帮助开发者将文本数据快速转换为高质量的向量数据。",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "1800",
+                "TPM": "1200000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:52:52.999797Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/text-embedding-v3?serviceSite=asia-pacific-china",
+            "model_name": "text-embedding-v3",
+            "prices": {
+                "文本输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "向量输入(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "text-embedding-v3",
+                "description": "通用文本向量,是通义实验室基于LLM底座的多语言文本统一向量模型,面向全球多个主流语种,提供高水准的向量服务,帮助开发者将文本数据快速转换为高质量的向量数据。",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "1800",
+                "TPM": "1200000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:52:42.268325Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/text-embedding-v4?serviceSite=asia-pacific-china",
+            "model_name": "text-embedding-v4",
+            "prices": {
+                "文本输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "向量输入(Batch File)": {
+                    "raw": "0.25",
+                    "unit": "元/每百万tokens",
+                    "price": 0.25,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "text-embedding-v4",
+                "description": "是通义实验室基于Qwen3训练的多语言文本统一向量模型,相较V3版本在文本检索、聚类、分类性能大幅提升;在MTEB多语言、中英、Code检索等评测任务上效果提升15%~40%;支持64~2048维用户自定义向量维度。",
+                "display_tags": [
+                    "向量模型"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "1800",
+                "TPM": "1200000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:52:31.419717Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/tongyi-embedding-vision-plus?serviceSite=asia-pacific-china",
+            "model_name": "tongyi-embedding-vision-plus",
+            "prices": {
+                "图片输入": {
+                    "raw": "0.5",
+                    "unit": "元/每百万tokens",
+                    "price": 0.5,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "tongyi-embedding-vision-plus",
+                "description": "Embedding-Vision是基于LLM底座的视觉多模态表征模型,具有以视觉为中心、领域性能优异(电商、 安防、相册/图库、自驾等)、高性价比的特点。兼容文本、图像、视频3种模态,可应用于以图搜图、以文搜图、以文搜视频,以视频搜视频等下游任务场景。",
+                "display_tags": [
+                    "多模态向量"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Video"
+                ],
+                "output_modalities": []
+            },
+            "rate_limits": {
+                "RPM": "600",
+                "TPM": "200000",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:52:20.261649Z",
+            "discount": 0.8,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.2-s2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.2-s2v",
+            "prices": {
+                "视频生成(480P)": {
+                    "raw": "0.5",
+                    "unit": "元/每秒",
+                    "price": 0.5,
+                    "currency": "CNY"
+                },
+                "视频生成(720P)": {
+                    "raw": "0.9",
+                    "unit": "元/每秒",
+                    "price": 0.9,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.2-s2v",
+                "description": "wan2.2-s2v 是一款视频生成模型,可基于人物图片和人声音频文件,生成高质量的人物说话/唱歌/表演动态视频。",
+                "display_tags": [
+                    "wan2.2",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Video"
+                ]
+            },
+            "rate_limits": {},
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:52:09.276890Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2i-preview",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.5-i2i-preview",
+                "description": "万相2.5-图像编辑-Preview,全新升级模型架构。支持指令控制实现丰富的图像编辑能力,指令遵循能力进一步提升,支持高一致性保持的多图参考生成,文字生成表现优异。",
+                "display_tags": [
+                    "wan2.5",
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:01:00.080150Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "prices": {
+                "视频生成(480P)": {
+                    "raw": "0.3",
+                    "unit": "元/每秒",
+                    "price": 0.3,
+                    "currency": "CNY"
+                },
+                "视频生成(720P)": {
+                    "raw": "0.6",
+                    "unit": "元/每秒",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "视频生成(1080P)": {
+                    "raw": "1",
+                    "unit": "元/每秒",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.5-i2v-preview",
+                "description": "万相2.5-图生视频-Preview,全新升级技术架构,支持与画面同步的声音生成,支持10秒长视频生成,更强的指令遵循能力,运动能力、画面质感进一步提升。",
+                "display_tags": [
+                    "wan2.5",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image",
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Video",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:55.208130Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2i-preview",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.5-t2i-preview",
+                "description": "万相2.5-文生图-Preview,全新升级模型架构。画面美学、设计感、真实质感显著提升,精准指令遵循,擅长中英文和小语种文字生成,支持复杂结构化长文本和图表、架构图等内容生成。",
+                "display_tags": [
+                    "wan2.5",
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:00:49.310549Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "prices": {
+                "视频生成(480P)": {
+                    "raw": "0.3",
+                    "unit": "元/每秒",
+                    "price": 0.3,
+                    "currency": "CNY"
+                },
+                "视频生成(720P)": {
+                    "raw": "0.6",
+                    "unit": "元/每秒",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "视频生成(1080P)": {
+                    "raw": "1",
+                    "unit": "元/每秒",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.5-t2v-preview",
+                "description": "万相2.5-文生视频-Preview,全新升级模型架构,支持与画面同步的声音生成,支持10秒长视频生成,更强的指令遵循能力,运动能力、画面质感进一步提升。",
+                "display_tags": [
+                    "wan2.5",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Video",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:44.411515Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-i2v",
+            "prices": {
+                "视频生成(720P)": {
+                    "raw": "0.6",
+                    "unit": "元/每秒",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "视频生成(1080P)": {
+                    "raw": "1",
+                    "unit": "元/每秒",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.6-i2v",
+                "description": "万相2.6-图生视频,智能分镜调度支持多镜头叙事,更高品质的声音生成,多人稳定对话,更自然真实音色,最高支持15秒时长生成",
+                "display_tags": [
+                    "wan2.6",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Image",
+                    "Text",
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Video",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:35.247342Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-image",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.6-image",
+                "description": "万相2.6-图像生成,全能图像生成模型,支持图文一体化推理生成,具备多图创意融合、商用级一致性、美学要素迁移与镜头光影精确控制,全面提升图像生成的一致性、可控性和表现力。",
+                "display_tags": [
+                    "wan2.6",
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Image"
+                ],
+                "output_modalities": [
+                    "Image",
+                    "Text"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T04:00:38.524282Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-r2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-r2v",
+            "prices": {
+                "视频生成(720P)": {
+                    "raw": "0.6",
+                    "unit": "元/每秒",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "视频生成(1080P)": {
+                    "raw": "1",
+                    "unit": "元/每秒",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": false,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.6-r2v",
+                "description": "万相2.6-参考生视频,支持指定人物或任意物品进行参考,精准保持形象和声音的一致性,支持多角色参考合拍。提醒:当使用视频进行参考时,输入视频也会计入费用,详见模型计费文档。",
+                "display_tags": [
+                    "wan2.6",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Image",
+                    "Video",
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Video",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:24.105753Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2i",
+            "prices": {
+                "图片生成": {
+                    "raw": "0.2",
+                    "unit": "元/每张",
+                    "price": 0.2,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.6-t2i",
+                "description": "万相2.6-文生图,画面质感、美学表现、指令遵循升级,在艺术风格精准控制、真实感人像、长文本生图及广泛历史文化IP覆盖上均表现出卓越能力,可生成高质量且富有表现力的视觉内容。",
+                "display_tags": [
+                    "wan2.6",
+                    "图像生成"
+                ],
+                "input_modalities": [
+                    "Text"
+                ],
+                "output_modalities": [
+                    "Image"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "60",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:53:24.137487Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2v",
+            "prices": {
+                "视频生成(720P)": {
+                    "raw": "0.6",
+                    "unit": "元/每秒",
+                    "price": 0.6,
+                    "currency": "CNY"
+                },
+                "视频生成(1080P)": {
+                    "raw": "1",
+                    "unit": "元/每秒",
+                    "price": 1.0,
+                    "currency": "CNY"
+                }
+            },
+            "model_info": {
+                "features": {
+                    "cache存储": false,
+                    "前缀续写": false,
+                    "批量推理": false,
+                    "模型体验": true,
+                    "模型调优": false,
+                    "联网搜索": false,
+                    "结构化输出": false,
+                    "function calling": false
+                },
+                "model_code": "wan2.6-t2v",
+                "description": "万相2.6-文生视频,智能分镜调度支持多镜头叙事,能够生成主体、场景和氛围一致的多镜头叙事视频,最高支持15秒时长,更高品质的声音生成,更好的指令遵循和视觉质量",
+                "display_tags": [
+                    "wan2.6",
+                    "视频生成"
+                ],
+                "input_modalities": [
+                    "Text",
+                    "Audio"
+                ],
+                "output_modalities": [
+                    "Video",
+                    "Audio"
+                ]
+            },
+            "rate_limits": {
+                "RPM": "300",
+                "上下文长度": null,
+                "最大输入长度": null,
+                "最大输出长度": null
+            },
+            "tool_prices": [],
+            "icon": "https://img.alicdn.com/imgextra/i3/O1CN01Kmx9dR1wcHOaMMXAk_!!6000000006328-55-tps-28-28.svg",
+            "scraped_at": "2026-04-28T03:57:13.086761Z",
+            "discount": 0.7,
+            "api_key": "LuWDTrBgiu2uIse5_7r0r3nGgyKcr9lZs7gOuP0ePbPukww",
+            "group_name": "阿里系列模型"
+        }
+    ],
+    "parsed_prices": [
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-0528?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-0528",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 4.0,
+            "output_price": 16.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-14b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-14b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.0,
+            "output_price": 3.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-32b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-32b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.0,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-7b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-7b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.5,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 4.0,
+            "output_price": 16.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 4.0,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2-exp?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2-exp",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.0,
+            "output_price": 3.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.0,
+            "output_price": 3.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.0,
+            "output_price": 8.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-mtl?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-mtl",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00022,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-realtime",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00033,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00022,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5.1?serviceSite=asia-pacific-china",
+            "model_name": "glm-5.1",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 6.0,
+            "output_price": 24.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5.1?serviceSite=asia-pacific-china",
+            "model_name": "glm-5.1",
+            "tier_min": 32000.0,
+            "tier_max": 200000.0,
+            "tier_unit": "tokens",
+            "input_price": 8.0,
+            "output_price": 28.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=200k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5?serviceSite=asia-pacific-china",
+            "model_name": "glm-5",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 4.0,
+            "output_price": 18.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5?serviceSite=asia-pacific-china",
+            "model_name": "glm-5",
+            "tier_min": 32000.0,
+            "tier_max": 200000.0,
+            "tier_unit": "tokens",
+            "input_price": 6.0,
+            "output_price": 22.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=200k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/kimi-k2.5?serviceSite=asia-pacific-china",
+            "model_name": "kimi-k2.5",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 4.0,
+            "output_price": 21.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/MiniMax-M2.5?serviceSite=asia-pacific-china",
+            "model_name": "MiniMax-M2.5",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.1,
+            "output_price": 8.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00024,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00024,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00008,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00008,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 1.2,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.2,
+            "output_price": 2.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.8,
+            "output_price": 8.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 4.0,
+            "output_price": 24.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.8,
+            "output_price": 4.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.0,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.6-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.6-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 8.0,
+            "output_price": 48.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.6-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.6-plus",
+            "tier_min": 0.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.0,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash-realtime",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00033,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.00022,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 5.0,
+            "output_price": 25.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.0,
+            "output_price": 4.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.5,
+            "output_price": 10.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.0,
+            "output_price": 4.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.5,
+            "output_price": 10.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 20.0,
+            "output_price": 200.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 4.0,
+            "output_price": 16.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 6.0,
+            "output_price": 24.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 10.0,
+            "output_price": 40.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.5,
+            "output_price": 10.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 4.0,
+            "output_price": 16.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 7.0,
+            "output_price": 28.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.15,
+            "output_price": 1.5,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.3,
+            "output_price": 3.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.6,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.0,
+            "output_price": 10.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 15.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 3.0,
+            "output_price": 30.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 3.5,
+            "output_price": 7.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.0,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-deep-research?serviceSite=asia-pacific-china",
+            "model_name": "qwen-deep-research",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 54.0,
+            "output_price": 163.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-doc-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-doc-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.6,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 1.2,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.15,
+            "output_price": 1.5,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.6,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0-pro?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0-pro",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.5,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.5,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.25,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.5,
+            "output_price": 2.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.5,
+            "output_price": 2.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.4,
+            "output_price": 9.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.4,
+            "output_price": 9.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-flash",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.7,
+            "output_price": 1.95,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.003,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-lite?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-lite",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.6,
+            "output_price": 1.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.8,
+            "output_price": 5.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.7,
+            "output_price": 1.95,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 4.8,
+            "output_price": 48.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.8,
+            "output_price": 2.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.4,
+            "output_price": 20.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 4.8,
+            "output_price": 48.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.8,
+            "output_price": 2.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.4,
+            "output_price": 20.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.6,
+            "output_price": 4.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.3,
+            "output_price": 0.5,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.3,
+            "output_price": 0.5,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.2-s2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.2-s2v",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.5,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.2-s2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.2-s2v",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.9,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2i-preview",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2i-preview",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-i2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-i2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-r2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-r2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-r2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-r2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2i",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.2,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)"
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 1.0,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)"
+        }
+    ],
+    "discounted_prices": [
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-0528?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-0528",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 3.2,
+            "output_price": 12.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-14b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-14b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.6,
+            "output_price": 1.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-32b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-32b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.2,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1-distill-qwen-7b?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1-distill-qwen-7b",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.3,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-r1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-r1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 3.2,
+            "output_price": 12.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.1?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 3.2,
+            "output_price": 9.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2-exp?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2-exp",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.6,
+            "output_price": 2.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3.2?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3.2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.6,
+            "output_price": 2.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/deepseek-v3?serviceSite=asia-pacific-china",
+            "model_name": "deepseek-v3",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.6,
+            "output_price": 6.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-mtl?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-mtl",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000176,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr-realtime",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000264,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr?serviceSite=asia-pacific-china",
+            "model_name": "fun-asr",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000176,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5.1?serviceSite=asia-pacific-china",
+            "model_name": "glm-5.1",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 5.4,
+            "output_price": 21.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.9
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5.1?serviceSite=asia-pacific-china",
+            "model_name": "glm-5.1",
+            "tier_min": 32000.0,
+            "tier_max": 200000.0,
+            "tier_unit": "tokens",
+            "input_price": 7.2,
+            "output_price": 25.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=200k",
+            "discount": 0.9
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5?serviceSite=asia-pacific-china",
+            "model_name": "glm-5",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 3.2,
+            "output_price": 14.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/glm-5?serviceSite=asia-pacific-china",
+            "model_name": "glm-5",
+            "tier_min": 32000.0,
+            "tier_max": 200000.0,
+            "tier_unit": "tokens",
+            "input_price": 4.8,
+            "output_price": 17.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=200k",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/kimi-k2.5?serviceSite=asia-pacific-china",
+            "model_name": "kimi-k2.5",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 3.2,
+            "output_price": 16.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/MiniMax-M2.5?serviceSite=asia-pacific-china",
+            "model_name": "MiniMax-M2.5",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.68,
+            "output_price": 6.72,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000192,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-realtime-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-realtime-v2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000192,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v1",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000064,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2?serviceSite=asia-pacific-china",
+            "model_name": "paraformer-v2",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000064,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.8
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 0.72,
+            "output_price": 7.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.12,
+            "output_price": 1.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.48,
+            "output_price": 4.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 2.4,
+            "output_price": 14.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.48,
+            "output_price": 2.88,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.5-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.5-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.2,
+            "output_price": 7.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.6-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.6-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 4.8,
+            "output_price": 28.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3.6-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3.6-plus",
+            "tier_min": 0.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.2,
+            "output_price": 7.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash-realtime",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000198,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-asr-flash",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.000132,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "语音识别",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 3.0,
+            "output_price": 15.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.6,
+            "output_price": 2.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.9,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.6,
+            "output_price": 2.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.9,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-next?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-next",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 12.0,
+            "output_price": 120.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.4,
+            "output_price": 9.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 3.6,
+            "output_price": 14.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-coder-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 6.0,
+            "output_price": 24.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.5,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 2.4,
+            "output_price": 9.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-max",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 4.2,
+            "output_price": 16.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.09,
+            "output_price": 0.9,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.18,
+            "output_price": 1.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.36,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 0.0,
+            "tier_max": 32000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.6,
+            "output_price": 6.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=32k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 32000.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.9,
+            "output_price": 9.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "32k<input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen3-vl-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.8,
+            "output_price": 18.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 2.1,
+            "output_price": 4.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-coder-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-coder-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.2,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-deep-research?serviceSite=asia-pacific-china",
+            "model_name": "qwen-deep-research",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 32.4,
+            "output_price": 97.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-doc-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-doc-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.36,
+            "output_price": 0.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 0.72,
+            "output_price": 7.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.09,
+            "output_price": 0.9,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-flash",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.36,
+            "output_price": 3.6,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0-pro?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0-pro",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-2.0?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-2.0",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.12,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.12,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-edit",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.18,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.12,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.15,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.3,
+            "output_price": 1.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-long?serviceSite=asia-pacific-china",
+            "model_name": "qwen-long",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.3,
+            "output_price": 1.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.44,
+            "output_price": 5.76,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.44,
+            "output_price": 5.76,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-flash?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-flash",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.42,
+            "output_price": 1.17,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.0018,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-lite?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-lite",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.36,
+            "output_price": 0.96,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-plus",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 1.08,
+            "output_price": 3.24,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-turbo?serviceSite=asia-pacific-china",
+            "model_name": "qwen-mt-turbo",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.42,
+            "output_price": 1.17,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 2.88,
+            "output_price": 28.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.48,
+            "output_price": 1.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus-latest",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.44,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 256000.0,
+            "tier_max": null,
+            "tier_unit": "tokens",
+            "input_price": 2.88,
+            "output_price": 28.8,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "256k<input",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 0.0,
+            "tier_max": 128000.0,
+            "tier_unit": "tokens",
+            "input_price": 0.48,
+            "output_price": 1.2,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "input<=128k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus?serviceSite=asia-pacific-china",
+            "model_name": "qwen-plus",
+            "tier_min": 128000.0,
+            "tier_max": 256000.0,
+            "tier_unit": "tokens",
+            "input_price": 1.44,
+            "output_price": 12.0,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "128k<input<=256k",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-max",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.96,
+            "output_price": 2.4,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr-latest?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr-latest",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.18,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr?serviceSite=asia-pacific-china",
+            "model_name": "qwen-vl-ocr",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.18,
+            "output_price": 0.3,
+            "currency": "CNY",
+            "unit": "元/每百万tokens",
+            "label": "输入/输出",
+            "discount": 0.6
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.2-s2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.2-s2v",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.35,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.2-s2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.2-s2v",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.63,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2i-preview",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.14,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.21,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.42,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-i2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-i2v-preview",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.7,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2i-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2i-preview",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.14,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 0.0,
+            "tier_max": 480.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.21,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(480P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 481.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.42,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.5-t2v-preview?serviceSite=asia-pacific-china",
+            "model_name": "wan2.5-t2v-preview",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.7,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-i2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.42,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-i2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.7,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-image",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.14,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-r2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-r2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.42,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-r2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-r2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.7,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2i",
+            "tier_min": null,
+            "tier_max": null,
+            "tier_unit": null,
+            "input_price": 0.0,
+            "output_price": 0.14,
+            "currency": "CNY",
+            "unit": "元/每张",
+            "label": "图片生成",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2v",
+            "tier_min": 0.0,
+            "tier_max": 720.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.42,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(720P)",
+            "discount": 0.7
+        },
+        {
+            "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v?serviceSite=asia-pacific-china",
+            "model_name": "wan2.6-t2v",
+            "tier_min": 721.0,
+            "tier_max": 1080.0,
+            "tier_unit": "seconds",
+            "input_price": 0.0,
+            "output_price": 0.7,
+            "currency": "CNY",
+            "unit": "元/每秒",
+            "label": "视频生成(1080P)",
+            "discount": 0.7
+        }
+    ],
+    "types": [
+        {
+            "model_name": "cosyvoice-clone-v1",
+            "type": [
+                "语音合成"
+            ]
+        },
+        {
+            "model_name": "cosyvoice-v3-flash",
+            "type": [
+                "语音合成"
+            ]
+        },
+        {
+            "model_name": "cosyvoice-v3-plus",
+            "type": [
+                "语音合成"
+            ]
+        },
+        {
+            "model_name": "deepseek-r1-0528",
+            "type": []
+        },
+        {
+            "model_name": "deepseek-r1-distill-qwen-14b",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-r1-distill-qwen-32b",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-r1-distill-qwen-7b",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-r1",
+            "type": []
+        },
+        {
+            "model_name": "deepseek-v3.1",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-v3.2-exp",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-v3.2",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "deepseek-v3",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "fun-asr-mtl",
+            "type": [
+                "语音识别"
+            ]
+        },
+        {
+            "model_name": "fun-asr-realtime",
+            "type": [
+                "实时语音识别"
+            ]
+        },
+        {
+            "model_name": "fun-asr",
+            "type": [
+                "语音识别"
+            ]
+        },
+        {
+            "model_name": "glm-5.1",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "glm-5",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "gte-rerank-v2",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "kimi-k2.5",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "MiniMax-M2.5",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "paraformer-realtime-v1",
+            "type": [
+                "实时语音识别"
+            ]
+        },
+        {
+            "model_name": "paraformer-realtime-v2",
+            "type": [
+                "实时语音识别"
+            ]
+        },
+        {
+            "model_name": "paraformer-v1",
+            "type": [
+                "语音识别"
+            ]
+        },
+        {
+            "model_name": "paraformer-v2",
+            "type": [
+                "语音识别"
+            ]
+        },
+        {
+            "model_name": "qwen2.5-vl-embedding",
+            "type": [
+                "多模态向量"
+            ]
+        },
+        {
+            "model_name": "qwen3.5-flash",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3.5-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3.6-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3-asr-flash-realtime",
+            "type": [
+                "实时语音识别"
+            ]
+        },
+        {
+            "model_name": "qwen3-asr-flash",
+            "type": [
+                "语音识别"
+            ]
+        },
+        {
+            "model_name": "qwen3-coder-flash",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3-coder-next",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3-coder-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3-max",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen3-omni-flash-realtime",
+            "type": []
+        },
+        {
+            "model_name": "qwen3-omni-flash",
+            "type": []
+        },
+        {
+            "model_name": "qwen3-rerank",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "qwen3-tts-flash-realtime",
+            "type": [
+                "语音合成"
+            ]
+        },
+        {
+            "model_name": "qwen3-tts-flash",
+            "type": [
+                "语音合成"
+            ]
+        },
+        {
+            "model_name": "qwen3-vl-embedding",
+            "type": [
+                "多模态向量"
+            ]
+        },
+        {
+            "model_name": "qwen3-vl-flash",
+            "type": []
+        },
+        {
+            "model_name": "qwen3-vl-plus",
+            "type": []
+        },
+        {
+            "model_name": "qwen3-vl-rerank",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "qwen-coder-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-coder-turbo",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-deep-research",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-doc-turbo",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-flash",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-2.0-pro",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-2.0",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-edit-plus",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-edit",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-max",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image-plus",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-image",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-long-latest",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-long",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-max-latest",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-max",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-mt-flash",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-mt-image",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "qwen-mt-lite",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-mt-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-mt-turbo",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-plus-latest",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-plus",
+            "type": [
+                "文本生成"
+            ]
+        },
+        {
+            "model_name": "qwen-vl-max",
+            "type": []
+        },
+        {
+            "model_name": "qwen-vl-ocr-latest",
+            "type": []
+        },
+        {
+            "model_name": "qwen-vl-ocr",
+            "type": []
+        },
+        {
+            "model_name": "text-embedding-v2",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "text-embedding-v3",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "text-embedding-v4",
+            "type": [
+                "向量模型"
+            ]
+        },
+        {
+            "model_name": "tongyi-embedding-vision-plus",
+            "type": [
+                "多模态向量"
+            ]
+        },
+        {
+            "model_name": "wan2.2-s2v",
+            "type": [
+                "视频生成"
+            ]
+        },
+        {
+            "model_name": "wan2.5-i2i-preview",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "wan2.5-i2v-preview",
+            "type": [
+                "视频生成"
+            ]
+        },
+        {
+            "model_name": "wan2.5-t2i-preview",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "wan2.5-t2v-preview",
+            "type": [
+                "视频生成"
+            ]
+        },
+        {
+            "model_name": "wan2.6-i2v",
+            "type": [
+                "视频生成"
+            ]
+        },
+        {
+            "model_name": "wan2.6-image",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "wan2.6-r2v",
+            "type": [
+                "视频生成"
+            ]
+        },
+        {
+            "model_name": "wan2.6-t2i",
+            "type": [
+                "图像生成"
+            ]
+        },
+        {
+            "model_name": "wan2.6-t2v",
+            "type": [
+                "视频生成"
+            ]
+        }
+    ]
+}

+ 2 - 2
frontend/.env

@@ -1,5 +1,5 @@
 #测试
-VITE_API_BASE_URL=http://localhost:8000
+# VITE_API_BASE_URL=http://localhost:8000
 #生产
-# VITE_API_BASE_URL=https://crawler-api.aitoolcore.com
+VITE_API_BASE_URL=https://crawler-api.aitoolcore.com
 # VITE_API_BASE_URL=http://8.137.98.23:8000

+ 1 - 0
frontend/src/api.ts

@@ -207,6 +207,7 @@ export interface ApiKey {
   name: string;
   key_value: string;
   note: string | null;
+  model_count: number;
   created_at: string;
   updated_at: string;
 }

+ 6 - 0
frontend/src/pages/ApiKeys.css

@@ -239,6 +239,12 @@
   white-space: nowrap;
 }
 
+.ak-card-model-count {
+  font-size: 11px;
+  color: #58a6ff;
+  white-space: nowrap;
+}
+
 .ak-card-actions {
   display: flex;
   gap: 6px;

+ 3 - 11
frontend/src/pages/ApiKeys.tsx

@@ -23,8 +23,7 @@ export function ApiKeys() {
   const [editError, setEditError] = useState<string | null>(null);
   const [saving, setSaving] = useState(false);
 
-  // 显示/隐藏 key 值
-  const [visible, setVisible] = useState<Set<number>>(new Set());
+  // 显示/隐藏 key 值(已移除,后端直接返回脱敏值)
 
   const load = () => {
     setLoading(true);
@@ -36,9 +35,6 @@ export function ApiKeys() {
 
   useEffect(() => { load(); }, []);
 
-  const toggleVisible = (id: number) =>
-    setVisible(prev => { const n = new Set(prev); n.has(id) ? n.delete(id) : n.add(id); return n; });
-
   const handleAdd = async () => {
     if (!newName.trim() || !newValue.trim()) { setAddError('名称和 Key 值不能为空'); return; }
     setAdding(true); setAddError(null);
@@ -77,8 +73,6 @@ export function ApiKeys() {
     finally { setSaving(false); }
   };
 
-  const mask = (v: string) => v.length <= 8 ? '••••••••' : v.slice(0, 6) + '••••••••' + v.slice(-4);
-
   return (
     <div className="ak-page">
       <div className="ak-header">
@@ -135,14 +129,12 @@ export function ApiKeys() {
                   <div className="ak-card-name">{k.name}</div>
                   {k.note && <div className="ak-card-note">{k.note}</div>}
                   <div className="ak-card-key">
-                    <span className="ak-key-val">{visible.has(k.id) ? k.key_value : mask(k.key_value)}</span>
-                    <button className="ak-key-toggle" onClick={() => toggleVisible(k.id)}>
-                      {visible.has(k.id) ? '隐藏' : '显示'}
-                    </button>
+                    <span className="ak-key-val">{k.key_value}</span>
                   </div>
                 </div>
                 <div className="ak-card-right">
                   <div className="ak-card-time">创建于 {new Date(k.created_at).toLocaleDateString()}</div>
+                  <div className="ak-card-model-count">{k.model_count} 个模型</div>
                   <div className="ak-card-actions">
                     <button className={`ak-btn ${editState?.id === k.id ? 'ak-btn--cancel' : 'ak-btn--edit'}`} onClick={() => startEdit(k)}>
                       {editState?.id === k.id ? '收起' : '编辑'}