Saltar para o conteúdo principal

Available Model List

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

OpenAI Models

  • gpt-image-2 - Compatível com o endpoint de edição de imagens no formato OpenAI. Use o ID completo gpt-image-2; image2 não é um ID de modelo válido.
  • 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 no 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 como 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>, por exemplo, <openai/gpt-image-1.5>, <qianfan/qwen-image>.

Headers da Requisição

Parâmetros da Requisição

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

Este é um modelo de edição de imagens da OpenAI. Use o nome completo gpt-image-2; image2 não é um ID de modelo válido. Quando o endpoint retorna b64_json, os exemplos abaixo salvam o resultado como 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

Passo 1: Send Drawing Request
Output result example:
Passo 2: Get Gered 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


Última atualização: 2026-06-01