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, 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
Inherited Global Options
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.

