Files
llm-intelligence/seeds/subscription_plan_manual_seed.json
phamnazage-jpg 958245537a 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.
2026-05-15 22:32:57 +08:00

90 lines
3.0 KiB
JSON

{
"checkedAt": "2026-05-14T00:00:00+08:00",
"items": [
{
"providerName": "MiniMax",
"providerNameCn": "MiniMax",
"providerCountry": "CN",
"providerWebsite": "https://platform.minimaxi.com",
"operatorName": "MiniMax",
"operatorNameCn": "MiniMax",
"operatorCountry": "CN",
"operatorWebsite": "https://platform.minimaxi.com/docs/token-plan/intro",
"operatorType": "official",
"planFamily": "token_plan",
"planCode": "minimax-token-plan-starter",
"planName": "MiniMax Token Plan Starter",
"tier": "Starter",
"billingCycle": "monthly",
"currency": "CNY",
"listPrice": 45,
"priceUnit": "CNY/month",
"quotaValue": 4000000,
"quotaUnit": "credits/month",
"contextWindow": 0,
"planScope": "Token Plan",
"modelScope": [],
"sourceURL": "https://platform.minimaxi.com/docs/token-plan/intro",
"publishedAt": "2026-05-14 00:00:00",
"effectiveDate": "2026-05-14",
"notes": "Starter 套餐适合轻量使用。"
},
{
"providerName": "MiniMax",
"providerNameCn": "MiniMax",
"providerCountry": "CN",
"providerWebsite": "https://platform.minimaxi.com",
"operatorName": "MiniMax",
"operatorNameCn": "MiniMax",
"operatorCountry": "CN",
"operatorWebsite": "https://platform.minimaxi.com/docs/token-plan/intro",
"operatorType": "official",
"planFamily": "token_plan",
"planCode": "minimax-token-plan-plus",
"planName": "MiniMax Token Plan Plus",
"tier": "Plus",
"billingCycle": "monthly",
"currency": "CNY",
"listPrice": 169,
"priceUnit": "CNY/month",
"quotaValue": 18000000,
"quotaUnit": "credits/month",
"contextWindow": 0,
"planScope": "Token Plan",
"modelScope": [],
"sourceURL": "https://platform.minimaxi.com/docs/token-plan/intro",
"publishedAt": "2026-05-14 00:00:00",
"effectiveDate": "2026-05-14",
"notes": "Plus 套餐提供更高月度 Credits 配额。"
},
{
"providerName": "MiniMax",
"providerNameCn": "MiniMax",
"providerCountry": "CN",
"providerWebsite": "https://platform.minimaxi.com",
"operatorName": "MiniMax",
"operatorNameCn": "MiniMax",
"operatorCountry": "CN",
"operatorWebsite": "https://platform.minimaxi.com/docs/token-plan/intro",
"operatorType": "official",
"planFamily": "token_plan",
"planCode": "minimax-token-plan-max",
"planName": "MiniMax Token Plan Max",
"tier": "Max",
"billingCycle": "monthly",
"currency": "CNY",
"listPrice": 460,
"priceUnit": "CNY/month",
"quotaValue": 60000000,
"quotaUnit": "credits/month",
"contextWindow": 0,
"planScope": "Token Plan",
"modelScope": [],
"sourceURL": "https://platform.minimaxi.com/docs/token-plan/intro",
"publishedAt": "2026-05-14 00:00:00",
"effectiveDate": "2026-05-14",
"notes": "Max 套餐对应最高的基础月度配额。"
}
]
}