cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/instance-types/{family}
{ "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, "family": "<string>" }
Public endpoint. Returns all public instance types for a specific family.
Documentation IndexFetch the complete documentation index at: https://docs.phala.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phala.com/llms.txt
Use this file to discover all available pages before exploring further.
Family name (cpu, gpu)
Instance types for family
Instance types for one family.
Instance types
Show child attributes
Total count
Family name
Was this page helpful?