#chat #gemini #output #ollama #anthropic #openai

app llmoxide-cli

CLI for llmoxide (chat, streaming output, model listing)

1 unstable release

Uses new Rust 2024

0.1.0 Apr 21, 2026

#1963 in Artificial intelligence

MIT/Apache

150KB
3.5K SLoC

llmoxide-cli

Command-line interface for llmoxide.

Install

cargo install llmoxide-cli

Usage

Set the provider key in your environment, then run:

ANTHROPIC_API_KEY=... llmoxide -a send "Write a haiku about Rust."
OPENAI_API_KEY=... llmoxide -o stream "Write a haiku about Rust."
GEMINI_API_KEY=... llmoxide -g send "Write a haiku about Rust."
llmoxide -l send "Write a haiku about Rust."

See llmoxide --help for commands like chat and models, plus flags like --model.

Dependencies

~12–27MB
~341K SLoC