Install Specter, pick your GPU, and start running. PyTorch, JAX, CUDA C++ — everything just works. It's that simple.
Join 46 others on the waitlist
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | |-----------------------------------------+------------------------+--------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | |=========================================+========================+====================| | 0 NVIDIA H100 80GB HBM3 On | 00000000:00:04.0 Off | 0 | | N/A 31C P0 72W / 700W | 0MiB / 81559MiB | 0% Default | +-----------------------------------------+------------------------+--------------------+
How it works
No cloud console. No VM setup. No driver hell.
pip install specter
One package. No dependencies, no configuration, no account required.
specter install h100
Choose from H100, A100, L40S, or whatever you need. Available in seconds.
python train.py
your existing code runs without changes.
Works with everything
Full CUDA runtime and driver compatibility. If it runs on a GPU, it runs on Specter.
torch.cuda works out of the box. Train models, run inference, debug with breakpoints — same workflow you already use.
torch.cuda.is_available() # True
Full GPU acceleration for JAX. XLA compilation, jit, pmap — all hardware-accelerated through Specter.
jax.devices() # [GpuDevice(id=0)]
Runtime API, Driver API, compile and run custom kernels. nvcc works. cuBLAS, cuDNN, cuFFT — the full toolkit.
nvcc -o kernel kernel.cu && ./kernel
Shows up exactly like a real GPU. Monitor utilization, memory, temperature, processes — all your existing tooling works.
nvidia-smi # NVIDIA H100 80GB HBM3
Pricing
Billed on actual GPU compute, not wall-clock time. Idle time costs you nothing.
Spin up an instance, forget about it for lunch, come back to a bill. Paying for idle time is the norm.
We meter real GPU compute. Step away, take a break, context-switch to another task. You only pay when the GPU is actually working.
Specter is in alpha. Join the waitlist to get early access and help shape the future of GPU development.