ReferenceCLI
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 llmOptions inherited from parent commands
--api-key string API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
--insecure Skip TLS certificate verification (for dev/self-signed endpoints)
--max int Max suggestions to print (default 2)
--max-probe int Max candidates to probe (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
--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) (default "https://localhost:9090")
--timeout duration Per-candidate probe timeout (default 2s)
--verbose Print verbose notes and probe detailsSEE ALSO
- goodmem doctor - Suggest endpoint_url/api_path for provider endpoints