@@ -77,85 +77,86 @@ The fastest CLI tool for prompting LLMs
7777Usage: cai [OPTIONS] [PROMPT]... [COMMAND]
7878
7979Commands:
80- fast Shortcut for `groq gemma2-9b-it`
81- local Shortcut for 'ollama llama3.2'
82- value Return only the value/answer without explanation for the provided question
83- svg Generate an SVG graphic from a textual description
84- ocr Extract text from an image
85- rename Analyze and rename files to timestamp plus description
86- changelog Generate a changelog starting from a given commit using OpenAI's GPT-4o
87- reply Reply to a conversation passed via stdin. Add additional reply instructions as the prompt
88- rewrite Fix spelling, grammar, and wording issues in text passed via stdin
89- image Generate an image using GPT-5 image generation
90- google Google [aliases: go]
91- ge - Gemini Pro shortcut
92- gf - Gemini Flash shortcut
93- groq Groq [aliases: gr]
94- ll - Llama 3 shortcut (🏆 Default)
95- mi - Mixtral shortcut
96- cerebras Cerebras [aliases: ce]
97- deepseek DeepSeek [aliases: de]
98- openai OpenAI [aliases: op]
99- gp - GPT-4o shortcut
100- gm - GPT-4o mini shortcut
101- o3 - o3 shortcut
102- o4m - o4-mini shortcut
103- gpt41 - gpt-4.1 shortcut
104- gpt41m - gpt-4.1-mini shortcut
105- gpt41n - gpt-4.1-nano shortcut
106- gpt5 - gpt-5 shortcut
107- gpt5m - gpt-5-mini shortcut
108- gpt5n - gpt-5-nano shortcut
109- o1p - o1-pro shortcut
110- anthropic Anthropic [aliases: an]
111- cl - Claude Opus
112- so - Claude Sonnet
113- ha - Claude Haiku
114- xai xAI
115- grok - Grok
116- llamafile Llamafile server hosted at http://localhost:8080 [aliases: lf]
117- ollama Ollama server hosted at http://localhost:11434 [aliases: ol]
118- all Simultaneously send prompt to each provider's default model:
119- - Groq Llama 3.1
120- - Antropic Claude Sonnet 3.7
121- - Google Gemini 2.0 Flash
122- - OpenAI GPT-4o mini
123- - Ollama Llama 3
124- - Llamafile
125- bash Use Bash development as the prompt context
126- c Use C development as the prompt context
127- cpp Use C++ development as the prompt context
128- cs Use C# development as the prompt context
129- docker Use Docker development as the prompt context
130- elm Use Elm development as the prompt context
131- fish Use Fish development as the prompt context
132- fs Use F# development as the prompt context
133- gd Use Godot and GDScript development as the prompt context
134- git Use Git development as the prompt context
135- gl Use Gleam development as the prompt context
136- golang Use Go development as the prompt context
137- hs Use Haskell development as the prompt context
138- java Use Java development as the prompt context
139- js Use JavaScript development as the prompt context
140- kt Use Kotlin development as the prompt context
141- ly Use LilyPond development as the prompt context
142- lua Use Lua development as the prompt context
143- nix Use Nix development as the prompt context
144- oc Use OCaml development as the prompt context
145- php Use PHP development as the prompt context
146- pg Use Postgres development as the prompt context
147- ps Use PureScript development as the prompt context
148- py Use Python development as the prompt context
149- rb Use Ruby development as the prompt context
150- rs Use Rust development as the prompt context
151- sql Use SQLite development as the prompt context
152- sw Use Swift development as the prompt context
153- ts Use TypeScript development as the prompt context
154- ty Use Typst development as the prompt context
155- wl Use Wolfram Language and Mathematica development as the prompt context
156- zig Use Zig development as the prompt context
157- jq Use jq development as the prompt context
158- help Print this message or the help of the given subcommand(s)
80+ fast Shortcut for `groq gemma2-9b-it`
81+ local Shortcut for 'ollama llama3.2'
82+ value Return only the value/answer without explanation for the provided question
83+ svg Generate an SVG graphic from a textual description
84+ ocr Extract text from an image
85+ rename Analyze and rename files to timestamp plus description
86+ changelog Generate a changelog starting from a given commit using OpenAI's GPT-4o
87+ reply Reply to a conversation passed via stdin. Add additional reply instructions as the prompt
88+ rewrite Fix spelling, grammar, and wording issues in text passed via stdin
89+ transcribe Transcribe an audio file
90+ image Generate an image using GPT-5 image generation
91+ google Google [aliases: go]
92+ ge - Gemini Pro shortcut
93+ gf - Gemini Flash shortcut
94+ groq Groq [aliases: gr]
95+ ll - Llama 3 shortcut (🏆 Default)
96+ mi - Mixtral shortcut
97+ cerebras Cerebras [aliases: ce]
98+ deepseek DeepSeek [aliases: de]
99+ openai OpenAI [aliases: op]
100+ gp - GPT-4o shortcut
101+ gm - GPT-4o mini shortcut
102+ o3 - o3 shortcut
103+ o4m - o4-mini shortcut
104+ gpt41 - gpt-4.1 shortcut
105+ gpt41m - gpt-4.1-mini shortcut
106+ gpt41n - gpt-4.1-nano shortcut
107+ gpt5 - gpt-5 shortcut
108+ gpt5m - gpt-5-mini shortcut
109+ gpt5n - gpt-5-nano shortcut
110+ o1p - o1-pro shortcut
111+ anthropic Anthropic [aliases: an]
112+ cl - Claude Opus
113+ so - Claude Sonnet
114+ ha - Claude Haiku
115+ xai xAI
116+ grok - Grok
117+ llamafile Llamafile server hosted at http://localhost:8080 [aliases: lf]
118+ ollama Ollama server hosted at http://localhost:11434 [aliases: ol]
119+ all Simultaneously send prompt to each provider's default model:
120+ - Groq Llama 3.1
121+ - Antropic Claude Sonnet 3.7
122+ - Google Gemini 2.0 Flash
123+ - OpenAI GPT-4o mini
124+ - Ollama Llama 3
125+ - Llamafile
126+ bash Use Bash development as the prompt context
127+ c Use C development as the prompt context
128+ cpp Use C++ development as the prompt context
129+ cs Use C# development as the prompt context
130+ docker Use Docker development as the prompt context
131+ elm Use Elm development as the prompt context
132+ fish Use Fish development as the prompt context
133+ fs Use F# development as the prompt context
134+ gd Use Godot and GDScript development as the prompt context
135+ git Use Git development as the prompt context
136+ gl Use Gleam development as the prompt context
137+ golang Use Go development as the prompt context
138+ hs Use Haskell development as the prompt context
139+ java Use Java development as the prompt context
140+ js Use JavaScript development as the prompt context
141+ kt Use Kotlin development as the prompt context
142+ ly Use LilyPond development as the prompt context
143+ lua Use Lua development as the prompt context
144+ nix Use Nix development as the prompt context
145+ oc Use OCaml development as the prompt context
146+ php Use PHP development as the prompt context
147+ pg Use Postgres development as the prompt context
148+ ps Use PureScript development as the prompt context
149+ py Use Python development as the prompt context
150+ rb Use Ruby development as the prompt context
151+ rs Use Rust development as the prompt context
152+ sql Use SQLite development as the prompt context
153+ sw Use Swift development as the prompt context
154+ ts Use TypeScript development as the prompt context
155+ ty Use Typst development as the prompt context
156+ wl Use Wolfram Language and Mathematica development as the prompt context
157+ zig Use Zig development as the prompt context
158+ jq Use jq development as the prompt context
159+ help Print this message or the help of the given subcommand(s)
159160
160161Arguments:
161162 [PROMPT]... The prompt to send to the AI model
0 commit comments