TrueFoundry LLM Operations
Workflow capability for AI/LLM operations via TrueFoundry's AI Gateway. Combines chat completions, embeddings, image generation, content moderation, and document reranking into a unified AI operations workflow. Used by AI engineers, data scientists, and application developers building LLM-powered applications on TrueFoundry's enterprise platform.
What You Can Do
MCP Tools
chat-completion
Generate a chat completion using any model available in TrueFoundry AI Gateway (GPT-4o, Claude, Gemini, Mistral, etc.). Supports streaming, tool calling, and all OpenAI-compatible parameters.
create-embeddings
Generate vector embeddings for text. Used for semantic search, RAG pipelines, and similarity comparisons across 1000+ embedding models.
generate-images
Generate images from text prompts using AI image models
moderate-content
Check text content for policy violations
rerank-documents
Rerank a list of documents by their relevance to a query. Used in RAG pipelines to improve retrieval quality.
list-models
List all LLM models available in TrueFoundry AI Gateway
create-batch
Create a batch job for async processing of multiple LLM requests
list-files
List files uploaded to TrueFoundry