Skip to main content
Glama

MCP DeepInfra AI Tools Server

by phuihock

zero_shot_image_classification

Classify images using custom labels without prior training. Upload an image and specify categories to identify objects, scenes, or content using AI-powered computer vision.

Instructions

Classify an image with zero-shot labels using DeepInfra OpenAI-compatible API (CLIP).

Input Schema

NameRequiredDescriptionDefault
candidate_labelsYes
image_urlYes
modelNo

Input Schema (JSON Schema)

{ "properties": { "candidate_labels": { "items": { "type": "string" }, "title": "Candidate Labels", "type": "array" }, "image_url": { "title": "Image Url", "type": "string" }, "model": { "default": null, "title": "Model", "type": "string" } }, "required": [ "image_url", "candidate_labels" ], "type": "object" }

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/phuihock/mcp-deeinfra'

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