All models
Imagev1.0.0

Grok Imagine 2

Grok Imagine 2.0 text-to-image

2 inputsIMAGE
Demo coming soon
Demo coming soon

Run the node

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 grok-imagine-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("grok-imagine-image-2", {
  prompt: { value: "example" },
  aspectRatio: { value: "1:1" },
});

Schema

Inputs

prompt*TEXT
aspectRatioTEXT
1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3
1:1

Outputs

imageIMAGE