Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.ppio.com/gpus/v2/regions \ --header 'Authorization: <authorization>'
{ "data": [ { "id": "region-abc123", "name": "cn-east-1", "gpus": [ "A100", "H100" ], "feature": { "network_volume": true, "instance_network": true } } ], "next_cursor": "", "has_more": false }
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
{{API 密钥}}
单页大小。整数,取值 >= 0。
游标,用于翻页。字符串,长度限制:0-1024 字符。
查询成功
公开 Region 列表
Show child attributes
下一页游标。无下一页时为空字符串
""
是否还有下一页
false