Command Palette
Search for a command to run

Estimate cost

Estimate the hourly and monthly cost for a specific resource configuration

POST
/auth/v1/seed/catalog/estimate

Body parameters


cloud
type: string
required
Cloud provider. One of `aws`, `azure`, `gcp`.
region
type: string
required
Cloud region (e.g., `us-east-1`, `westus2`, `europe-west1`).
instance_type
type: string
Specific instance type. If omitted, Seed selects the cheapest match for the given resource requirements.
cpus
type: string
CPU requirement (e.g., `"8"` or `"8+"`).
memory
type: string
Memory requirement in GB (e.g., `"32"` or `"32+"`).
gpus
type: string
GPU requirement in the format `"GPU_TYPE:COUNT"` (e.g., `"A100:4"`).
replicas
type: integer
Number of replicas to estimate for.
default: 1
disk_size_gb
type: integer
Disk size in gigabytes. Adds storage costs to the estimate.
spot
type: boolean
Estimate using spot/preemptible pricing.
default: false

Previous Find instances

Next Get catalog status