When To Use This
Usetm billing pricing serverless list when you have Control Plane access for the current Tensormesh environment and need to discover published serverless model names.
Use the returned pricing[].model value as the --model input for tm infer chat --surface serverless, the SDK, or raw HTTP requests.
Example response shape:
model when sending inference requests. id is the pricing-record id, and name is display-oriented.
Usage
Examples
List published serverless pricing records.
Inspect only active pricing records and copy pricing[].model from structured output.
Filter the pricing list to one known serverless model name.
Options
| Name | Type | Required | Default | Details |
|---|---|---|---|---|
--model | text | no | Filter by model name. | |
--active-only | boolean | no | false | Return active pricing only. Boolean flag. |
--timeout | float | no | HTTP timeout in seconds. |
Inherited Global Options
| Name | Type | Required | Default | Details | ||||
|---|---|---|---|---|---|---|---|---|
--version, -V | boolean | no | false | Show the version and exit. Boolean flag. | ||||
--config | path | no | "~/.config/tensormesh/config.toml" | Path to config TOML file | ||||
--output | `choice[text | json | yaml | raw | table]` | no | "text" | Output format (text is human-readable; json is machine-friendly). |
--quiet | boolean | no | false | Suppress non-essential output. Boolean flag. | ||||
--debug | boolean | no | false | Print debug logs to stderr (secrets redacted). Boolean flag. | ||||
--ca-bundle | path | no | Path to a PEM CA bundle for TLS verification (overrides TENSORMESH_CA_BUNDLE). | |||||
--max-retries | integer | no | Max retries for idempotent HTTP requests on transient errors (overrides TENSORMESH_MAX_RETRIES; subcommands may override). | |||||
--controlplane-base | text | no | Override the Control Plane base URL. | |||||
--gateway-provider | text | no | Inference Gateway provider for built-in host selection (nebius, lambda, yotta). |
Prerequisites
- Run
tm auth loginfirst, or otherwise provide Control Plane auth for the same Tensormesh environment you want to inspect.
Caveats
- This command lists pricing records for the current Tensormesh Control Plane environment. If you are targeting a different serverless host override, confirm the model name for that host separately.

