All Products
Search
Document Center

Platform For AI:ListMachineTypes

Last Updated:Aug 27, 2025

Queries a list of available machine types.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Name

string

No

The name of the machine type.

efg1.nvga1

Response elements

Element

Type

Description

Example

object

RequestId

string

Id of the request

F16BA4D8-FF50-53B6-A026-F443FE31006C

NextToken

string

The token to request the next page of results. Include this token in your next request to retrieve the next page.

a3f2224a5ec7224116c4f5246120abe4

MachineTypes

array<object>

Details of the machine types.

object

CpuInfo

string

CPU information.

2x Intel Icelake 8369B 32C CPU

DiskInfo

string

Disk information.

2x 480GB SATA SSD

GpuInfo

string

GPU information.

8x NVIDIA SXM4 80GB A100 GPU

MemoryInfo

string

Memory information.

32x 64GB DDR4 3200 Memory

Name

string

The name of the machine type.

efg1.nvga1

NetworkInfo

string

Network information.

2x 100Gbps DP NIC

NodeCount

string

The number of nodes.

10

Type

string

The type of the machine type.

Public

BondNum

integer

The number of bonds.

2

TotalCpuCore

integer

The number of CPU cores.

48

Examples

Success response

JSON format

{
  "RequestId": "F16BA4D8-FF50-53B6-A026-F443FE31006C",
  "NextToken": "a3f2224a5ec7224116c4f5246120abe4",
  "MachineTypes": [
    {
      "CpuInfo": "2x Intel Icelake 8369B 32C CPU",
      "DiskInfo": "2x 480GB SATA SSD",
      "GpuInfo": "8x NVIDIA SXM4 80GB A100 GPU",
      "MemoryInfo": "32x 64GB DDR4 3200 Memory",
      "Name": "efg1.nvga1",
      "NetworkInfo": "2x 100Gbps DP NIC",
      "NodeCount": "10",
      "Type": "Public",
      "BondNum": 2,
      "TotalCpuCore": 48
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.