Skip to main content

Available Model List

For Nano Banana series, please refer to: https://docs.aihubmix.com/en/api/Gemini-Guides

OpenAI Models

  • gpt-image-2 - Supported through the OpenAI-compatible image editing endpoint. Use the full model ID gpt-image-2; image2 is not a valid model ID.
  • gpt-image-1.5 - OpenAI’s latest image generation model, featuring improved instruction adherence and prompt execution capabilities.
  • gpt-image-1 - A multimodal language model that accepts text and image inputs, generating image outputs.
  • gpt-image-1-mini - An economical version of gpt-image-1.
  • dall-e-3 - Capable of creating realistic images and artworks based on natural language descriptions, supporting the creation of new images in specified dimensions based on prompts.

Imagen Models

  • imagen-4.0-ultra-generate-001
  • imagen-4.0-generate-001
  • imagen-4.0-fast-generate-001
  • imagen-4.0-fast-generate-preview-06-06
  • imagen-3.0-generate-002

Qwen Models

  • qwen-image - A foundational image generation model in the Qwen series that has made significant progress in complex text rendering and precise image editing.
  • qwen-image-edit - Qwen image editing model.

Doubao Models

  • doubao-seedream-4-5 - ByteDance’s latest multimodal image model, integrating capabilities for text-to-image, image-to-image, and composite image outputs.
  • doubao-seedream-4-0 - ByteDance’s SOTA multimodal image creation model, supporting diverse functionalities such as multi-image fusion creation, image editing, and composite image generation.

Flux Models

  • flux-2-flex - Designed for real-world creative production workflows, generating high-quality images while maintaining character and style consistency among multiple references.
  • flux-2-pro - An image generation and editing model developed by Black Forest Labs, supporting complex text reading and writing.
  • FLUX.1-Kontext-pro - A multimodal flow matching model developed by Black Forest Labs, supporting both text-to-image generation and image editing in context.

iRAG Models

  • irag-1.0 - Baidu’s self-developed image generation model capable of producing ultra-realistic images.
  • ernie-irag-edit - Baidu’s self-developed image editing model, supporting operations like erase, repaint, and variation based on images.

Ideogram Models

  • V3 - Ideogram AI’s image generation model, capable of quickly generating images.

API Interface

Request URL

<model_path> is <provider/model_id>, for example, <openai/gpt-image-1.5>, <qianfan/qwen-image>.

Request Headers

Request Parameters

General Parameters

OpenAI Model Parameters

Flux Model Parameters

Qwen Model Parameters

Doubao Model Parameters

The actual number of images that can be generated is influenced not only by max_images but also by the number of reference images provided. The number of input reference images + the final number of generated images ≤ 15.

Usage Examples

OpenAI

gpt-image-2

This is an OpenAI image editing model. Use the full model name gpt-image-2; image2 is not a valid model ID. When the endpoint returns b64_json, the examples below save it as edited.png.

Google Imagen

Qwen

Doubao

Flux

  • flux-2-flex and flux-2-pro are asynchronous endpoints, requiring a two-step request. This series is extremely fast, almost instantaneous.
  • FLUX.1-Kontext-pro uses a general interface, providing a one-step process.

FLUX One-Step Drawing

Flux Asynchronous Drawing

Step 1: Send Drawing Request
Output result example:
Step 2: Get Generated Image Link
Get Image

Ideogram V3

  1. Versions below V3 (V_2, V_1, etc.) are old interfaces and are not supported.
  2. The returned links require a proxy network to access.

iRAG


Last updated: 2026-06-01