Skip to main content
Vast provides real-time and historical data on GPU supply, demand, pricing, and geographic distribution across the marketplace. You can use this data to make informed decisions about pricing your machines and understanding demand for specific GPU types.

Accessing the data

There are three ways to access market metrics:
  1. Dashboards at cloud.vast.ai/host/market/
  2. CLI via vastai metrics subcommands (requires pip install vastai, v1.0.4+)
  3. REST API endpoints (see API reference below)
All three require a host API key. Regular client keys will receive a 401 error.

Dashboards

Three views are available at cloud.vast.ai/host/market/:
  • Availability & Pricing — Historical supply/demand counts and P10/median/P90 pricing over time
  • GPU Overview — Current supply/demand counts, pricing, and stats for each GPU type
  • GPU Locations — Geographic distribution of GPUs across the platform

CLI commands

Install or upgrade the CLI:

Current snapshot — vastai metrics gpu

Returns current supply, demand, and pricing for all GPU types.
See full reference. Returns time-series data for supply, demand, and pricing. Defaults to RTX 5090, 4090, and 3090 over the last 24 hours.
See full reference.

Location data — vastai metrics gpu-locations

Returns geographic distribution of GPUs.
See full reference.

API endpoints

You can also query the data directly via the REST API. Pass your host API key as a Bearer token.

Query parameters

Examples

Data freshness

Market metrics data is updated every 5 minutes. Location data is cached for up to 2 hours since it changes less frequently.

Rate limits

Each endpoint allows up to 5 requests per second per user. For large historical queries, the backend automatically adjusts the resolution to keep response sizes reasonable.