@koda-sl/baker-cli 0.124.0 → 0.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1690,14 +1690,14 @@ baker images generate "flat geometric mascot, brand palette" \
|
|
|
1690
1690
|
--model recraft/recraft-v4.1-pro-vector --rgb-colors "[[10,10,10],[255,80,0]]" --bg-rgb "[255,255,255]"
|
|
1691
1691
|
```
|
|
1692
1692
|
|
|
1693
|
-
**Models** (`--model`, default `
|
|
1693
|
+
**Models** (`--model`, default `google/gemini-3.1-flash-image-preview`):
|
|
1694
1694
|
|
|
1695
1695
|
| Model | Best for | Aspect ratios | Sizes |
|
|
1696
1696
|
|---|---|---|---|
|
|
1697
|
-
| `
|
|
1698
|
-
| `google/gemini-3-pro-image-preview` | Highest fidelity (Nano Banana Pro) | standard set | `1K` `2K` `4K` |
|
|
1697
|
+
| `google/gemini-3.1-flash-image-preview` **(default)** | Fast iteration, reference editing, extreme aspect ratios (Nano Banana flash) | standard **+** `1:4` `4:1` `1:8` `8:1` | `0.5K`–`4K` |
|
|
1699
1698
|
| `google/gemini-3.5-flash` | Fast; extreme aspect ratios | standard **+** `1:4` `4:1` `1:8` `8:1` | `0.5K`–`4K` |
|
|
1700
|
-
| `google/gemini-3
|
|
1699
|
+
| `google/gemini-3-pro-image-preview` | Highest fidelity (Nano Banana Pro) — strong prompt adherence and reference grounding | standard set | `1K` `2K` `4K` |
|
|
1700
|
+
| `openai/gpt-5.4-image-2` | Photoreal + cleanest in-image text — ad/landing reproduction | standard set | `1K` `2K` `4K` |
|
|
1701
1701
|
| `recraft/recraft-v4.1-pro-vector` | Vector/flat/SVG-style with palette control | standard set | `1K` `2K` `4K` |
|
|
1702
1702
|
|
|
1703
1703
|
Standard aspect ratios: `1:1` `2:3` `3:2` `3:4` `4:3` `4:5` `5:4` `9:16` `16:9` `21:9`.
|
|
@@ -1706,7 +1706,7 @@ Standard aspect ratios: `1:1` `2:3` `3:2` `3:4` `4:3` `4:5` `5:4` `9:16` `16:9`
|
|
|
1706
1706
|
|
|
1707
1707
|
| Flag | Description |
|
|
1708
1708
|
|---|---|
|
|
1709
|
-
| `--model` | Model id (default `
|
|
1709
|
+
| `--model` | Model id (default `google/gemini-3.1-flash-image-preview`) |
|
|
1710
1710
|
| `--aspect-ratio` | Output aspect ratio (default `1:1`) |
|
|
1711
1711
|
| `--image-size` | Resolution: `1K` (default) `2K` `4K` (Gemini flash also `0.5K`) |
|
|
1712
1712
|
| `--reference` | Comma-separated visual references, each either a **public image URL** (Pinterest / stock / library `imageUrl`) **or a local file path** (a sandbox image — brand logo, product shot, cropped photo, screenshot). Local files are downscaled (≤1536px) and inlined automatically — no manual upload. Applied in order; the biggest quality lever for photographed, on-brand output. Split is on `,`, so a URL containing a literal comma in its query string would be torn in two (rare for image CDNs — pass it alone if it occurs); a single `data:` URL is taken whole. |
|