Skip to main content
GET
/
available_vendors
Get Available Vendors
curl --request GET \
  --url https://supply-api.compute-index.com/available_vendors \
  --header 'Authorization: Bearer <token>'
{
  "vendors": [
    "<string>"
  ],
  "description": {}
}
Returns vendors currently supporting GPU procurement.

Marketplace vendors

Some vendors (like Hyperstack, Scaleway, MassedCompute, Crusoe, DigitalOcean, and others) are accessed through a GPU marketplace. When using the API, specify the vendor name directly (e.g., massedcompute, hyperstack, scaleway).

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response for available vendors.

vendors
string[]
required
description
Description · object
required

Description of each vendor