feat(pricing): add qwen hunyuan and huawei maas payg importers
This commit is contained in:
74
scripts/testdata/huawei_maas_pricing_sample.json
vendored
Normal file
74
scripts/testdata/huawei_maas_pricing_sample.json
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"product": {
|
||||
"modelarts_modelarts.tokens": [
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.deepseek.v4.pro",
|
||||
"resourceSpecType": "DeepSeek",
|
||||
"Model Name": "deepseek-v4-pro",
|
||||
"planList": [{"usageFactor": "input", "amount": 0.012}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.deepseek.v4.pro",
|
||||
"resourceSpecType": "DeepSeek",
|
||||
"Model Name": "deepseek-v4-pro",
|
||||
"planList": [{"usageFactor": "output", "amount": 0.024}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.qwen3-32b",
|
||||
"resourceSpecType": "Qwen",
|
||||
"Model Name": "qwen3-32b",
|
||||
"planList": [{"usageFactor": "input", "amount": 0.002}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.qwen3-32b",
|
||||
"resourceSpecType": "Qwen",
|
||||
"Model Name": "qwen3-32b",
|
||||
"planList": [{"usageFactor": "output", "amount": 0.008}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.qwen3-32b",
|
||||
"resourceSpecType": "Qwen",
|
||||
"Model Name": "qwen3-32b",
|
||||
"planList": [{"usageFactor": "output_with_think", "amount": 0.02}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.glm.5",
|
||||
"resourceSpecType": "GLM",
|
||||
"Model Name": "glm-5",
|
||||
"planList": [{"usageFactor": "input_token_interval_1", "amount": 0.004}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.glm.5",
|
||||
"resourceSpecType": "GLM",
|
||||
"Model Name": "glm-5",
|
||||
"planList": [{"usageFactor": "input_token_interval_2", "amount": 0.006}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.glm.5",
|
||||
"resourceSpecType": "GLM",
|
||||
"Model Name": "glm-5",
|
||||
"planList": [{"usageFactor": "output_token_interval_1", "amount": 0.018}],
|
||||
"tableUnit": "detail_6_"
|
||||
},
|
||||
{
|
||||
"resourceSpecCode": "modelarts.tokens.glm.5",
|
||||
"resourceSpecType": "GLM",
|
||||
"Model Name": "glm-5",
|
||||
"planList": [{"usageFactor": "output_token_interval_2", "amount": 0.022}],
|
||||
"tableUnit": "detail_6_"
|
||||
}
|
||||
]
|
||||
},
|
||||
"period": {},
|
||||
"region": {},
|
||||
"tag": {},
|
||||
"urlPath": "maas",
|
||||
"tab": {}
|
||||
}
|
||||
Reference in New Issue
Block a user