v2

latestOpenAPI 3.1.02026-07-2675166192.8 KB
training

Get Available Gpu Types

Distinct GPU types the caller could dispatch a dedicated FFT run on.

Same principal collapse as the dispatch picker (team wins when present, otherwise personal) so what the dropdown offers matches what dispatch would land on. When team_id is set the caller must be a team member, matching the create-run gate.

get/api/v1/training/available-gpu-types

Query parameters

team_idstring nullable

Optional team ID. When set, returns GPU types across the team's ClusterAllocations. When omitted, uses the caller's personal allocations.

Optional team ID. When set, returns GPU types across the team's ClusterAllocations. When omitted, uses the caller's personal allocations.

Response

Successful Response

gpuTypesstring[]

Sorted, distinct list of eligible cluster gpuType values.