Fireworks AI hosts open and proprietary language models with fast inference. TheDocumentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-naomid-1779801766-572e290.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
langchain-fireworks package implements LangChain chat and embedding interfaces for the Fireworks API.
Installation and setup
FIREWORKS_API_KEY environment variable.
Model interfaces
ChatFireworks
Interface to chat models hosted on Fireworks AI.
FireworksEmbeddings
Embedding models served by Fireworks AI.
Components reference
| Class | Abstraction | Import path | Description |
|---|---|---|---|
ChatFireworks | Chat model | from langchain_fireworks import ChatFireworks | Chat model for Fireworks AI language models. |
FireworksEmbeddings | Embeddings | from langchain_fireworks import FireworksEmbeddings | Embedding model for Fireworks AI. |
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

