displayName
amux models info
kind
cli-subcommand
surface
cli
parentBin
amux
subcommandVerb
models info
flags
[]
subcommandExitCodes
- 0:success:model details printed
- 1:general-error:model not found / internal
- 2:usage-error:missing <agent> or <model>
- 3:agent-not-found:AGENT_NOT_FOUND when modelId unknown
description
Print details for one model (alias: `amux models get`). Source:
packages/agent-mux/cli/src/commands/models.ts:144-168.