> ## 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.

# Baseten 集成

> 使用 LangChain Python 与 Baseten 集成。

本页涵盖了所有与 [Baseten](https://baseten.co) 的 LangChain 集成。

Baseten 提供用于部署和服务 ML 模型的基础设施。通过[模型 API](https://docs.baseten.co/development/model-apis/overview#supported-models) 访问开源模型，或通过专用部署在专用 GPU 上运行专有和微调模型。

## 模型接口

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

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

## 其他

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

***

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

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