mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
38 lines
864 B
JSON
38 lines
864 B
JSON
{
|
|
"support_provider_types": [
|
|
"system",
|
|
"custom"
|
|
],
|
|
"system_config": {
|
|
"supported_quota_types": [
|
|
"paid",
|
|
"trial"
|
|
],
|
|
"quota_unit": "tokens",
|
|
"quota_limit": 0
|
|
},
|
|
"model_flexibility": "fixed",
|
|
"supported_model_types": [
|
|
"text-generation"
|
|
],
|
|
"price_config": {
|
|
"claude-instant-1": {
|
|
"prompt": "1.63",
|
|
"completion": "5.51",
|
|
"unit": "0.000001",
|
|
"currency": "USD"
|
|
},
|
|
"claude-2": {
|
|
"prompt": "8.00",
|
|
"completion": "24.00",
|
|
"unit": "0.000001",
|
|
"currency": "USD"
|
|
},
|
|
"claude-2.1": {
|
|
"prompt": "8.00",
|
|
"completion": "24.00",
|
|
"unit": "0.000001",
|
|
"currency": "USD"
|
|
}
|
|
}
|
|
} |