Skip to main content
Glama

MCP DeepInfra AI Tools Server

by phuihock

token_classification

Identify and extract named entities from text using named entity recognition (NER) to categorize entities like people, organizations, and locations.

Instructions

Perform named entity recognition (NER) on text using DeepInfra OpenAI-compatible API.

Input Schema

NameRequiredDescriptionDefault
modelNo
textYes

Input Schema (JSON Schema)

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