Skip to content

grafos rate-card

View the active scheduler rate card or estimate a workload’s projected cost before launch.

grafos rate-card

View the active rate card and preview cost estimates before launching a workload. `grafos rate-card show` (default) renders the active rate card; `grafos rate-card estimate --mem 80G --gpu 1 --hours 4 --tier nvidia_hopper` computes the projected cost
Usage: grafos rate-card [OPTIONS] [COMMAND]
Commands:
show Render the active rate card. Default subcommand when none given
estimate Estimate the projected cost for a hypothetical workload using the active rate card's rates. Useful before launching a workload to preview the bill
help Print this message or the help of the given subcommand(s)
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--scheduler <SCHEDULER> Scheduler URL. Falls back to `GRAFOS_SCHEDULER`, then to the Tenura-hosted credentials when that context applies [env: GRAFOS_SCHEDULER=]
--wide Show additional columns in table output
--bearer <BEARER> FabricAdmin bearer token (alternative to mTLS) [env: GRAFOS_BEARER=]
--no-color Disable color output
--cert <CERT> Client certificate (PEM) for mTLS [env: GRAFOS_CERT=]
--pool <POOL> Pool name (default: "default") [default: default]
--key <KEY> Client private key (PEM) matching `--cert` [env: GRAFOS_KEY=]
--ca <CA> CA bundle (PEM) used to verify the scheduler's TLS cert [env: GRAFOS_CA=]
--json Emit JSON. The body is byte-passthrough of the scheduler's rate-card response
-h, --help Print help
-V, --version Print version

grafos rate-card show

Render the active rate card. Default subcommand when none given
Usage: grafos rate-card show [OPTIONS]
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--scheduler <SCHEDULER> Scheduler URL. Falls back to `GRAFOS_SCHEDULER`, then to the Tenura-hosted credentials when that context applies [env: GRAFOS_SCHEDULER=]
--bearer <BEARER> FabricAdmin bearer token (alternative to mTLS) [env: GRAFOS_BEARER=]
--cert <CERT> Client certificate (PEM) for mTLS [env: GRAFOS_CERT=]
--wide Show additional columns in table output
--key <KEY> Client private key (PEM) matching `--cert` [env: GRAFOS_KEY=]
--no-color Disable color output
--ca <CA> CA bundle (PEM) used to verify the scheduler's TLS cert [env: GRAFOS_CA=]
--pool <POOL> Pool name (default: "default") [default: default]
--json Emit JSON. The body is byte-passthrough of the scheduler's rate-card response
-h, --help Print help
-V, --version Print version

grafos rate-card estimate

Estimate the projected cost for a hypothetical workload using the active rate card's rates. Useful before launching a workload to preview the bill
Usage: grafos rate-card estimate [OPTIONS]
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--mem <MEM> Memory bytes to lease. Accepts size suffixes (e.g. `80G`, `512M`, `4K`)
--gpu <GPU> GPU device count to lease
--gpu-mem <GPU_MEM> GPU VRAM bytes. Accepts size suffixes
--wide Show additional columns in table output
--cpu <CPU> CPU cores to lease
--no-color Disable color output
--block <BLOCK> Block storage bytes. Accepts size suffixes
--pool <POOL> Pool name (default: "default") [default: default]
--net <NET> Network bandwidth bits-per-second. Accepts size suffixes (e.g. `1G` = 1 Gbps)
--tier <TIER> Memory tier (`dram`, `hbm`, `cxl_expander`, `pmem`, `vram`, `block`). Defaults to `dram` for `--mem`, `vram` for `--gpu_mem`
--hours <HOURS> Wall-clock hours to hold the lease [default: 1]
--scheduler <SCHEDULER> Scheduler URL. Same auth surface as `rate-card show` [env: GRAFOS_SCHEDULER=]
--bearer <BEARER> [env: GRAFOS_BEARER=]
--cert <CERT> [env: GRAFOS_CERT=]
--key <KEY> [env: GRAFOS_KEY=]
--ca <CA> [env: GRAFOS_CA=]
-h, --help Print help
-V, --version Print version