---
title: "Get GPU reward estimate"
method: GET
path: "/machines/estimate"
tags: ["General APIs with JWT"]
---

# Get GPU reward estimate

`GET /machines/estimate`

## Query parameters

- `gpu_model` string, required
- `gpu_count` integer
- `is_rented` boolean
- `gpu_splitting` boolean
- `gpu_splitting_min_count` integer, nullable
- `sysbox_runtime` boolean
- `collateral_deposited` boolean
- `price_per_gpu` number, nullable

## Response `200`

Get estimated TAO per epoch for a specific GPU configuration

- GpuEstimateResponse
  - `gpu_model` string, required
  - `gpu_count` integer, required
  - `is_rented` boolean, required
  - `usd_per_epoch` number, nullable, required
  - `estimate_available` boolean, required
  - `estimate` object, nullable
  - `snapshot` object, nullable
  - `soft_price_limit` number, nullable
  - `over_soft_price_limit` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
