Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
ai.languageModels.user
iam_token
YC_IAM_TOKEN
api_key
YC_API_KEY
npm install @langchain/yandex @langchain/core
import { YandexGPT } from "@langchain/yandex/llms"; const model = new YandexGPT(); const res = await model.invoke(['Translate "I love programming" into French.']); console.log({ res });