anthropic.json 644 B

1234567891011121314151617181920212223242526272829
  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. "price_config": {
  16. "claude-instant-1": {
  17. "prompt": "1.63",
  18. "completion": "5.51",
  19. "unit": "0.000001",
  20. "currency": "USD"
  21. },
  22. "claude-2": {
  23. "prompt": "11.02",
  24. "completion": "32.68",
  25. "unit": "0.000001",
  26. "currency": "USD"
  27. }
  28. }
  29. }