GPUInventoryResponse

Wrapper around the GPU inventory series array. The error field is set only when the live Massed Compute API is unreachable; in that case series still comes back from the catalog with empty availability arrays so the consumer's shape stays stable. (See Decision Log GPU-1.)

  • series
    Type: array object[] · GPUSeriesWithInventory[]
    required

    GPU series with aggregated inventory per location

    • availability
      Type: array object[]

      Availability per datacenter

    • code
      Type: string

      Internal code (e.g., "h100_series")

    • description
      Type: string

      Series description

    • id
      Type: stringFormat: uuid

      GPU series ID

    • name
      Type: string

      Display name (e.g., "H100 Series")

  • error
    Type: object nullable

    Present only on live-provider outage. Absent on the happy path.

    • code
      enum
      const:  
      GPU_PROVIDER_UNAVAILABLE
      required
      values
      • GPU_PROVIDER_UNAVAILABLE
    • message
      Type: string
      required