MCP Servers / development / DeepInfra API

DeepInfra API

JSON →
none1development

Provides a full suite of AI tools via DeepInfra’s OpenAI-compatible API, including image generation, text processing, embeddings, and speech recognition.

Install
How to run this server
[ { "cmd": "uvx\n\n`uvx`", "imports": [] } ]
server path: deepinfra-api
Tools
What this server exposes
generate_image
Generate an image from a text prompt. Returns the URL of the generated image.
text_generation
Generate text completion from a prompt.
embeddings
Generate embeddings for a list of input texts.
speech_recognition
Transcribe audio from a URL to text using Whisper model.
zero_shot_image_classification
Classify an image into provided candidate labels using vision model.
object_detection
Detect and describe objects in an image using multimodal model.
image_classification
Classify and describe contents of an image using multimodal model.
text_classification
Analyze text for sentiment and category.
token_classification
Perform named entity recognition (NER) on text.
fill_mask
Fill masked tokens in text with appropriate words.
Configuration
Environment & auth
authnone
envDEEPINFRA_API_KEY
Resources
DeepInfra API — MCP Server · libregistry