openai.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "supported_model_types": [
  15. "text-generation",
  16. "embeddings",
  17. "speech2text",
  18. "moderation"
  19. ],
  20. "price_config": {
  21. "gpt-4": {
  22. "prompt": "0.03",
  23. "completion": "0.06",
  24. "unit": "0.001",
  25. "currency": "USD"
  26. },
  27. "gpt-4-32k": {
  28. "prompt": "0.06",
  29. "completion": "0.12",
  30. "unit": "0.001",
  31. "currency": "USD"
  32. },
  33. "gpt-4-1106-preview": {
  34. "prompt": "0.01",
  35. "completion": "0.03",
  36. "unit": "0.001",
  37. "currency": "USD"
  38. },
  39. "gpt-4-vision-preview": {
  40. "prompt": "0.01",
  41. "completion": "0.03",
  42. "unit": "0.001",
  43. "currency": "USD"
  44. },
  45. "gpt-3.5-turbo": {
  46. "prompt": "0.0015",
  47. "completion": "0.002",
  48. "unit": "0.001",
  49. "currency": "USD"
  50. },
  51. "gpt-3.5-turbo-1106": {
  52. "prompt": "0.0010",
  53. "completion": "0.002",
  54. "unit": "0.001",
  55. "currency": "USD"
  56. },
  57. "gpt-3.5-turbo-instruct": {
  58. "prompt": "0.0015",
  59. "completion": "0.002",
  60. "unit": "0.001",
  61. "currency": "USD"
  62. },
  63. "gpt-3.5-turbo-16k": {
  64. "prompt": "0.003",
  65. "completion": "0.004",
  66. "unit": "0.001",
  67. "currency": "USD"
  68. },
  69. "text-davinci-003": {
  70. "prompt": "0.02",
  71. "completion": "0.02",
  72. "unit": "0.001",
  73. "currency": "USD"
  74. },
  75. "text-embedding-ada-002":{
  76. "completion": "0.0001",
  77. "unit": "0.001",
  78. "currency": "USD"
  79. }
  80. }
  81. }