mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"free"
|
|
],
|
|
"quota_unit": "tokens"
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"price_config": {
|
|
"spark": {
|
|
"prompt": "0.18",
|
|
"completion": "0.18",
|
|
"unit": "0.0001",
|
|
"currency": "RMB"
|
|
},
|
|
"spark-v2": {
|
|
"prompt": "0.36",
|
|
"completion": "0.36",
|
|
"unit": "0.0001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |