All models
Imagev1.0.0
Flux Kontext Pro
Instruction edit holding identity and style, at Kontext's pro quality tier
3 inputsIMAGE
Demo coming soon
Demo coming soon
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 flux-kontext-pro 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("flux-kontext-pro", {
image: { ref: "https://..." },
prompt: { value: "example" },
seed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node flux-kontext-pro \
-i image=@https://... \
-i prompt="example" \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "flux-kontext-pro",
"inputs": {
"image": {
"ref": "https://..."
},
"prompt": {
"value": "example"
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"flux-kontext-pro","inputs":{"image":{"ref":"https://..."},"prompt":{"value":"example"},"seed":{"value":1}}}'Schema
Inputs
| image* | IMAGE | ||
| prompt* | TEXT | Instruction | |
| seed | INT |
Outputs
| image | IMAGE |