Skip to main content
Aliases: inferencing, infer

Subcommands


list-models

Returns a list of all models available on the serverless platform.

Flags

FlagDescription
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Example


list-endpoints

Returns a list of all model endpoints available for use by the specified organization.

Flags

FlagDescription
—org stringOrganization ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Example


chat

Send a chat completion request to the inference API using a configuration file. Supports both batch and interactive modes.

Flags

Reasoning content

When you use the interactive TUI (--ui) with a model that supports reasoning, the model’s thought process appears in a separate “Thought Process” bubble above the response. The reasoning streams live as the model works through the problem, and the final answer appears in the standard response bubble once reasoning is complete. This gives you visibility into how the model arrives at its answer without cluttering the final response.

Examples


Models

Learn about available models on the Nscale platform.

Chat Use Case

End-to-end guide for chat inferencing.