All models
Imagev1.0.0

Depth Anything 3 Mono

Best-quality single-image depth → depth map (near = bright) plus a sky mask.

5 inputsIMAGEIMAGEIMAGE
Depth Anything 3 Mono input
Depth Anything 3 Mono output

Best-quality single-image depth + sky mask

Run the node

IMAGE
252 – 1008INT
Inference resolution
TEXT
BOOLEAN
Invert (near = dark)
TEXT
Preview colors
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 depth-anything-3-mono 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("depth-anything-3-mono", {
  image: { ref: "https://..." },
  inputSize: { value: 504 },
  bitDepth: { value: "16" },
  invert: { value: false },
  colormap: { value: "spectral" },
});

Schema

Inputs

image*IMAGE
inputSizeINT
Inference resolution
504
bitDepthTEXT
16 · 8
16
invertBOOLEAN
Invert (near = dark)
false
colormapTEXT
Preview colors
spectral · inferno · viridis · magma · turbo
spectral

Outputs

depthIMAGE
colorDepthIMAGE
skyMaskIMAGE