CH·02CLI reference

gpu models get

Show details for one model (id or alias, optionally :economy)

Show details for one model (id or alias, optionally :economy)

Synopsis

Shows the full record for a single model — id, modality, tier, context length, per-1M-token pricing, aliases, supported parameters, and status. Accepts a canonical id or any alias, optionally with a :economy suffix. Requires a key with serverless:read (or full_access).

gpu models get <model> [flags]

Examples

gpu models get gpuai/bge-large-en-v1.5
gpu models get bge-large                          # alias resolves to the canonical id
gpu models get gpuai/qwen2.5-7b-instruct:economy  # economy tier

Options

  -h, --help   help for get

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