openai.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "support_provider_types": [
  3. "system",
  4. "custom"
  5. ],
  6. "system_config": {
  7. "supported_quota_types": [
  8. "trial"
  9. ],
  10. "quota_unit": "times",
  11. "quota_limit": 200
  12. },
  13. "model_flexibility": "fixed",
  14. "price_config": {
  15. "gpt-4": {
  16. "prompt": "0.03",
  17. "completion": "0.06",
  18. "unit": "0.001",
  19. "currency": "USD"
  20. },
  21. "gpt-4-32k": {
  22. "prompt": "0.06",
  23. "completion": "0.12",
  24. "unit": "0.001",
  25. "currency": "USD"
  26. },
  27. "gpt-3.5-turbo": {
  28. "prompt": "0.0015",
  29. "completion": "0.002",
  30. "unit": "0.001",
  31. "currency": "USD"
  32. },
  33. "gpt-3.5-turbo-16k": {
  34. "prompt": "0.003",
  35. "completion": "0.004",
  36. "unit": "0.001",
  37. "currency": "USD"
  38. },
  39. "text-davinci-003": {
  40. "prompt": "0.02",
  41. "completion": "0.02",
  42. "unit": "0.001",
  43. "currency": "USD"
  44. },
  45. "text-embedding-ada-002":{
  46. "completion": "0.0001",
  47. "unit": "0.001",
  48. "currency": "USD"
  49. }
  50. }
  51. }