@zhangshushu15/omni-cli-core
v0.1.9
Published
Omni CLI Server
Downloads
18
Readme
Omni CLI

Omni CLI is a fork of Gemini CLI that works with almost any LLM providers other than Gemini. Right now, it supports OpenAI, Anthropic, DeepSeek, OpenRouter, Ollama, and vLLM, and we plan to add other popular providers as well.
To install and run, use:
npm install -g @zhangshushu15/omni-cli
omni --provider ollama --base-url http://localhost:11434 --model qwen3:32bTo run with the original Gemini models, simply do:
omniTo see other providers:
omni --list--providersPlease refer to Gemini CLI's documention for its usage. All of Gemini CLI's functions should stay the same.
Please note that this is still experimental. The quality may vary significantly between top-tier models and lower-tier ones.
