Instance Types
Executing a run on Spell requires specifying the instance type which you would like to use for the run. For example, the spell run
CLI command accepts a machine-type
flag for this purpose:
spell run --machine-type K80 'python example.py'
Here's a list of all of the instance types available in Spell Community. Note that Spell is free to use with the basic CPU instance type—no credit card required.
Note
Users on Spell for Teams using our AWS or GCP cluster integrations can define and use their own machine types, including additional instance types not available in Community. See the page Cluster Machine Type Management for more details.
CPU instances
Machine Type | vCPUs | RAM (GB) | Price $/hour | Price $/second |
---|---|---|---|---|
cpu (default) |
2 | 4 | Free | Free |
cpu-big |
16 | 32 | $0.68 | $0.00019 |
cpu-huge |
72 | 144 | $3.06 | $0.00085 |
ram-big |
16 | 128 | $1.01 | $0.00028 |
ram-huge |
96 | 768 | $6.05 | $0.00168 |
GPU Instances
Machine Type | NVIDIA GPU | VRAM (GB) | TFlops | vCPUs | RAM (GB) | Price $/hour | Price $/second |
---|---|---|---|---|---|---|---|
T4 |
1 x Tesla T4 | 16.0 | 8.1 | 4 | 15 | $0.54 | $0.00015 |
K80 |
1 x Tesla K80 | 12.0 | 4.3 | 4 | 15 | $0.65 | $0.00018 |
P100 |
1 x Tesla P100 | 16.0 | 9.3 | 4 | 15 | $1.66 | $0.00046 |
V100 |
1 x Tesla V100 | 16.0 | 15.7 | 4 | 15 | $2.68 | $0.00074 |