CH·02CLI reference

gpu models list

List inference models

List inference models

Synopsis

Lists the serverless inference catalog. Each model appears once per available tier: serverless models use the bare id, economy models the :economy-suffixed id. Filter by modality (chat, image, video) or tier (serverless, economy). Requires a key with serverless:read (or full_access).

gpu models list [flags]

Examples

# All models
gpu models list

# Just image models
gpu models list --modality image

# Economy-tier rows only
gpu models list --tier economy

# JSON for jq
gpu models list --modality chat --output json | jq '.[].id'

Options

  -h, --help              help for list
      --modality string   Filter by modality: chat | image | video
      --tier string       Filter by tier: serverless | economy

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

  • gpu models - Browse the serverless inference model catalog

← The gpu CLI