ByteDance
ByteDance/bytedance-depth-anything-video/Released Mar 2026

Depth Anything Video

Video-to-depth estimation with temporal consistency, selectable model size, colormaps, and optional raw depth export.

Provider
ByteDance
Modality
video-to-video
Released
Mar 2026
Pricing
$0.05 / sec

Ready to build with Depth Anything Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-depth-anything-video",
  "video_url": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "depth_model": "VDA-Large",
  "colormap": "grayscale",
  "resolution": "auto",
  "side_by_side": false,
  "include_raw_depths": false
}'