GoodMemGoodMem
ReferenceCLIDoctor

Doctor LLM

Doctor LLM CLI command reference

goodmem doctor llm

Doctor LLM endpoint_url/api_path

goodmem doctor llm <raw-url> [flags]

Options

  -h, --help   help for llm

Options inherited from parent commands

      --api-key string             API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
      --cred-api-key string        API key for provider endpoint (use "-" to read from piped stdin)
      --cred-api-key-file string   Read API key from file (file should be mode 0600)
      --cred-api-key-prompt        Prompt for API key interactively (requires TTY, input hidden)
      --cred-gcp                   Use Google Application Default Credentials
      --cred-gcp-quota string      Quota project for Google ADC requests
      --cred-gcp-scope strings     Additional Google ADC OAuth scope (can be specified multiple times)
      --insecure                   Skip TLS certificate verification (for dev/self-signed endpoints)
      --max int                    Max suggestions to print (default 2)
      --max-probe int              Max candidate and regional fallback probes (0 means probe none) (default 16)
      --model string               Optional model identifier. If provided, doctor attempts best-effort checks (e.g. /v1/models, /api/tags, /info) to see whether the model appears to exist on the target.
      --no-probe                   Do not attempt network probes; print suggestions only
      --probe-dialect              Actively verify DashScope dialects and, after HTTP 401, official regional hosts (may incur provider usage)
      --provider string            Optional provider override (rare). If omitted, doctor infers provider from hostname/path when possible (e.g. api.voyageai.com -> VOYAGE).
      --server string              GoodMem server address (gRPC API)
      --timeout duration           Per-candidate probe timeout (default 2s)
      --verbose                    Print verbose notes and probe details

SEE ALSO

  • goodmem doctor - Suggest endpoint_url/api_path for provider endpoints