AI21 Labs는 자연어를 이해하고 생성할 수 있는 AI 시스템을 개발하는 자연어 처리(NLP) 전문 회사입니다.
이 페이지에서는 LangChain 내에서 AI21 생태계를 사용하는 방법을 다룹니다.

Installation and Setup

  • AI21 api key를 발급받아 환경 변수로 설정하세요 (AI21_API_KEY)
  • Python 패키지를 설치하세요:
pip install langchain-ai21

Chat models

AI21 Chat

사용 예제를 참조하세요.
from langchain_ai21 import ChatAI21

Deprecated features

:::caution 다음 기능들은 더 이상 사용되지 않습니다. :::

AI21 LLM

from langchain_ai21 import AI21LLM

AI21 Contextual Answer

from langchain_ai21 import AI21ContextualAnswers

Text splitters

AI21 Semantic Text Splitter

from langchain_ai21 import AI21SemanticTextSplitter

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I