# Mynth Changelog > Product updates across the Mynth API, SDK, CLI, and open-source packages. Entries 1–20 of 20, newest first. Page 1 of 1. Filter and page with query parameters, the same on /changelog.md, /changelog.txt and /changelog.json: - `q` — words that must all appear (title, summary, body, version, model ids): `q=output.format` - `product` — any of: api, sdk, cli, tanstack-ai-adapter (comma-separated) - `type` — any of: feature, improvement, fix, models (comma-separated) - `breaking=true` — breaking changes only - `page` — from 1; `limit` — entries per page, 1–100, default 20 Example: https://mynth.io/changelog.md?product=sdk&breaking=true Each entry is also at `https://mynth.io/changelog/.md`. ## 2026-09-24 — Recraft V4.1 Flash (models · API, SDK) > Recraft V4.1 Flash is live for fast text-to-image drafts. [Recraft V4.1 Flash](/models/recraft%2Frecraft-v4.1-flash) is available now. Permalink: https://mynth.io/changelog/2026-09-24-recraft-v4-1-flash · Markdown: https://mynth.io/changelog/2026-09-24-recraft-v4-1-flash.md ## 2026-09-21 — Prefect Pony XL LoRA (models · API, SDK) > Goofy_Ai's Prefect Pony XL LoRA anime image model is live. [Prefect Pony XL LoRA](/models/goofy-ai%2Fprefect-pony-xl-lora) is available now. Permalink: https://mynth.io/changelog/2026-09-21-prefect-pony-xl-lora · Markdown: https://mynth.io/changelog/2026-09-21-prefect-pony-xl-lora.md ## 2026-09-14 — MAI Image 2.6 and 2.6 Flash (models · API, SDK) > Microsoft's MAI Image 2.6 family is live. [MAI Image 2.6](/models/microsoft%2Fmai-image-2.6) and [MAI Image 2.6 Flash](/models/microsoft%2Fmai-image-2.6-flash) are available now. Permalink: https://mynth.io/changelog/2026-09-14-mai-image-2.6 · Markdown: https://mynth.io/changelog/2026-09-14-mai-image-2.6.md ## 2026-09-14 — Anima (models · API, SDK) > CircleStone Labs' Anima anime image model is live. [Anima](/models/circlestone-labs%2Fanima) is available now. Permalink: https://mynth.io/changelog/2026-09-14-anima · Markdown: https://mynth.io/changelog/2026-09-14-anima.md ## 2026-09-09 — GPT Image 2.5 Flare and Sunburst (models · API, SDK) > OpenAI's GPT Image 2.5 Flare and Sunburst are live. [GPT Image 2.5 Flare](/models/openai%2Fgpt-image-2.5-flare) and [GPT Image 2.5 Sunburst](/models/openai%2Fgpt-image-2.5-sunburst) are available now. Permalink: https://mynth.io/changelog/2026-09-09-gpt-image-2.5 · Markdown: https://mynth.io/changelog/2026-09-09-gpt-image-2.5.md ## 2026-09-07 — MiniMax H3 (models · API, SDK) > MiniMax H3 image generation and editing is live. [MiniMax H3](/models/minimax%2Fh3) is available now. Permalink: https://mynth.io/changelog/2026-09-07-minimax-h3 · Markdown: https://mynth.io/changelog/2026-09-07-minimax-h3.md ## 2026-09-02 — FIBO Edit 1.5 (models · API, SDK) > Bria's commercially licensed FIBO Edit 1.5 is live. [FIBO Edit 1.5](/models/bria%2Ffibo-edit-1.5) is available now. Permalink: https://mynth.io/changelog/2026-09-02-fibo-edit-1.5 · Markdown: https://mynth.io/changelog/2026-09-02-fibo-edit-1.5.md ## 2026-09-01 — FIBO Generate 1.5 (models · API, SDK) > Bria's commercially licensed FIBO Generate 1.5 is live. [FIBO Generate 1.5](/models/bria%2Ffibo-generate-1.5) is available now. Permalink: https://mynth.io/changelog/2026-09-01-fibo-generate-1.5 · Markdown: https://mynth.io/changelog/2026-09-01-fibo-generate-1.5.md ## 2026-08-29 — Muse Image (models · API, SDK) > Meta's Muse Image is live. [Muse Image](/models/meta%2Fmuse-image) is available now. Permalink: https://mynth.io/changelog/2026-08-29-muse-image · Markdown: https://mynth.io/changelog/2026-08-29-muse-image.md ## 2026-08-29 — Grok Imagine Video 1.5 (models · API) > xAI's Grok Imagine Video 1.5 is live. [Grok Imagine Video 1.5](/models/xai%2Fgrok-imagine-video-1.5) is available now. Permalink: https://mynth.io/changelog/2026-08-29-grok-imagine-video · Markdown: https://mynth.io/changelog/2026-08-29-grok-imagine-video.md ## 2026-08-29 — Grok Imagine Image 2.0 (models · API, SDK) > xAI's Grok Imagine Image 2.0 is live. [Grok Imagine Image 2.0](/models/xai%2Fgrok-imagine-image-2.0) is available now. Permalink: https://mynth.io/changelog/2026-08-29-grok-imagine-image-2-0 · Markdown: https://mynth.io/changelog/2026-08-29-grok-imagine-image-2-0.md ## 2026-08-29 — Gemini Omni Flash 1.1 (models · API) > Google's Gemini Omni Flash 1.1 is live for text-to-video and image-to-video. [Gemini Omni Flash 1.1](/models/google%2Fgemini-omni-flash-1.1) is available now. Permalink: https://mynth.io/changelog/2026-08-29-gemini-omni-flash · Markdown: https://mynth.io/changelog/2026-08-29-gemini-omni-flash.md ## 2026-08-28 — Pick the output format for generated images (improvement · API · BREAKING) > Ask for png, jpg, or webp and the result tells you what you got. `output.format` on `POST /image/generate` now decides the encoding. Pass `png`, `jpg`, or `webp` and Mynth converts the image before delivering it. Leave it out and you get whatever the provider returned. ```json { "model": "black-forest-labs/flux.2-pro", "prompt": "A futuristic cityscape at sunset with flying cars", "output": { "format": "webp" } } ``` Every successful image in the result now carries a `format` field, so you can read what was actually delivered instead of inferring it from the URL. Two fields went away. `output.quality` is gone, and each format encodes at its own default. Per-image `cost` is gone from the result as well, so read the task-level `cost` instead. Results also report `magic_prompt` again when [magic prompt](/features/magic-prompts) rewrites your prompt. It had been dropped from the payload. Permalink: https://mynth.io/changelog/2026-08-28-image-output-format · Markdown: https://mynth.io/changelog/2026-08-28-image-output-format.md ## 2026-08-06 — Image review and alt text (feature · API, SDK, CLI · sdk 0.0.36) > Score generated images for quality issues and produce descriptive alt text, from the API, SDK, and CLI. Two new image analysis calls. `review` scores an image for quality issues, and `alt` writes short, descriptive alt text. Both work on any image, whether Mynth generated it or not. ```ts import Mynth from "@mynthio/sdk"; const mynth = new Mynth(); const review = await mynth.image.review({ url: "https://..." }); const { alt } = await mynth.image.alt({ url: "https://..." }); ``` Both are CLI commands too, `mynth image review` and `mynth image alt`. The SDK also ships webhook helpers for Next.js and TanStack Start. Permalink: https://mynth.io/changelog/2026-08-06-image-review-and-alt-text · Markdown: https://mynth.io/changelog/2026-08-06-image-review-and-alt-text.md ## 2026-08-05 — Qwen Image 3.0 and 3.0 Pro (models · API, SDK) > Alibaba's Qwen Image 3.0 family is live. [Qwen Image 3.0](/models/alibaba%2Fqwen-image-3.0) and [Qwen Image 3.0 Pro](/models/alibaba%2Fqwen-image-3.0-pro) are available now. Permalink: https://mynth.io/changelog/2026-08-05-qwen-image-3 · Markdown: https://mynth.io/changelog/2026-08-05-qwen-image-3.md ## 2026-08-02 — Rate and alt take a single image (improvement · SDK, CLI · sdk 0.0.34 · BREAKING) > The rate and alt APIs are simplified to one image per call. `mynth.image.rate` and `mynth.image.alt` now take a single image instead of a batch. Calls that passed an array must make one call per image. The batched form is gone from the SDK and the CLI. Permalink: https://mynth.io/changelog/2026-08-02-single-image-rate-and-alt · Markdown: https://mynth.io/changelog/2026-08-02-single-image-rate-and-alt.md ## 2026-07-18 — One Obsession (models · API, SDK) > The One Obsession model is live. [One Obsession](/models/maxfeifei8%2Fone-obsession) is available now. Permalink: https://mynth.io/changelog/2026-07-18-one-obsession · Markdown: https://mynth.io/changelog/2026-07-18-one-obsession.md ## 2026-07-17 — Reve and Reve Remix (models · API, SDK) > Reve's text-to-image and remix models are live. [Reve](/models/reve%2Freve) and [Reve Remix](/models/reve%2Freve-remix) are available now. Permalink: https://mynth.io/changelog/2026-07-17-reve-and-reve-remix · Markdown: https://mynth.io/changelog/2026-07-17-reve-and-reve-remix.md ## 2026-07-08 — Destinations and webhooks in the CLI (feature · CLI · cli 0.0.18) > Manage storage destinations and webhooks without leaving the terminal. `mynth destination` and `mynth webhook` create, list, inspect, and remove both kinds of record from the terminal. [Destinations](/features/destinations) are the storage targets Mynth delivers generated media to. Permalink: https://mynth.io/changelog/2026-07-08-destinations-and-webhooks-in-the-cli · Markdown: https://mynth.io/changelog/2026-07-08-destinations-and-webhooks-in-the-cli.md ## 2026-07-05 — Balance and cost estimates in the CLI (feature · CLI · cli 0.0.17) > Check your account balance and the exact cost of a request before sending it. `mynth balance` prints your account balance. Generation commands can estimate the flat, published cost of a request before it runs. The CLI also exits with a distinct code per failure kind, so scripts and agents can branch on what went wrong. Permalink: https://mynth.io/changelog/2026-07-05-balance-and-cost-estimates · Markdown: https://mynth.io/changelog/2026-07-05-balance-and-cost-estimates.md