Skip to content
Open
Changes from 2 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
1 change: 1 addition & 0 deletions public-endpoints/ai-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Copy link
Copy Markdown
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
Copy Markdown
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