feat(imports): add real pricing and subscription collectors
Add plan catalog and subscription schema support, seed baselines, and real importers for core domestic subscriptions plus stable official pricing sources. This commit also hardens the shared fetch layers so the importers can support live collection and database writes instead of relying on manual placeholders alone.
This commit is contained in:
21
scripts/testdata/aliyun_coding_plan_sample.txt
vendored
Normal file
21
scripts/testdata/aliyun_coding_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Coding Plan概述
|
||||
更新时间:2026-05-14
|
||||
|
||||
## 套餐详情
|
||||
Lite 套餐自 2026 年 3 月 20 日 00:00:00(UTC+08:00)起停止新购。
|
||||
Lite 套餐支持所有套餐模型(含千问、GLM、Kimi、MiniMax),与 Pro 套餐一致。
|
||||
|
||||
Pro 高级套餐
|
||||
支持的模型
|
||||
推荐模型:qwen3.6-plus、kimi-k2.5、glm-5、MiniMax-M2.5
|
||||
更多模型:qwen3.5-plus、qwen3-max-2026-01-23、qwen3-coder-next、qwen3-coder-plus、glm-4.7
|
||||
|
||||
价格
|
||||
¥ 200/月
|
||||
|
||||
用量限制
|
||||
每 5 小时 6,000 次请求
|
||||
每周 45,000 次请求
|
||||
每月 90,000 次请求
|
||||
|
||||
限时优惠:活动已结束,当前价格以下单页为准。
|
||||
31
scripts/testdata/aliyun_token_plan_sample.txt
vendored
Normal file
31
scripts/testdata/aliyun_token_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Token Plan(团队版)概述
|
||||
更新时间:2026-05-14
|
||||
|
||||
## 套餐与定价
|
||||
### Token Plan 团队版
|
||||
提供标准坐席、高级坐席、尊享坐席三个档位,匹配不同使用强度。
|
||||
|
||||
坐席类型
|
||||
价格
|
||||
额度
|
||||
适用场景
|
||||
|
||||
标准坐席
|
||||
¥198/坐席/月
|
||||
25,000 Credits/坐席/月
|
||||
轻度使用 AI 辅助的团队成员
|
||||
|
||||
高级坐席
|
||||
¥698/坐席/月
|
||||
100,000 Credits/坐席/月
|
||||
日常高频使用 AI 编程或办公的团队成员
|
||||
|
||||
尊享坐席
|
||||
¥1,398/坐席/月
|
||||
250,000 Credits/坐席/月
|
||||
重度依赖 AI 的核心开发者或高强度使用者
|
||||
|
||||
### Token Plan 团队版 - 共享用量包
|
||||
Token Plan 团队版 - 共享用量包
|
||||
¥5,000/个
|
||||
625,000 Credits/个
|
||||
69
scripts/testdata/azure_openai_pricing_sample.json
vendored
Normal file
69
scripts/testdata/azure_openai_pricing_sample.json
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Items": [
|
||||
{
|
||||
"currencyCode": "USD",
|
||||
"retailPrice": 0.0022,
|
||||
"unitPrice": 0.0022,
|
||||
"location": "US East",
|
||||
"meterName": "gpt 4.1 Inp regnl Tokens",
|
||||
"productName": "Azure OpenAI",
|
||||
"skuName": "gpt 4.1 Inp regnl",
|
||||
"serviceName": "Foundry Models",
|
||||
"unitOfMeasure": "1K",
|
||||
"type": "Consumption",
|
||||
"armSkuName": "gpt 4.1 Inp regnl"
|
||||
},
|
||||
{
|
||||
"currencyCode": "USD",
|
||||
"retailPrice": 0.0088,
|
||||
"unitPrice": 0.0088,
|
||||
"location": "US East",
|
||||
"meterName": "gpt 4.1 Outp regnl Tokens",
|
||||
"productName": "Azure OpenAI",
|
||||
"skuName": "gpt 4.1 Outp regnl",
|
||||
"serviceName": "Foundry Models",
|
||||
"unitOfMeasure": "1K",
|
||||
"type": "Consumption",
|
||||
"armSkuName": "gpt 4.1 Outp regnl"
|
||||
},
|
||||
{
|
||||
"currencyCode": "USD",
|
||||
"retailPrice": 1.25,
|
||||
"unitPrice": 1.25,
|
||||
"location": "US West",
|
||||
"meterName": "GPT 5 inp Glbl 1M Tokens",
|
||||
"productName": "Azure OpenAI GPT5",
|
||||
"skuName": "GPT 5 inp Glbl",
|
||||
"serviceName": "Foundry Models",
|
||||
"unitOfMeasure": "1M",
|
||||
"type": "Consumption",
|
||||
"armSkuName": "GPT 5 inp Glbl"
|
||||
},
|
||||
{
|
||||
"currencyCode": "USD",
|
||||
"retailPrice": 10,
|
||||
"unitPrice": 10,
|
||||
"location": "US West",
|
||||
"meterName": "GPT 5 outpt Glbl 1M Tokens",
|
||||
"productName": "Azure OpenAI GPT5",
|
||||
"skuName": "GPT 5 outpt Glbl",
|
||||
"serviceName": "Foundry Models",
|
||||
"unitOfMeasure": "1M",
|
||||
"type": "Consumption",
|
||||
"armSkuName": "GPT 5 outpt Glbl"
|
||||
},
|
||||
{
|
||||
"currencyCode": "USD",
|
||||
"retailPrice": 0.625,
|
||||
"unitPrice": 0.625,
|
||||
"location": "US West",
|
||||
"meterName": "GPT 5.1 Batch inp Gl 1M Tokens",
|
||||
"productName": "Azure OpenAI GPT5",
|
||||
"skuName": "GPT 5.1 Batch inp Gl",
|
||||
"serviceName": "Foundry Models",
|
||||
"unitOfMeasure": "1M",
|
||||
"type": "Consumption",
|
||||
"armSkuName": "GPT 5.1 Batch inp Gl"
|
||||
}
|
||||
]
|
||||
}
|
||||
12
scripts/testdata/baidu_coding_plan_sample.txt
vendored
Normal file
12
scripts/testdata/baidu_coding_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Coding Plan
|
||||
更新时间:2026-05-08
|
||||
|
||||
## 套餐详情
|
||||
### 套餐价格与限额
|
||||
套餐类型 价格 用量限制
|
||||
Coding Plan Lite ¥ 40 / 月 每 5 小时:最多约 1,200 次请求
|
||||
每周:最多约 9,000 次请求
|
||||
每订阅月:最多约 18,000 次请求
|
||||
Coding Plan Pro ¥ 200 / 月 每 5 小时:最多约 6,000 次请求
|
||||
每周:最多约 45,000 次请求
|
||||
每订阅月:最多约 90,000 次请求
|
||||
10
scripts/testdata/baidu_token_benefit_pack_sample.txt
vendored
Normal file
10
scripts/testdata/baidu_token_benefit_pack_sample.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Token 福利包
|
||||
更新时间:2026-05-08
|
||||
|
||||
## 套餐价格
|
||||
积分额度 有效期 原价 首购优惠价
|
||||
50,000 1个月 ¥50 ¥45
|
||||
100,000 1个月 ¥100 ¥90
|
||||
200,000 1个月 ¥200 ¥170
|
||||
400,000 1个月 ¥400 ¥340
|
||||
800,000 1个月 ¥800 ¥680
|
||||
66
scripts/testdata/bedrock_pricing_sample.html
vendored
Normal file
66
scripts/testdata/bedrock_pricing_sample.html
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<h3 id="Model_Pricing" class="lb-txt-none lb-txt-32 lb-h3 lb-title">Model Pricing</h3>
|
||||
<h2 id="Amazon_Nova" class="lb-txt-none lb-h2 lb-title">Amazon Nova</h2>
|
||||
<p><b>Regions: US East (N. Virginia), US East (Ohio), and US West (Oregon)</b></p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>Amazon Nova models</b></td>
|
||||
<td><b>Price per 1M input tokens (text)</b></td>
|
||||
<td><b>Price per 1M input tokens (image)</b></td>
|
||||
<td><b>Price per 1M input tokens (video)</b></td>
|
||||
<td><b>Price per 1M input tokens (audio)</b></td>
|
||||
<td><b>Price per 1M output tokens (text)</b></td>
|
||||
<td><b>Price per 1M output tokens (image)</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Amazon Nova 2 Omni (Preview)</td>
|
||||
<td>$0.12</td>
|
||||
<td>$0.24</td>
|
||||
<td>$0.36</td>
|
||||
<td>$0.48</td>
|
||||
<td>$0.96</td>
|
||||
<td>$1.20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Amazon Nova 2 Lite</td>
|
||||
<td>$0.08</td>
|
||||
<td>$0.10</td>
|
||||
<td>$0.12</td>
|
||||
<td>$0.14</td>
|
||||
<td>$0.40</td>
|
||||
<td>N/A</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="Qwen" class="lb-txt-none lb-h2 lb-title">Qwen</h2>
|
||||
<p><b>Regions: Europe (Frankfurt) and Asia Pacific (Jakarta)</b></p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>Qwen models</b></td>
|
||||
<td><b>Price per 1M input tokens</b></td>
|
||||
<td><b>Price per 1M output tokens</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Qwen3 Coder Next</td>
|
||||
<td>$ 0.60</td>
|
||||
<td>$ 1.44</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><b>Region: Asia Pacific (Sydney)</b></p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>Qwen models</b></td>
|
||||
<td><b>Price per 1M input tokens</b></td>
|
||||
<td><b>Price per 1M output tokens</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Qwen3 Next 80B A3B</td>
|
||||
<td>$ 0.1545</td>
|
||||
<td>$ 1.2360</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="Pricing_examples" class="lb-txt-none lb-txt-48 lb-h2 lb-title">Pricing examples</h2>
|
||||
3
scripts/testdata/bytedance_coding_plan_notice_sample.txt
vendored
Normal file
3
scripts/testdata/bytedance_coding_plan_notice_sample.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# 方舟 Coding Plan 服务变更通知
|
||||
每日 10:30 限量开放首购活动,Lite 首月 9.9 元,Pro 首月 49.9 元。
|
||||
续费分别恢复至 40 元/月和 200 元/月。
|
||||
19
scripts/testdata/bytedance_coding_plan_sample.txt
vendored
Normal file
19
scripts/testdata/bytedance_coding_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# 方舟 Coding Plan
|
||||
最近更新时间: 2026-03-13 10:30:00
|
||||
|
||||
Lite 套餐
|
||||
日常开发、中等强度任务,适合大多数开发者
|
||||
9.9 元
|
||||
40 元/月
|
||||
- 每 5 小时约 1,200 次请求
|
||||
- 每周约 9,000 次请求
|
||||
- 每月约 18,000 次请求
|
||||
|
||||
Pro 套餐
|
||||
高频调用、复杂项目开发,适合重度用户
|
||||
49.9 元
|
||||
200 元/月
|
||||
- Lite 套餐 5 倍额度
|
||||
- 每 5 小时约 6,000 次请求
|
||||
- 每周约 45,000 次请求
|
||||
- 每月约 90,000 次请求
|
||||
32
scripts/testdata/ctyun_coding_plan_sample.txt
vendored
Normal file
32
scripts/testdata/ctyun_coding_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 编码套餐(Coding Plan)
|
||||
最近更新时间: 2026-04-09 19:13:32
|
||||
|
||||
GLM Lite
|
||||
GLM Pro
|
||||
GLM Max
|
||||
适用场景
|
||||
适合处理轻量的开发任务
|
||||
适合处理复杂项目的开发任务
|
||||
适合处理海量负载的开发任务
|
||||
|
||||
包月价格 49元/月 149元/月 469元/月
|
||||
包年价格 479/年 1439元/年 4509元/年
|
||||
|
||||
支持模型
|
||||
GLM-5.1
|
||||
GLM-5-Turbo
|
||||
GLM-4.7
|
||||
GLM-4.6
|
||||
GLM-4.5
|
||||
GLM-4.5-Air
|
||||
|
||||
用量限制
|
||||
每 5 小时最多约80 次prompts
|
||||
每周最多约400次prompts
|
||||
每月最多约1,600次prompts
|
||||
每 5 小时最多约400 次prompts
|
||||
每周最多约2,000 次prompts
|
||||
每月最多约8,000次prompts
|
||||
每 5 小时最多约1,600 次prompts
|
||||
每周最多约8,000 次prompts
|
||||
每月最多约32,000次prompts
|
||||
32
scripts/testdata/ctyun_token_plan_sample.txt
vendored
Normal file
32
scripts/testdata/ctyun_token_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 天翼云大模型AI专项
|
||||
|
||||
Token Plan Lite1500万Tokens包
|
||||
面向开发者/中小企业,适用于项目开发迭代,大幅提升编码效率与代码质量。
|
||||
支持模型:GLM5
|
||||
支持工具:OpenClaw、OpenCode、Cursor、Cline、Chatbox、Codebuddy、Trae等
|
||||
39 .90 元/个
|
||||
|
||||
Token Plan Pro7000万Tokens包
|
||||
面向开发者/中小企业,适用于项目开发迭代,大幅提升编码效率与代码质量。
|
||||
支持模型:GLM5
|
||||
159 .90 元/个
|
||||
|
||||
Token Plan Max1.5亿Tokens包
|
||||
面向开发者/中小企业,适用于项目开发迭代,大幅提升编码效率与代码质量。
|
||||
支持模型:GLM5
|
||||
299 .90 元/个
|
||||
|
||||
Token Plan 轻享包1000万Tokens包
|
||||
适用于个人/家庭 API 及业务调用,有效解决按需单价高、预算难控等问题。
|
||||
支持模型:Deepseek v3.2
|
||||
9 .90 元/个
|
||||
|
||||
Token Plan 畅享包4000万Tokens包
|
||||
适用于个人/家庭 API 及业务调用,有效解决按需单价高、预算难控等问题。
|
||||
支持模型:Deepseek v3.2
|
||||
29 .90 元/个
|
||||
|
||||
Token Plan 尊享包8000万Tokens包
|
||||
适用于个人/家庭 API 及业务调用,有效解决按需单价高、预算难控等问题。
|
||||
支持模型:Deepseek v3.2
|
||||
49 .90 元/个
|
||||
5
scripts/testdata/cucloud_catalog_sample.txt
vendored
Normal file
5
scripts/testdata/cucloud_catalog_sample.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# 联通云智算专区
|
||||
AI算力平台AICP
|
||||
实现开发、训练、推理、模型服务部署全流程闭环。
|
||||
AI应用开发平台
|
||||
提供一站式可视化开发、调试和发布智能体应用能力。
|
||||
39
scripts/testdata/huawei_package_plan_sample.txt
vendored
Normal file
39
scripts/testdata/huawei_package_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# MaaS 文本生成模型
|
||||
更新时间:2026-05-14
|
||||
按套餐包/资源包计费
|
||||
|
||||
DeepSeek-V3.1
|
||||
100万
|
||||
1个月
|
||||
5.6
|
||||
购买DeepSeek-V3.1模型的套餐包,可抵扣DeepSeek-V3.1模型的Token用量。
|
||||
1000万
|
||||
1个月
|
||||
56
|
||||
购买DeepSeek-V3.1模型的套餐包,可抵扣DeepSeek-V3.1模型的Token用量。
|
||||
1亿
|
||||
3个月
|
||||
558
|
||||
购买DeepSeek-V3.1模型的套餐包,可抵扣DeepSeek-V3.1模型的Token用量。
|
||||
10亿
|
||||
3个月
|
||||
5598
|
||||
购买DeepSeek-V3.1模型的套餐包,可抵扣DeepSeek-V3.1模型的Token用量。
|
||||
|
||||
DeepSeek-V3.2
|
||||
100万
|
||||
1个月
|
||||
2.2
|
||||
购买DeepSeek-V3.2模型的套餐包,可抵扣DeepSeek-V3.2模型的Token用量。
|
||||
1000万
|
||||
1个月
|
||||
22
|
||||
购买DeepSeek-V3.2模型的套餐包,可抵扣DeepSeek-V3.2模型的Token用量。
|
||||
1亿
|
||||
3个月
|
||||
219
|
||||
购买DeepSeek-V3.2模型的套餐包,可抵扣DeepSeek-V3.2模型的Token用量。
|
||||
10亿
|
||||
3个月
|
||||
2199
|
||||
购买DeepSeek-V3.2模型的套餐包,可抵扣DeepSeek-V3.2模型的Token用量。
|
||||
48
scripts/testdata/minimax_token_plan_sample.txt
vendored
Normal file
48
scripts/testdata/minimax_token_plan_sample.txt
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
更新时间: 2026-05-15
|
||||
Monthly Token Plans
|
||||
Standard Plans:
|
||||
Starter Plus Max
|
||||
Price
|
||||
$10 /month
|
||||
$20 /month
|
||||
$50 /month
|
||||
M2.7
|
||||
1,500 requests/5hrs
|
||||
4,500 requests/5hrs
|
||||
15,000 requests/5hrs
|
||||
Highspeed Plans:
|
||||
Plus-Highspeed Max-Highspeed Ultra-Highspeed
|
||||
Price
|
||||
$40 /month
|
||||
$80 /month
|
||||
$150 /month
|
||||
M2.7-highspeed
|
||||
4,500 requests/5hrs
|
||||
15,000 requests/5hrs
|
||||
30,000 requests/5hrs
|
||||
Speech 2.8 4000 chars/day 11000 chars/day
|
||||
image-01 50 images/day 120 images/day
|
||||
Hailuo 2.3-Fast 2 videos/day
|
||||
Hailuo 2.3 2 videos/day
|
||||
Music-2.6 100 songs/day
|
||||
Yearly Token Plans
|
||||
Standard Plans:
|
||||
Starter Plus Max
|
||||
Price
|
||||
$100 /year
|
||||
$200 /year
|
||||
$500 /year
|
||||
M2.7
|
||||
1,500 requests/5hrs
|
||||
4,500 requests/5hrs
|
||||
15,000 requests/5hrs
|
||||
Highspeed Plans:
|
||||
Plus-Highspeed Max-Highspeed Ultra-Highspeed
|
||||
Price
|
||||
$400 /year
|
||||
$800 /year
|
||||
$1,500 /year
|
||||
M2.7-highspeed
|
||||
4,500 requests/5hrs
|
||||
15,000 requests/5hrs
|
||||
30,000 requests/5hrs
|
||||
4
scripts/testdata/mobile_cloud_catalog_sample.txt
vendored
Normal file
4
scripts/testdata/mobile_cloud_catalog_sample.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# 移动云市场
|
||||
AI应用专区
|
||||
数据大模型
|
||||
覆盖智能客服、办公提效、数据分析等场景能力。
|
||||
20
scripts/testdata/platform360_pricing_sample.txt
vendored
Normal file
20
scripts/testdata/platform360_pricing_sample.txt
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
deepseek/deepseek-v4-flash
|
||||
DeepSeek
|
||||
Input Price:¥0.5 / 1M tokens
|
||||
Output Price:¥2 / 1M tokens
|
||||
Context:1,000,000
|
||||
deepseek/deepseek-v4-pro
|
||||
DeepSeek
|
||||
Input Price:¥3 / 1M tokens
|
||||
Output Price:¥6 / 1M tokens
|
||||
Context:1,000,000
|
||||
moonshotai/kimi-k2.6
|
||||
Moonshot AI
|
||||
Input Price:¥4 / 1M tokens
|
||||
Output Price:¥16 / 1M tokens
|
||||
Context:262,144
|
||||
qwen/qwen3.6-plus
|
||||
Qwen
|
||||
Input Price:¥0.8 / 1M tokens
|
||||
Output Price:¥3.2 / 1M tokens
|
||||
Context:256,000
|
||||
60
scripts/testdata/ppio_pricing_sample.txt
vendored
Normal file
60
scripts/testdata/ppio_pricing_sample.txt
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
deepseek/deepseek-v3.1
|
||||
131,072
|
||||
¥
|
||||
4
|
||||
/
|
||||
Mt
|
||||
·Cached(r)
|
||||
¥
|
||||
2
|
||||
/
|
||||
Mt
|
||||
¥
|
||||
12
|
||||
/
|
||||
Mt
|
||||
在线体验
|
||||
deepseek/deepseek-r1-0528
|
||||
131,072
|
||||
¥
|
||||
4
|
||||
/
|
||||
Mt
|
||||
¥
|
||||
16
|
||||
/
|
||||
Mt
|
||||
在线体验
|
||||
moonshotai/kimi-k2.6
|
||||
262,144
|
||||
¥
|
||||
4
|
||||
/
|
||||
Mt
|
||||
¥
|
||||
16
|
||||
/
|
||||
Mt
|
||||
在线体验
|
||||
qwen/qwen3-coder
|
||||
131,072
|
||||
¥
|
||||
2
|
||||
/
|
||||
Mt
|
||||
¥
|
||||
8
|
||||
/
|
||||
Mt
|
||||
在线体验
|
||||
zai-org/glm-4.5-air
|
||||
128,000
|
||||
¥
|
||||
0.8
|
||||
/
|
||||
Mt
|
||||
¥
|
||||
3.2
|
||||
/
|
||||
Mt
|
||||
在线体验
|
||||
25
scripts/testdata/siliconflow_pricing_sample.txt
vendored
Normal file
25
scripts/testdata/siliconflow_pricing_sample.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
Qwen/Qwen3-32B
|
||||
输入 (元 / M tokens)
|
||||
输出 (元 / M tokens)
|
||||
0.40
|
||||
1.80
|
||||
deepseek-ai/DeepSeek-V3.1-Terminus
|
||||
输入 (元 / M tokens)
|
||||
输出 (元 / M tokens)
|
||||
4.00
|
||||
12.00
|
||||
moonshotai/Kimi-K2-Instruct
|
||||
输入 (元 / M tokens)
|
||||
输出 (元 / M tokens)
|
||||
4.00
|
||||
16.00
|
||||
MiniMaxAI/MiniMax-M2.5
|
||||
输入 (元 / M tokens)
|
||||
输出 (元 / M tokens)
|
||||
1.00
|
||||
8.00
|
||||
zai-org/GLM-4.5-Air
|
||||
输入 (元 / M tokens)
|
||||
输出 (元 / M tokens)
|
||||
免费
|
||||
免费
|
||||
5
scripts/testdata/ucloud_pricing_sample.txt
vendored
Normal file
5
scripts/testdata/ucloud_pricing_sample.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
openai/gpt-4o-mini Input 0.0001 CNY/1K tokens, Output 0.0004 CNY/1K tokens
|
||||
moonshotai/kimi-k2.6 Input 4 CNY/million tokens, Output 16 CNY/million tokens
|
||||
deepseek-ai/DeepSeek-R1 Input 4 CNY/million tokens, Output 16 CNY/million tokens
|
||||
deepseek-ai/DeepSeek-V3 Input 2 CNY/million tokens, Output 8 CNY/million tokens
|
||||
qwen/Qwen3-32B Input 0.4 CNY/million tokens, Output 1.8 CNY/million tokens
|
||||
36
scripts/testdata/youdao_pricing_sample.txt
vendored
Normal file
36
scripts/testdata/youdao_pricing_sample.txt
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
DeepSeek V4 Flash
|
||||
DeepSeek
|
||||
上下文长度 1M
|
||||
输入:¥0.5
|
||||
输出:¥2
|
||||
查看详情
|
||||
DeepSeek V4 Pro
|
||||
DeepSeek
|
||||
上下文长度 128K
|
||||
输入:¥2
|
||||
输出:¥8
|
||||
查看详情
|
||||
Kimi K2.6
|
||||
Kimi
|
||||
上下文长度 262K
|
||||
输入:¥4
|
||||
输出:¥16
|
||||
查看详情
|
||||
MiniMax M2.5
|
||||
Minimax
|
||||
上下文长度 1M
|
||||
输入:¥1
|
||||
输出:¥8
|
||||
查看详情
|
||||
GLM-5
|
||||
Zhipu
|
||||
上下文长度 128K
|
||||
输入:¥1
|
||||
输出:¥3
|
||||
查看详情
|
||||
Qwen-3.6-Plus
|
||||
Qwen
|
||||
上下文长度 256K
|
||||
输入:¥0.8
|
||||
输出:¥3.2
|
||||
即将上线
|
||||
6
scripts/testdata/zhipu_coding_plan_overview_sample.txt
vendored
Normal file
6
scripts/testdata/zhipu_coding_plan_overview_sample.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# 套餐概览
|
||||
GLM Coding Plan 提供 Lite、Pro 和 Max 三个套餐等级,可以按需灵活选择。
|
||||
Lite、Pro 和 Max 套餐额度共享,支持平台中所有上线模型,包含 GLM-4.5-Air、GLM-4.5V、GLM-4.6V、GLM-4.7。
|
||||
每 5 小时最多约 80 / 400 / 1,600 次 prompts。
|
||||
每周最多约 400 / 2,000 / 8,000 次 prompts。
|
||||
Lite 套餐每月包含 100 次 MCP 调用,Pro 套餐每月包含 1,000 次 MCP 调用,Max 套餐每月包含 4,000 次 MCP 调用。
|
||||
3
scripts/testdata/zhipu_coding_plan_promotion_sample.txt
vendored
Normal file
3
scripts/testdata/zhipu_coding_plan_promotion_sample.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# 限时活动
|
||||
GLM Coding Plan 编码畅享计划,低至20元/月,适用于 Claude Code、Cline、Continue、Open Code 等平台。
|
||||
首单 9 折优惠,新老用户均可参与。
|
||||
Reference in New Issue
Block a user