cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/products \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "data": [ { "id": "<string>", "name": "<string>", "cpuPerGpu": 123, "memoryPerGpu": 123, "diskPerGpu": 123, "availableDeploy": true, "minRootFS": 123, "maxRootFS": 123, "minLocalStorage": 123, "maxLocalStorage": 123, "regions": {}, "price": 123, "monthlyPrice": [ { "price": 123, "month": 123 } ], "billingMethods": [ "<string>" ], "spotPrice": "<string>" } ] }
application/json
onDemand
monthly
spot
Hide properties
Was this page helpful?