Skip to content

Latest commit

 

History

History
111 lines (77 loc) · 10.4 KB

File metadata and controls

111 lines (77 loc) · 10.4 KB

LLM Operations and Observability

Tools for building, evaluating, and operating applications built on top of large language models — often grouped under the term LLMOps. These sit one layer above the models themselves: they help you assemble LLM and RAG pipelines, route and cache requests, trace what your application does in production, and measure output quality over time.

For the models and providers these tools run on, see Foundation Models; for autonomous-agent frameworks (CrewAI, LangGraph, AutoGen), see Automation.


Table of contents



Application Frameworks

Libraries for composing LLM calls, retrieval (RAG), and tools into applications. For agent-runtime frameworks, see the Automation section.

Tool Description License Pricing
LangChain A widely used framework for building LLM applications by chaining models, prompts, retrieval, and tools. opensource Freemium
LlamaIndex A data framework for connecting LLMs to your own data, focused on retrieval and RAG pipelines. opensource Freemium
Haystack An open-source framework from deepset for building production RAG and search pipelines. opensource free
DSPy A framework from Stanford for programming (rather than prompting) and automatically optimizing LLM pipelines. opensource free
Pydantic AI A type-safe Python agent framework from the Pydantic team, with structured, validated outputs. opensource free

Observability and Tracing

Tools to log, trace, and monitor LLM and agent applications in production — inspecting prompts, responses, latency, cost, and errors.

Tool Description License Pricing
Langfuse An open-source LLM engineering platform for tracing, prompt management, and evaluation. opensource Freemium
LangSmith LangChain's platform for tracing, testing, and monitoring LLM applications (works with or without LangChain). proprietary Freemium
Helicone An open-source observability platform that proxies LLM requests to log, monitor, and cache them. opensource Freemium
Arize Phoenix An open-source tool for tracing, evaluating, and debugging LLM applications, with strong RAG support. opensource free
Lunary An open-source platform for monitoring, prompt management, and analytics of LLM apps. opensource Freemium
Langtrace An open-source, OpenTelemetry-based tracing tool for LLM applications and frameworks. opensource free

Evaluation and Testing

Tools to measure output quality, regression-test prompts, and catch issues such as hallucinations before and after deployment.

Tool Description License Pricing
Promptfoo An open-source tool for testing, evaluating, and red-teaming prompts and LLM applications. opensource Freemium
DeepEval An open-source evaluation framework for LLM outputs, with a wide set of metrics and unit-test-style assertions. opensource free
Ragas An open-source framework for evaluating retrieval-augmented generation (RAG) pipelines. opensource free
Braintrust A platform for evaluating, testing, and iterating on LLM applications with datasets and scoring. proprietary Freemium
Confident AI The cloud platform behind DeepEval, for running, tracking, and sharing LLM evaluations. proprietary Freemium
Galileo An enterprise platform for evaluating and monitoring LLM and agent applications. proprietary Freemium

AI Gateways and Routing

Tools that sit between your application and the model providers to give you a single API, with routing, fallbacks, caching, rate limiting, and cost controls.

Tool Description License Pricing
LiteLLM An open-source gateway exposing 100+ providers behind a single OpenAI-compatible API, with routing and cost tracking. opensource Freemium
Portkey An open-source AI gateway with routing, caching, guardrails, and built-in observability. opensource Freemium
Cloudflare AI Gateway A gateway that adds caching, rate limiting, logging, and analytics in front of model providers. proprietary Freemium
OpenRouter A unified API that routes requests across many proprietary and open models from a single account. proprietary Freemium