anthropic.json 703 B

1234567891011121314151617181920212223242526272829303132
  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": 0
  13. },
  14. "model_flexibility": "fixed",
  15. "supported_model_types": [
  16. "text-generation"
  17. ],
  18. "price_config": {
  19. "claude-instant-1": {
  20. "prompt": "1.63",
  21. "completion": "5.51",
  22. "unit": "0.000001",
  23. "currency": "USD"
  24. },
  25. "claude-2": {
  26. "prompt": "11.02",
  27. "completion": "32.68",
  28. "unit": "0.000001",
  29. "currency": "USD"
  30. }
  31. }
  32. }