Gpus: Get Gpu Pricing
Gpus via Parse · Developer Tools
Returns all GPU cloud rental pricing configurations from gpus.io. Each record represents one rentable GPU configuration from a specific provider with exact per-GPU-hour pricing in USD. Supports optional filters for GPU model name, provider name, and region code. Without filters, returns all configurations (2000+). A single upstream request fetches the full dataset; no pagination is needed. Retrieve live GPU cloud rental pricing across 25+ providers, normalized into comparable configurations with filters for GPU model, provider, and region. Fulfilled by Parse from gpus.io.
- developer-tools
- finance
- gpus
- gpus-io
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Developer Tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1a5a5d32-f4fe-4ea3-9e94-d7bdbf5a905f/get_gpu_pricing
- Interface artifact
- sha256:e42c0b463cdd7d1d4eeb82f28bc315bb8225e91a362da2187ec6edc1e9f96ae5
- Manifest digest
- sha256:47a4485e857974b9fe94fd37d43b2c452797eaef626569adf0e712a98f5f88fb
Request fields
- region (string): ISO 3166-1 alpha-2 country code filter (e.g. 'us', 'ca', 'de'). Omitting returns all regions.
- provider (string): Case-insensitive substring filter for provider name or ID (e.g. 'lambda', 'vast', 'hyperstack'). Omitting returns all providers.
- gpu_model (string): Case-insensitive substring filter for GPU model name or slug (e.g. 'H100', 'A100', 'RTX 4090'). Omitting returns all GPU models.
Example queries
- {"provider":"lambda"}