mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-05 04:38:37 +08:00
29 lines
639 B
JSON
29 lines
639 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"paid",
|
|
"trial"
|
|
],
|
|
"quota_unit": "tokens",
|
|
"quota_limit": 0
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"price_config": {
|
|
"claude-instant-1": {
|
|
"prompt": "1.63",
|
|
"completion": "5.51",
|
|
"unit": "0.000001",
|
|
"currency": "USD"
|
|
},
|
|
"claude-2": {
|
|
"prompt": "11.02",
|
|
"completion": "32.68",
|
|
"unit": "0.000001",
|
|
"currency": "USD"
|
|
}
|
|
}
|
|
} |