Skip to content

v0.2.1

Choose a tag to compare

@humid888 humid888 released this 15 Mar 15:32

What's New

Image Generation

  • fm image generate -p "prompt" — text-to-image generation powered by Gemini
  • --image / -i — provide reference images for editing/transformation (repeatable, max 14)
  • --model / -m — choose between gemini-3.1-flash-image-preview (default) and gemini-3-pro-image-preview
  • --aspect-ratio / -a — 14 aspect ratios supported (1:1, 16:9, 9:16, etc.)
  • --size / -s — output resolution: 512, 1K (default), 2K, 4K
  • --output-file / -f — custom output path (default: generated_<timestamp>.<ext>)
  • Client-side validation with gh-style {val1|val2|...} enum listing in help and error messages
  • JSON output mode (-o json) returns raw base64 for pipeline use