Skip to main content
Glama

MCP DeepInfra AI Tools Server

by phuihock

object_detection

Identify and locate objects within images using AI-powered computer vision. Upload an image URL to detect various objects and their positions automatically.

Instructions

Detect objects in an image using DeepInfra OpenAI-compatible API with multimodal model.

Input Schema

NameRequiredDescriptionDefault
image_urlYes
modelNo

Input Schema (JSON Schema)

{ "properties": { "image_url": { "title": "Image Url", "type": "string" }, "model": { "default": null, "title": "Model", "type": "string" } }, "required": [ "image_url" ], "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