dify/api/core/model_providers/rules/anthropic.json
2023-10-20 02:27:46 -05:00

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"
}
}
}