anthropic.json 864 B

1234567891011121314151617181920212223242526272829303132333435363738
  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": "8.00",
  27. "completion": "24.00",
  28. "unit": "0.000001",
  29. "currency": "USD"
  30. },
  31. "claude-2.1": {
  32. "prompt": "8.00",
  33. "completion": "24.00",
  34. "unit": "0.000001",
  35. "currency": "USD"
  36. }
  37. }
  38. }