Skip to main content

Easy access to GPU pricing data for major cloud providers: AWS, Azure, GCP, etc. The catalog includes details about prices, locations, CPUs, RAM, GPUs, and spots (interruptible instances).

Usage

import gpuhunt

items = gpuhunt.query(
    min_memory=16,
    min_cpu=8,
    min_gpu_count=1,
    max_price=1.0,
)

print(*items, sep="\n")

List of all available filters:

  • provider: name of the provider to filter by. If not specified, all providers will be used. One or many
  • cpu_arch: CPU architecture, one of: x86, arm
  • min_cpu: minimum number of CPUs
  • max_cpu: maximum number of CPUs
  • min_memory: minimum amount of RAM in GB
  • max_memory: maximum amount of RAM in GB
  • min_gpu_count: minimum number of GPUs
  • max_gpu_count: maximum number of GPUs
  • gpu_vendor: GPU/accelerator vendor, one of: nvidia, amd, google, intel
  • gpu_name: name of the GPU to filter by. If not specified, all GPUs will be used. One or many
  • min_gpu_memory: minimum amount of GPU VRAM in GB for each GPU
  • max_gpu_memory: maximum amount of GPU VRAM in GB for each GPU
  • min_total_gpu_memory: minimum amount of GPU VRAM in GB for all GPUs combined
  • max_total_gpu_memory: maximum amount of GPU VRAM in GB for all GPUs combined
  • min_disk_size: minimum disk size in GB (not fully supported)
  • max_disk_size: maximum disk size in GB (not fully supported)
  • min_price: minimum price per hour in USD
  • max_price: maximum price per hour in USD
  • min_compute_capability: minimum compute capability of the GPU
  • max_compute_capability: maximum compute capability of the GPU
  • spot: if False, only ondemand offers will be returned. If True, only spot offers will be returned

Advanced usage

from gpuhunt import Catalog

catalog = Catalog()
catalog.load(version="20240508")
items = catalog.query()

print(*items, sep="\n")

Supported providers

  • AWS
  • Azure
  • CloudRift
  • Verda
  • GCP
  • JarvisLabs
  • LambdaLabs
  • Nebius
  • OCI
  • Runpod
  • Vast AI
  • Vultr

See also

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpuhunt-0.1.29.tar.gz (77.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gpuhunt-0.1.29-py3-none-any.whl (98.9 kB view details)

Uploaded Python 3

File details

Details for the file gpuhunt-0.1.29.tar.gz.

File metadata

  • Download URL: gpuhunt-0.1.29.tar.gz
  • Upload date:
  • Size: 77.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gpuhunt-0.1.29.tar.gz
Algorithm Hash digest
SHA256 8a30f878311dc9f9b67399d61dcbf12882bc4a00c5e7bc5217ca360f464d8caf
MD5 dcb0130ac6109bdc715b65f5c9d99a5c
BLAKE2b-256 6639f1a70268315f2b2c25dd22be10780770de24966f137694c6d4ea57500f8c

See more details on using hashes here.

File details

Details for the file gpuhunt-0.1.29-py3-none-any.whl.

File metadata

  • Download URL: gpuhunt-0.1.29-py3-none-any.whl
  • Upload date:
  • Size: 98.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gpuhunt-0.1.29-py3-none-any.whl
Algorithm Hash digest
SHA256 0eb16bc5df36df48d9e06513e11d6d6d5d012f1bfbb93230cdc9281285a3f284
MD5 bda1eaae0d199924d7420ddf12fbab18
BLAKE2b-256 f57e3320bb456ba73a04489ab36a73471b9c0a2ea1ffb5ed5b20a6c8b13a6c27

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page