2
0

do_pricing.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "sizes": [
  3. {
  4. "slug": "s-1vcpu-2gb",
  5. "memory": 2048,
  6. "vcpus": 1,
  7. "disk": 50,
  8. "transfer": 2.0,
  9. "price_monthly": 12,
  10. "price_hourly": 0.01786,
  11. "regions": [
  12. "ams2",
  13. "ams3",
  14. "blr1",
  15. "fra1",
  16. "lon1",
  17. "nyc1",
  18. "nyc2",
  19. "nyc3",
  20. "sfo2",
  21. "sfo3",
  22. "sgp1",
  23. "syd1",
  24. "tor1"
  25. ],
  26. "available": true,
  27. "description": "Basic"
  28. },
  29. {
  30. "slug": "s-2vcpu-4gb",
  31. "memory": 4096,
  32. "vcpus": 2,
  33. "disk": 80,
  34. "transfer": 4.0,
  35. "price_monthly": 24,
  36. "price_hourly": 0.03571,
  37. "regions": [
  38. "ams2",
  39. "ams3",
  40. "blr1",
  41. "fra1",
  42. "lon1",
  43. "nyc1",
  44. "nyc2",
  45. "nyc3",
  46. "sfo2",
  47. "sfo3",
  48. "sgp1",
  49. "syd1",
  50. "tor1"
  51. ],
  52. "available": true,
  53. "description": "Basic"
  54. },
  55. {
  56. "slug": "gpu-h100x1-80gb",
  57. "memory": 245760,
  58. "vcpus": 20,
  59. "disk": 720,
  60. "transfer": 15.0,
  61. "price_monthly": 2522.16,
  62. "price_hourly": 3.39,
  63. "regions": [
  64. "ams3",
  65. "nyc2",
  66. "tor1"
  67. ],
  68. "available": true,
  69. "description": "H100 GPU - 1X",
  70. "networking_throughput": 10000,
  71. "gpu_info": {
  72. "count": 1,
  73. "vram": {
  74. "amount": 80,
  75. "unit": "gib"
  76. },
  77. "model": "nvidia_h100"
  78. },
  79. "disk_info": [
  80. {
  81. "type": "local",
  82. "size": {
  83. "amount": 720,
  84. "unit": "gib"
  85. }
  86. },
  87. {
  88. "type": "scratch",
  89. "size": {
  90. "amount": 5120,
  91. "unit": "gib"
  92. }
  93. }
  94. ]
  95. }
  96. ],
  97. "links": {},
  98. "meta": {
  99. "total": 3
  100. }
  101. }