Skip to content
Main Site News Console

Image and Video Generation Models

This page summarizes the current image and video generation model families available on 4ALL API and explains the naming rules for model suffixes. The live list and pricing are subject to the console Model Marketplace.

Image Models

FamilyRepresentative ModelsDescription
GPT-Imagegpt-image-2gpt-image-2-fastgpt-image-1.5gpt-image-1OpenAI image generation, -fast is the accelerated version
Gemini Images (Nano Banana class)gemini-3.1-flash-imagegemini-3.0-pro-imagegemini-3-pro-imageGoogle image generation and editing
Imagenimagen-4.0-generate-previewGoogle Imagen text-to-image

For usage, see GPT-Image Image Generation and Nano Banana Image Generation.

Image Model Suffixes

You can specify aspect ratio and resolution by adding suffixes to the base model name, with no need to set them separately in parameters:

  • Aspect ratio: -portrait (portrait), -landscape (landscape), -square (square), -three-four (3:4), -four-three (4:3); no suffix means the default aspect ratio;
  • Resolution: -2k, -4k (only GPT-Image supports 4k);
  • Suffixes can be combined, for example gpt-image-2-fast-portrait-4k, gemini-3.1-flash-image-square-2k.

Video Models

Video generation uses an asynchronous task protocol (submit task → poll for result), see Video Generation (Async Protocol).

FamilyRepresentative ModelsDescription
VEO 3.1veo_3_1_t2vveo_3_1_i2v_sveo_3_1_r2v_fastGoogle VEO, divided into standard / _fast / _lite / _s tiers, some support _1080p
Omni Flashomni_flash_6s_portraitomni_flash_i2v_10s_landscapeFast video model, supports 4s / 6s / 8s / 10s durations
Abraabra_t2v_8s_landscapeabra_r2v_10s_portraitSupports 8s / 10s durations

Video Model Naming Rules

Model names are composed as family + generation mode + duration + aspect ratio:

  • Generation mode: t2v (text-to-video), i2v (image-to-video), r2v (reference-image-to-video); when Omni Flash does not include a generation-mode segment, it defaults to text-to-video;
  • Duration: 4s / 6s / 8s / 10s (supported ranges vary by family; see the Model Marketplace);
  • Aspect ratio: portrait / landscape;
  • Tier / resolution (VEO only): fast, lite, s, 1080p.

Recommendation: use Omni Flash or VEO _lite / _fast for drafts and batch scenarios, and use the VEO standard tier when prioritizing final output quality.