All models
Imagev1.0.0

GPT Image 2

Text-to-image with GPT Image 2, optionally guided by a reference image

4 inputsIMAGE
Demo coming soon
Demo coming soon

Run the node

TEXT
IMAGE
Reference image
TEXT
TEXT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins gpt-image-2 and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("gpt-image-2", {
  prompt: { value: "example" },
  image: { ref: "https://..." },
  size: { value: "1024x1024" },
  quality: { value: "medium" },
});

Schema

Inputs

prompt*TEXT
imageIMAGE
Reference image
sizeTEXT
1024x1024 · 1536x1024 · 1024x1536
1024x1024
qualityTEXT
low · medium · high
medium

Outputs

imageIMAGE