Skip to main content
Commands

vg models

The local model fleet — Ollama, LM Studio, and gguf files discovered on your machine, entirely offline. See which models are available to power semantic search.

Overview

vg models lists the local model fleet on your machine — models served by Ollama or LM Studio, and gguf files it can find — discovered entirely offline. It is how you check what is available to power local semantic features without sending anything to a hosted service.


Usage

vg models

Options

FlagDescription
--jsonMachine-readable JSON on stdout
--localNever touch the network

Related

  • vg embed — build the local semantic index
  • vg serve — Vibgrate AI Context (local MCP server)

Example use cases

Expand any use case to watch a live replay of the real @vibgrate/cli running against one of our test repositories. Nothing executes in your browser — these are recordings of actual runs, with the scan time shown as of now.

vg models

Related Documentation