All models
Imagev1.0.0

Grounding DINO (Detect)

Locate objects named in plain text, as boxes plus an annotated image.

4 inputsSTRUCTUREDIMAGE
Grounding DINO (Detect) input
Grounding DINO (Detect) output

Objects located from the words “subject, background”

Run the node

IMAGE
TEXT
Objects (comma separated)
0 – 1FLOAT
0 – 1FLOAT
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 grounding-dino 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("grounding-dino", {
  image: { ref: "https://..." },
  query: { value: "example" },
  boxThreshold: { value: 0.25 },
  textThreshold: { value: 0.25 },
});

Schema

Inputs

image*IMAGE
query*TEXT
Objects (comma separated)
boxThresholdFLOAT0.25
textThresholdFLOAT0.25

Outputs

detectionsSTRUCTURED
imageIMAGE