From 9b9be4e496893a4b90f6014789a44f7bc2c32aa5 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:30:04 +0000 Subject: [PATCH 1/2] Add Z-Image Turbo to Vercel AI SDK image models --- public-endpoints/ai-sdk.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/public-endpoints/ai-sdk.mdx b/public-endpoints/ai-sdk.mdx index 9bede559..4093898c 100644 --- a/public-endpoints/ai-sdk.mdx +++ b/public-endpoints/ai-sdk.mdx @@ -278,6 +278,7 @@ const { image } = await generateImage({ | `black-forest-labs-flux-1-schnell` | [Flux Schnell](/public-endpoints/models/flux-schnell). Fast generation, good for prototyping. | | `google-nano-banana-edit` | [Nano Banana Edit](/public-endpoints/models/nano-banana-edit). Supports multiple reference images. | | `bytedance-seedream-4-0-t2i` | [Seedream 4.0](/public-endpoints/models/seedream-4-t2i). Text-to-image with good prompt adherence. | +| `tongyi-mai/z-image-turbo` | [Z-Image Turbo](/public-endpoints/models/z-image-turbo). Fast 6B parameter model with text-to-image support. | For a complete list of available models and their parameters, see the [model reference](/public-endpoints/reference). From 7bd98dbdd5b18e0729a383b09c210e6e7bf0c99e Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:43:58 +0000 Subject: [PATCH 2/2] Sync documentation updates --- public-endpoints/ai-sdk.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/public-endpoints/ai-sdk.mdx b/public-endpoints/ai-sdk.mdx index 4093898c..311091ba 100644 --- a/public-endpoints/ai-sdk.mdx +++ b/public-endpoints/ai-sdk.mdx @@ -277,6 +277,7 @@ const { image } = await generateImage({ | `black-forest-labs-flux-1-dev` | [Flux Dev](/public-endpoints/models/flux-dev). High quality, detailed images. | | `black-forest-labs-flux-1-schnell` | [Flux Schnell](/public-endpoints/models/flux-schnell). Fast generation, good for prototyping. | | `google-nano-banana-edit` | [Nano Banana Edit](/public-endpoints/models/nano-banana-edit). Supports multiple reference images. | +| `google/nano-banana-2-edit` | [Nano Banana 2 Edit](/public-endpoints/models/nano-banana-2-edit). Image editing with 14 aspect ratios and resolution options (1k/2k/4k). | | `bytedance-seedream-4-0-t2i` | [Seedream 4.0](/public-endpoints/models/seedream-4-t2i). Text-to-image with good prompt adherence. | | `tongyi-mai/z-image-turbo` | [Z-Image Turbo](/public-endpoints/models/z-image-turbo). Fast 6B parameter model with text-to-image support. |