These endpoints are public and do not require authentication.

List Providers

Returns all available GPU providers.

Response


List OS Images

Returns available OS images for a VM provider. Use the id field as os_image_id when creating a deployment. The provider must appear in GET /api/v1/providers; otherwise this endpoint returns 503 provider_unavailable without calling its external API. Results are cached for 1 hour.

Query Parameters

Response


List Volume Types

Returns available volume types for providers that support persistent storage. Use these values as volume_type when creating a volume. The provider must appear in GET /api/v1/providers; otherwise this endpoint returns 503 provider_unavailable without calling its external API. Results are cached for 1 hour.

Response

Not all providers support volumes. If a provider doesn’t, this returns an empty list.