GoodMem
ReferenceCLI

Llm Get

Llm Get CLI command reference

goodmem llm get

Get an LLM by ID

Synopsis

Retrieve detailed information about a specific LLM by its ID.

goodmem llm get <llm-id> [flags]

Examples

  # Get LLM details
	goodmem llm get abc123...

Options

  -h, --help   help for get

Options inherited from parent commands

      --api-key string   API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
      --server string    GoodMem server address (gRPC API) (default "https://localhost:9090")

SEE ALSO