latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Container Types
Get container types
get/v1/container-types
Query parameters
currency'usd' | 'eur'
Example:usd
Currency to get the price history for
Response
Example response
[
{
"id": "60006000-6000-47af-8ff0-600060006004",
"model": "RTX PRO 6000",
"name": "RTX PRO 6000 96GB",
"instance_type": "8RTXPRO6000.224V",
"cpu": {
"description": "224 CPU",
"number_of_cores": 224,
"model": "AMD Turin"
},
"gpu": {
"description": "8x RTX PRO 6000 96GB",
"number_of_gpus": 8
},
"gpu_memory": {
"description": "768GB GPU RAM",
"size_in_gigabytes": 768
},
"memory": {
"description": "680GB RAM",
"size_in_gigabytes": 680
},
"serverless_price": "1.529",
"serverless_spot_price": "0.7645",
"currency": "usd",
"manufacturer": "NVIDIA"
}
]