The GPU Cloud Marketplace
Supported by:
Scroll for more
Find the optimal GPU and cloud for your needs.
Launch any instance anywhere with a single console and API.

Experience our new Marketplace page with a 0% service fee! Explore now

Reserve GPUs in advance.
Utilize our marketplace's scheduling function to secure machines before they're available.
Screenshot of Shadeform Marketplace
A single, simple API.
See prices and availability for every cloud and launch and manage your cross-cloud fleet, all in one place.
01.Compare cloud's price and availability
Single pane of glass into the GPU market with live availability and pricing for all cloud providers.
curl --request GET \
--url https://api.shadeform.ai/v1/instances/types \
--header 'X-API-KEY: <x-api-key>'
bash
{
    "instance_types": [
      {
        "availability": [
          {
            "available": true,
            "region": "na-us-bos-1"
          }
        ],
        "cloud": "lambdalabs",
        "cloud_instance_type": "A100_PCIE_40GB",
        "configuration": {
          "gpu_type": "A100",
          "interconnect": "pcie",
          "memory_in_gb": 12,
          "num_gpus": 1,
          "storage_in_gb": 256,
          "vcpus": 6
        },
        "hourly_price": 210,
        "region": "na-us-bos-1",
        "shade_instance_type": "A100"
      }
    ]
  }
200
02.Launch in your cloud or ours
Manage your own cloud provider account with Shadeform or launch GPUs without account setup in Shade Cloud.
curl --request POST \
--url https://api.shadeform.ai/v1/instances/create \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <x-api-key>' \
--data '{
    "cloud": "lambdalabs",
    "name": "cool-gpu-server",
    "region": "na-us-bos-1",
    "shade_cloud": true,
    "shade_instance_type": "A100"
}'
bash
{
    "cloud_assigned_id": "13b057d7-e266-4869-985f-760fe75a78b3",
    "id": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}
200
03.Manage all instances on a single platform
Spin up and tear down GPU instances across all cloud providers with the same console and API.
curl --request GET \
--url https://api.shadeform.ai/v1/instances \
--header 'X-API-KEY: <x-api-key>'
bash
{
    "instances": [
      {
        "cloud": "lambdalabs",
        "cloud_assigned_id": "13b057d7-e266-4869-985f-760fe75a78b3",
        "cloud_instance_type": "A100_PCIE_40GB",
        "configuration": {
          "gpu_type": "A100",
          "interconnect": "pcie",
          "memory_in_gb": 12,
          "num_gpus": 1,
          "storage_in_gb": 256,
          "vcpus": 6
        },
        "cost_estimate": "103.4",
        "created_at": "2016-08-29T09:12:33.001Z",
        "deleted_at": "2016-08-29T09:12:33.001Z",
        "hourly_price": 210,
        "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
        "ip": "1.0.0.1",
        "launch_configuration": {
          "image": "pytorch/pytorch",
          "type": "docker"
        },
        "name": "cool-gpu-server",
        "region": "na-us-bos-1",
        "shade_cloud": true,
        "shade_instance_type": "A100",
        "ssh_port": 22,
        "ssh_user": "shadeform",
        "status": "active"
      }
    ]
  }
200
One Cloud to rule them all.
Dots
Launch GPUs in ready to go cloud accounts managed by Shadeform.
Dots
Leverage multi-cloud without the multi-account setup or management.
Dots
Centralize billing and payments across clouds all into one transparent dashboard.
Try Shadeform
© Shadeform, Inc