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

# MODEL_NOT_FOUND

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

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

## 故障排除

要解决此错误：

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

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

***

<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\langchain\errors\MODEL_NOT_FOUND.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>
