CH·02CLI reference

deeprelay 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 (input, cached input where the model publishes a cache-hit rate, and output), aliases, supported parameters, and status. A model the flat subscription tier covers also carries a Plan row (plan_covered in JSON); models without it bill pay-as-you-go only. Accepts a canonical id or any alias, optionally with a :economy suffix. Requires a key with serverless:read (or full_access).

Examples

deeprelay models get deeprelay/qwen3-embedding-8b
deeprelay models get bge-large                          # alias resolves to the canonical id
deeprelay models get deeprelay/deepseek-v4-flash:economy  # economy tier
deeprelay models get <model> [flags]

Options

  -h, --help   help for get

Options inherited from parent commands

      --api-base string   API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
      --debug             Enable debug logging to stderr
      --no-preflight      Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
  -o, --output string     Output format: table|json (default table on TTY, json otherwise) (default "table")

SEE ALSO

← The gpu CLI