--- id: langchain-openai version: "1.5.0" license: MIT license_treatment: permissive maintenance: active --- # langchain-openai โ€” An integration package connecting OpenAI and LangChain License: permissive ยท Maintenance: active ยท Popularity: top 1,000 on PyPI ## Install pip install langchain-openai uv add langchain-openai poetry add langchain-openai ## Description # langchain-openai [![PyPI - Version](https://img.shields.io/pypi/v/langchain-openai?label=%20)](https://pypi.org/project/langchain-openai/#history) [![PyPI - License](https://img.shields.io/pypi/l/langchain-openai)](https://opensource.org/licenses/MIT) [![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-openai)](https://pypistats.org/packages/langchain-openai) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchain_oss.svg?style=social&label=Follow%20%40LangChain)](https://x.com/langchain_oss) Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs). ## Quick Install ```bash uv add langchain-openai ``` ## ๐Ÿค” What is this? This package contains the LangChain integrations for OpenAI through their `openai` SDK. ## ๐Ÿ“– Documentation For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_openai/). For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Docs](https://docs.langchain.com/oss/python/integrations/providers/openai). ## ๐Ÿ“• Releases & Versioning See our... ## AI interpretation โ€” verify before relying Provides LangChain integrations for OpenAI's API, enabling language model operations through the openai SDK within the LangChain framework. Verdict: Production-ready integration package with active maintenance, no known vulnerabilities, and permissive licensing. Straightforward installation and clear dependency chain make it suitable for projects integrating OpenAI models into LangChain applications. [View on SkillFed](https://skillfed.io/packages/langchain-openai) ยท [View on PyPI](https://pypi.org/project/langchain-openai/)