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 December 08 via api from US — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

Join today!🔥Apply here for up to $5000 in free credits!

 * Pricing
   
 * Directory
   
 * Clusters
   
 * Blog
   
 * Contact
   
 * Docs
   

LoginSign Up





THE GPU CLOUD MARKETPLACE

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

Supported by:

Get started 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:

Get started for free
CONNECT WITH US
Scroll for more
Find the optimal GPU and cloud for your needs.
Launch any instance anywhere with a single console and API.
Instances
Clouds


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

Real-time pricing, availability, and one-click launch for vms and containers
across all GPU cloud providers. Although different cloud providers may have the
same GPU instances, other factors such as memory, CPU count, storage, and play
critical roles in performance and pricing.
CloudGPU TypeNum GPUsAvailability

Denvr

$1.25
A100 40G PCIE
1 GPU
🇨🇦
Calgary, AB


Launch



Denvr

$1.25
A100 40G SXM4
1 GPU
🇨🇦
Calgary, AB


Launch



Lambda

$1.29
A100 40G SXM4
1 GPU
🇺🇸
2 Regions Available


Launch



Lambda

$1.29
A100 40G PCIE
1 GPU
🇺🇸
No Regions available


Schedule



DataCrunch

$1.29
A100 40G SXM4
1 GPU
🇪🇺
FIN-01


Schedule



Crusoe

$1.45
A100 40G PCIE
1 GPU
🇺🇸
us-northcentral1-a


Launch



Paperspace

$3.19
A100 40G PCIE
1 GPU
🇪🇺🇺🇸
1 Region Available


Launch



Denvr

$2.50
A100 80G PCIE
2 GPUs
🇨🇦
Calgary, AB


Launch



Denvr

$2.50
A100 80G SXM4
2 GPUs
🇨🇦
Calgary, AB


Launch



DataCrunch

$2.58
A100 80G SXM4
2 GPUs
🇪🇺
FIN-01


Schedule



Lambda

$2.58
A100 80G PCIE
2 GPUs
🇺🇸
No Regions available


Schedule



Crusoe

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


Launch

Page 1 of 23
PreviousNext
Want to be listed? Contact us here.




NEED TO RESERVE MORE COMPUTING POWER?

Fill out our intake form and get quotes from 11+ providers in just 24 hours.



WHAT TYPE OF GPU DO YOU NEED?

B200

NVLink

GB200

SXM5

H200

sxm5

H100

sxm4

A100 80G

pcie

A100

sxm4

A100

pcie

A100 80G

pcie

H100

pcie

A6000

pcie

A10

pcie

A16

pcie

A30

pcie

A40

pcie

A4000

pcie

A5000

pcie

GH200

pcie

H100 nvl

pcie

L40

pcie

L40S

pcie

MI300X

pcie

RTX6000

pcie

RTX6000Ada

pcie

T4

pcie

V100

pcie

V100 32G




HOW MANY NODES?

1
8
32
64
128
Custom


WHICH INTERCONNECT NETWORK?

Ethernet
InfiniBand1.6 TB
InfiniBand3.2 TB
InfiniBand6.4 TB


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




OUR PRICING

No fees. No surprises.
Using Shadeform is free. Pay the same as going directly to the provider.
H100 SXM5
starting from$2.44 /hr
H100 PCIe
starting from$1.90 /hr
A100 80G
starting from$1.35 /hr
A100 40G
starting from$1.25 /hr
Gaudi 2
starting from$1.50 /hr
L40S
starting from$1.10 /hr
L40
starting from$0.99 /hr
RTX6000
starting from$0.97 /hr
A40
starting from$0.68 /hr
A6000
starting from$0.49 /hr
A5000
starting from$0.25 /hr
A4000
starting from$0.15 /hr
Get started
Terms of UseContactDocs

© Shadeform, Inc