mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-03 03:38:08 +08:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"free"
|
|
],
|
|
"quota_unit": "tokens"
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation",
|
|
"embeddings"
|
|
],
|
|
"price_config": {
|
|
"chatglm_turbo": {
|
|
"prompt": "0.005",
|
|
"completion": "0.005",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"chatglm_pro": {
|
|
"prompt": "0.01",
|
|
"completion": "0.01",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"chatglm_std": {
|
|
"prompt": "0.005",
|
|
"completion": "0.005",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"chatglm_lite": {
|
|
"prompt": "0.002",
|
|
"completion": "0.002",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"chatglm_lite_32k": {
|
|
"prompt": "0.0004",
|
|
"completion": "0.0004",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"text_embedding": {
|
|
"completion": "0",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |