> ## Documentation Index
> Fetch the complete documentation index at: https://cndoc-langchain.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fireworks AI 集成

> 使用 LangChain Python 与 Fireworks AI 集成。

本页涵盖了所有 LangChain 与 [Fireworks AI](https://fireworks.ai/) 的集成，这是一个生成式 AI 推理平台，能够以行业领先的速度和生产就绪性运行和定制模型。

## 模型接口

<Columns cols={2}>
  <Card title="ChatFireworks" href="/oss/python/integrations/chat/fireworks" cta="开始使用" icon="message" arrow>
    Fireworks AI 聊天模型。
  </Card>

  <Card title="FireworksEmbeddings" href="/oss/python/integrations/embeddings/fireworks" cta="开始使用" icon="stack-2" arrow>
    Fireworks AI 嵌入模型。
  </Card>
</Columns>

## 其他

<Columns cols={2}>
  <Card title="Fireworks" href="/oss/python/integrations/llms/fireworks" cta="开始使用" icon="cursor-text" arrow>
    （旧版）Fireworks AI 文本补全模型。
  </Card>
</Columns>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [将这些文档](/use-these-docs)通过 MCP 连接到 Claude、VSCode 等，以获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/fireworks.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
