MiniMax API v1 updates:

  • New image model: nano-banana-2 — lower cost flash variant with 512P/1K/2K/4K resolutions and up to 14 reference images
  • Credits per image: 512P/1K = 4, 2K = 5, 4K = 8
  • POST /images/create now supports 8 models

MiniMax is currently running a yearly subscription promo with 49% off, which comes with unlimited image generations, see screenshot


Example 1: Multi-reference 16:9 1K via POST /images/create

referenceFileId1
referenceFileId2

curl --location 'https://api.useapi.net/v1/minimax/images/create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'model="nano-banana-2"' \
--form 'prompt="Retro travel poster combining classic motorcycle and Golden Gate Bridge, 1950s Americana"' \
--form 'aspectRatio="16:9"' \
--form 'referenceFileId1="user:12345-minimax:…-file:…1"' \
--form 'referenceFileId2="user:12345-minimax:…-file:…2"' \
--form 'resolution="1K"'

Result:


Example 2: Multi-reference 3:4 2K quantity 3 via POST /images/create

referenceFileId1
referenceFileId2

curl --location 'https://api.useapi.net/v1/minimax/images/create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'model="nano-banana-2"' \
--form 'prompt="Cinematic still in the style of 1970s crime drama cinematography. The background is a dimly lit, ultra-exclusive Italian speakeasy with dark mahogany wood paneling and heavy crimson velvet curtains. The lighting is dramatic Chiaroscuro, featuring deep noir shadows and warm, moody amber glows from vintage table lamps. In the soft-focus background, shadowed figures of feline bodyguards in suits stand near arched doorways. The scene features The Boss Mr. Catz and his wife, Mrs. Catz, eating cake. The air is thick with a hazy, sophisticated atmosphere. Rich textures of polished silver, lace tablecloths, and crystal glassware. 8k resolution, film grain, intense dramatic mood."' \
--form 'quantity="3"' \
--form 'aspectRatio="3:4"' \
--form 'referenceFileId1="user:12345-minimax:…-file:…1"' \
--form 'referenceFileId2="user:12345-minimax:…-file:…2"' \
--form 'resolution="2K"'

Result: