# `DepthEstimation`
[🔗](https://github.com/huggingface/huggingface_client/blob/v0.1.0/lib/huggingface_client/inference/tasks/tasks.ex#L272)

Estimate depth from an image (monocular depth estimation).

# `run`

Estimates depth from an image. Returns a depth map.

## Options
- `:image` — image URL, binary, or base64 (required)
- `:model` — override model

---

*Consult [api-reference.md](api-reference.md) for complete listing*
