Skip to main content
Glama

embeddings

Generate vector embeddings for text inputs to enable semantic search, similarity analysis, and machine learning applications using DeepInfra's AI models.

Instructions

Generate embeddings for a list of texts using DeepInfra OpenAI-compatible API.

Input Schema

NameRequiredDescriptionDefault
inputsYes
modelNo

Input Schema (JSON Schema)

{ "properties": { "inputs": { "items": { "type": "string" }, "title": "Inputs", "type": "array" }, "model": { "default": null, "title": "Model", "type": "string" } }, "required": [ "inputs" ], "type": "object" }

Latest Blog Posts

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