anthropic.json 288 B

123456789101112131415
  1. {
  2. "support_provider_types": [
  3. "system",
  4. "custom"
  5. ],
  6. "system_config": {
  7. "supported_quota_types": [
  8. "paid",
  9. "trial"
  10. ],
  11. "quota_unit": "tokens",
  12. "quota_limit": 600000
  13. },
  14. "model_flexibility": "fixed"
  15. }