New_Model_Response
modelstring
The model name of the GPU.
Example:
H100-80G-PCIe-NVLinkavailablestring
Whether stock is currently available.
Example:
0planned_7_daysstringnullable
Anticipated stock level for the next 7 days. A value of null, indicates there is no data available.
planned_30_daysstringnullable
Anticipated stock level for the next 30 days. A value of null, indicates there is no data available.
planned_100_daysstringnullable
Anticipated stock level for the next 100 days. A value of null, indicates there is no data available.
configurations object
An object containing GPU configuration details.
1xinteger
Number of GPUs configured as 1x.
Example:
02xinteger
Number of GPUs configured as 2x.
Example:
04xinteger
Number of GPUs configured as 4x.
Example:
08xinteger
Number of GPUs configured as 8x.
Example:
010xinteger
Number of GPUs configured as 10x.
Example:
0New_Model_Response
{
"model": "H100-80G-PCIe-NVLink",
"available": "0",
"planned_7_days": "string",
"planned_30_days": "string",
"planned_100_days": "string",
"configurations": {
"1x": 0,
"2x": 0,
"4x": 0,
"8x": 0,
"10x": 0
}
}
Was this page helpful?