www.shadeform.ai Open in urlscan Pro
76.76.21.241  Public Scan

Submitted URL: http://shadeform.ai/
Effective URL: https://www.shadeform.ai/
Submission: On July 02 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

$1.72/hr A100 80GB!🔥Deploy your A100 today

PricingGPUsClustersBlogContactDocsLogin




THE GPU CLOUD MARKETPLACE

Reduce lock−in, dev time, and simplify
multi−cloud management.

Supported by:
Sign up for free
CONNECT WITH US
Are you a provider? Meet with us to list your compute.


Trusted by high performing teams:

The GPU Cloud Marketplace


Supported by:
Sign up for free
CONNECT WITH US
Scroll for more
Deploy anywhere. Launch any instance anywhere with a single console and API.


EXPERIENCE OUR NEW MARKETPLACE PAGE WITH A 0% SERVICE FEE! EXPLORE NOW

CloudGPU TypeNum GPUsAvailability

crusoe

$1.65
A100 80G
1 GPU
🇺🇸
us-northcentral1-a


Launch
massedcompute

$1.72
A100 80G
1 GPU
🇺🇸
us-central-2


Schedule
datacrunch

$1.75
A100 80G
1 GPU
🇪🇺
2 Regions Available


Launch
oblivus

$2.11
A100 80G
1 GPU
MON1


Launch
hyperstack

$2.20
A100 80G
1 GPU
🇨🇦
CANADA-1


Launch
vultr

$2.60
A100 80G
1 GPU

5 Regions Available


Launch
paperspace

$3.28
A100 80G
1 GPU
🇪🇺🇺🇸
1 Region Available


Launch
azure

$4.78
A100 80G
1 GPU
🇺🇸
6 Regions Available


Launch
crusoe

$3.30
A100 80G
2 GPUs
🇺🇸
us-northcentral1-a


Launch
massedcompute

$3.44
A100 80G
2 GPUs
🇺🇸
us-central-2


Schedule
datacrunch

$3.50
A100 80G
2 GPUs
🇪🇺
FIN-01


Launch
hyperstack

$4.40
A100 80G
2 GPUs
🇨🇦
CANADA-1


Launch

Page 1 of 18
PreviousNext
Get started

Reserve GPUs in advance. Utilize our marketplace's scheduling function to secure
machines before they're available.


A single, simple API. See prices and availability for every cloud and launch and
manage your cross-cloud fleet, all in one place.
curlpythonTerraform
01.Compare cloud's price and availability
Single pane of glass into the GPU market with live availability and pricing for
all cloud providers.

02.Launch in your cloud or ours
03.Manage all instances on a single platform
bash

200

curl --request GET \
--url https://api.shadeform.ai/v1/instances/types \
--header 'X-API-KEY: <x-api-key>'




{
    "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"
      }
    ]
  }


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.
curlpythonTerraform


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.
curlpythonTerraform


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.
curlpythonTerraform


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.
Launch GPUs in ready to go cloud accounts managed by Shadeform.
Leverage multi-cloud without the multi-account setup or management.
Centralize billing and payments across clouds all into one transparent
dashboard.
Try Shadeform

Standardized
 
VM Images

coming soon
Deploy
 
your containerized workload

{
    "launch_configuration": 
    {
        "type": "docker",
        "image": <CUSTOM_IMAGE>
    }
}

Copy
“Highly recommend @shadeformai for your on-demand GPU needs. Not an ad,
unparalleled choices, prices, service.”
- Martin S. (CEO Deep Learning Software)
“Shadeform made accessing the machine so easy.. Our training run will cost
$10-20k probably so this means about $500-$1k for you that I as a customer am
willing to pay extra vs. direct for the convenience.”
- Aleks Z. (CEO Deed)
Maximize
 
your availability
99%
H100 availability
99%
A100 availability
coming soon
VPCs
 
across clouds
coming soon
Aggregated
 
metrics and
logs
coming soon
Sync
 
your file system across
clouds


No fees. No surprises.
Shadeform is free. Pay as much as going direct to our end providers.
Get started
LoginContactDocs

© Shadeform, Inc