@felixarntz/ai-cli
v0.1.1
Published
CLI with various AI-driven personal tools
Downloads
224
Readme
@felixarntz/ai-cli
CLI with various AI-driven personal tools.
It uses the AI SDK under the hood, except for a few Google model exclusive features, for which it uses the Google Gen AI SDK.
Available commands
crop-image
Crops an input image to a given aspect ratio.
ai crop-image input.jpg -a 16:9 -m google/gemini-3-flash-previewedit-image
Sends an input image with a prompt to generate a new image.
ai edit-image input.jpg -p "Make it look like a painting" -m google/gemini-3-pro-image-previewgenerate-image
Sends a prompt to generate an image.
ai generate-image -p "A futuristic city" -m google/imagen-4.0-generate-001generate-text
Sends a prompt to generate text.
ai generate-text -p "Write a poem about AI" -m google/gemini-3-pro-previewoptimize-image
Optimizes an image for web delivery.
ai optimize-image input.png -f webpupscale-image
Upscales an input image.
ai upscale-image input.jpg -m google/imagen-4.0-generate-001