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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional team ID. When set, returns GPU types across the team's ClusterAllocations. When omitted, uses the caller's personal allocations.
Response
Successful Response
Distinct GPU types across the caller's eligible PrimeClusters.
Powers the "select a GPU type" dropdown at dispatch time so the UI only offers types the caller could actually land on. Filtering matches the dispatch picker (cordon + heartbeat freshness + non-zero ClusterAllocation on the principal).
Sorted, distinct list of eligible cluster gpuType values.