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

# Baseten 集成

> 使用 LangChain Python 与 Baseten 集成。

本页面涵盖了 LangChain 与[Baseten](https://baseten.co).

Baseten provides infrastructure for deploying and serving ML models. Access open source models via [model APIs](https://docs.baseten.co/development/model-apis/overview#supported-models) or run proprietary and fine-tuned models on dedicated GPUs through dedicated deployments.

## 模型接口

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

  <Card title="BasetenEmbeddings" href="/oss/python/integrations/embeddings/baseten" cta="开始使用" icon="stack-2" arrow>
    Baseten embedding models.
  </Card>
</Columns>

## 其他

<Columns cols={2}>
  <Card title="Baseten" href="/oss/python/integrations/llms/baseten" cta="开始使用" icon="cursor-text" arrow>
    (Legacy) Baseten text completion models.
  </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)或[提交 issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
