Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
Fireworks AI is a generative AI inference platform to run and customize models with industry-leading speed and production-readiness.
pip install langchain-fireworks
FIREWORKS_API_KEY
os.environ["FIREWORKS_API_KEY"] = "<KEY>"
api_key
llm = Fireworks(api_key="<KEY>")
from langchain_fireworks import ChatFireworks
from langchain_fireworks import Fireworks
from langchain_fireworks import FireworksEmbeddings