mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
32 lines
709 B
JSON
32 lines
709 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"free"
|
|
],
|
|
"quota_unit": "tokens"
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"price_config": {
|
|
"abab5.5-chat": {
|
|
"prompt": "0.015",
|
|
"completion": "0.015",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"abab5-chat": {
|
|
"prompt": "0.015",
|
|
"completion": "0.015",
|
|
"unit": "0.001",
|
|
"currency": "RMB"
|
|
},
|
|
"embo-01": {
|
|
"completion": "0",
|
|
"unit": "0.0001",
|
|
"currency": "RMB"
|
|
}
|
|
}
|
|
} |