vision_analyze
Analyze images using a custom prompt, supporting local paths, public URLs, base64, and file IDs, with adjustable detail for coarse or fine-detail tasks.
Instructions
Analyze one or more images with a custom prompt.
Image sources may be:
local server-side paths under DEEPSEEK_VISION_ALLOWED_ROOTS
public http(s) URLs
base64 data:image/... URLs
DeepSeek Files API IDs beginning with file-api-
Use detail="low" for cheap/fast coarse inspection, or "original" for screenshots, OCR, charts, and other fine-detail tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | auto | |
| images | Yes | ||
| prompt | Yes | ||
| json_mode | No | ||
| max_tokens | No |