ZoeDepth

Model Information

Display Name: ZoeDepth

API Model ID: zedge/zoedepth

Category: Image tools

Description: ZoeDepth is a monocular depth estimation model that generates depth maps from single 2D images. Based on the paper "ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth." **Key Features:** - Zero-shot monocular depth estimation - Generates accurate depth maps from any photo - Fast processing (~4 seconds) - Works with any image type **Best For:** - 3D reconstruction from 2D photos - Depth-aware image editing - AR/VR content creation - Scene understanding and analysis - Creating parallax effects from still images

How to Use This Model

To use ZoeDepth via the HInow.ai API, use the model ID: zedge/zoedepth

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "zedge/zoedepth",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.002

Quick Reference

To use this model, set: "model": "zedge/zoedepth"

Featured: No

Documentation: https://hinow.ai/models/zedge/zoedepth

API Endpoint: https://api.hinow.ai/v1

Back to Models

ZoeDepth

zedge/zoedepth

$0.0020
per image

About

ZoeDepth is a monocular depth estimation model that generates depth maps from single 2D images. Based on the paper "ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth."

Key Features:

  • Zero-shot monocular depth estimation
  • Generates accurate depth maps from any photo
  • Fast processing (~4 seconds)
  • Works with any image type

Best For:

  • 3D reconstruction from 2D photos
  • Depth-aware image editing
  • AR/VR content creation
  • Scene understanding and analysis
  • Creating parallax effects from still images

Capabilities

Image tools

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "zedge/zoedepth",
    "prompt": "Transform this image into cyberpunk style",
    "images": [
      "https://example.com/image1.jpg",
      "data:image/png;base64,iVBORw0KGgo..."
    ]
  }'