Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

deduplicate_images

Identify and extract a diverse subset of visually similar images using Jina CLIP v2 embeddings and submodular optimization. Ideal for reducing redundancy in image collections.

Instructions

Get top-k semantically unique images (URLs or base64-encoded) using Jina CLIP v2 embeddings and submodular optimization. Use this when you have many visually similar images and want the most diverse subset.

Input Schema

NameRequiredDescriptionDefault
imagesYesArray of image inputs to deduplicate. Each item can be either an HTTP(S) URL or a raw base64-encoded image string (without data URI prefix).
kNoNumber of unique images to return. If not provided, automatically finds optimal k by looking at diminishing return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "images": { "description": "Array of image inputs to deduplicate. Each item can be either an HTTP(S) URL or a raw base64-encoded image string (without data URI prefix).", "items": { "type": "string" }, "type": "array" }, "k": { "description": "Number of unique images to return. If not provided, automatically finds optimal k by looking at diminishing return", "type": "number" } }, "required": [ "images" ], "type": "object" }
Install Server

Other Tools from Jina AI Remote MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jina-ai/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server