omm

omm info

Show one installed model's repo, version, size, verification status, and the exact command to run it in each linked program.

01 / 06

Overview

Reach for info once list has told you a model exists and you want everything about it: which repo and version it came from, whether a compatibility check has passed, and the literal command to run it in whichever runner it's linked into. It also prints the same live memory-fit card omm fit shows, so you don't need a second command just to check that.

02 / 06

Options

Every flag this command accepts, and what it defaults to when you leave it out.

  • <name>Default: required

    An installed model's filename or a numeric index from the last search or list run.

03 / 06

Examples

From a plain search to something you'd put in a script.

Full detail for one installed model.

$ omm info qwen2.5-0.5b-instruct-q4_k_m.gguf

The same fields as JSON.

$ omm info qwen2.5-0.5b-instruct-q4_k_m.gguf --json

By the number the last search or list run printed.

$ omm info 1

04 / 06

A real run

Real omm info qwen2.5-0.5b-instruct-q4_k_m.gguf capture, 2026-08-24, this dev machine.

06 / 06

If something goes wrong

Every message below is one this command actually prints. Find yours, read why it happened, then do the last line.

  1. zzzz-fake-model-xyz is not installed via omm. See `omm list`.
    why
    This name doesn't match anything omm has installed.
    what to do
    Run omm list to see the exact filename omm knows about.
    source
    src/omm/cli.py:5276

Still stuck? Open an issue with the exact message you saw.

All commands