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

# Fireworks AI 集成

> 使用 LangChain Python 与 Fireworks AI 进行集成。

本页介绍所有与 [Fireworks AI](https://fireworks.ai/) 的 LangChain 集成，这是一个生成式 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="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\oss\python\integrations\providers\fireworks.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
