Skip to main content
Integrate Eden AI with LangChain for building powerful LLM applications with access to 500+ models.

Overview

LangChain is a framework for developing applications powered by language models. Eden AI integrates seamlessly with LangChain’s ChatOpenAI class, giving you access to multiple providers through a single interface.

Installation

Quick Start (Python)

Quick Start (TypeScript)

Available Models

Pass any provider/model string as the model (or modelName) parameter. For example:
  • openai/gpt-4 — GPT-4
  • anthropic/claude-sonnet-4-5 — Claude Sonnet
  • google/gemini-2.5-flash — Gemini Flash

Prompt Templates

Chains

Environment Variables

Next Steps