---
title: Framework Integrations
product: vercel
url: /docs/ai-gateway/ecosystem/framework-integrations
type: conceptual
prerequisites:
  - /docs/ai-gateway/ecosystem
  - /docs/ai-gateway
related:
  - /docs/ai-gateway
  - /docs/ai-gateway/capabilities/observability
  - /docs/ai-gateway/models-and-providers
  - /docs/ai-gateway/sdks-and-apis/openai-chat-completions
  - /docs/ai-sdk
summary: Explore available community framework integrations with Vercel AI Gateway
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# Framework Integrations

The Vercel [AI Gateway](/docs/ai-gateway) integrates with popular community AI frameworks and tools,
enabling you to build powerful AI applications while
using the Gateway's features like [cost tracking](/docs/ai-gateway/capabilities/observability) and [unified API access](/docs/ai-gateway/models-and-providers).

### Integration overview

You can integrate the AI Gateway with popular frameworks in several ways:

- **OpenAI Chat Completions**: Use the AI Gateway's [Chat Completions API](/docs/ai-gateway/sdks-and-apis/openai-chat-completions)
- **Native Support**: Direct integration through plugins or official support
- **AI SDK Integration**: Leverage the [AI SDK](/docs/ai-sdk) to access [AI Gateway](/docs/ai-gateway) capabilities directly

### Supported frameworks

The following below list is a non-exhaustive list of frameworks that currently support AI Gateway integration:

- [LangChain](/docs/ai-gateway/ecosystem/framework-integrations/langchain)
- [LangFuse](/docs/ai-gateway/ecosystem/framework-integrations/langfuse)
- [LiteLLM](/docs/ai-gateway/ecosystem/framework-integrations/litellm)
- [LlamaIndex](/docs/ai-gateway/ecosystem/framework-integrations/llamaindex)
- [Mastra](/docs/ai-gateway/ecosystem/framework-integrations/mastra)
- [Pydantic AI](/docs/ai-gateway/ecosystem/framework-integrations/pydantic-ai)


---

[View full sitemap](/docs/sitemap)
