mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
36 lines
796 B
JSON
36 lines
796 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"free"
|
|
],
|
|
"quota_unit": "tokens"
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation"
|
|
],
|
|
"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"
|
|
},
|
|
"spark-v3": {
|
|
"prompt": "0.36",
|
|
"completion": "0.36",
|
|
"unit": "0.0001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |