Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public-endpoints/ai-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ 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. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #62 adds google/nano-banana-2-edit model with resolution options (1k/2k/4k), 14 aspect ratios, output format (jpeg/png), safety checker, and multi-image input support. Model details from src/runpod-image-model.ts and README.md changes.
View source

| `tongyi-mai/z-image-turbo` | [Z-Image Turbo](/public-endpoints/models/z-image-turbo). Fast 6B parameter model with text-to-image support. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Z-Image Turbo support added in v1.3.0 release. Model ID tongyi-mai/z-image-turbo and parameters confirmed from PR #58 changelog and the provider's README.
View source


For a complete list of available models and their parameters, see the [model reference](/public-endpoints/reference).

Expand Down
Loading