Skip to main content
GET
Get Available Fft Models

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

team_id
string | null

Optional team ID. When set, returns FFT models cached on the team's eligible PrimeClusters. When omitted, uses the caller's personal allocations.

Response

Successful Response

Models pre-cached on the caller's eligible PrimeClusters, sorted by model name. Powers prime train models (or equivalent) so users dispatching FFT runs don't have to guess which repos are warm.

Same principal collapse as the dispatch picker (team wins when present, otherwise personal) so what shows up here is what dispatch would land on. Only PRESENT-cache clusters contribute — ABSENT / ERROR clusters would 400 the dispatch, and NULL (unprobed) clusters haven't reported a manifest yet.

models
AvailableFFTModel · object[]