Public endpoint. Returns all families with their public instance types grouped.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/instance-types
{ "result": [ { "name": "<string>", "items": [ { "id": "<string>", "name": "<string>", "description": "<string>", "vcpu": 123, "memory_mb": 123, "hourly_rate": "<string>", "requires_gpu": true, "default_disk_size_gb": 20, "family": "<string>" } ], "total": 123 } ] }
Families with instance types
All instance type families with their types.
List of family groups
Show child attributes
Was this page helpful?