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

# MODEL_NOT_FOUND

<Note>
  目前仅在 `langchainjs`（JavaScript/TypeScript）中使用。
</Note>

您指定的模型名称未被您的提供商识别。

## 故障排除

要解决此错误：

1. **验证模型标识符**：仔细检查您传入的模型字符串。确保拼写和格式正确
2. **检查代理/包装器配置**：如果您使用代理或其他替代主机与模型包装器，请确认允许的模型名称未被限制或更改

此错误通常源于模型名称字符串本身的拼写错误，或您的代码与提供商 API 之间的代理服务或模型包装器施加的限制。

***

<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/langchain/errors/MODEL_NOT_FOUND.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
