Advanced Image Understanding API Showcase

Analyze and understand images using advanced AI with thinking capabilities. Get detailed descriptions, insights, and analysis of any image.

Configuration

Provide a URL to the image you want to analyze

Advanced Settings

Analysis Result

No Analysis Performed

Provide an image URL and question to start analysis

API Endpoint

This demo uses the /v1/image-understanding endpoint with advanced AI capabilities.

Example Request:

{
  "input_image": "https://example.com/image.jpg",
  "prompt": "What do you see in this image?",
  "thinking": true,
  "temperature": 0.0,
  "max_new_tokens": 64
}