dify/api/core/model_providers/rules/anthropic.json

15 lines
288 B
JSON

{
"support_provider_types": [
"system",
"custom"
],
"system_config": {
"supported_quota_types": [
"paid",
"trial"
],
"quota_unit": "tokens",
"quota_limit": 600000
},
"model_flexibility": "fixed"
}