> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## AI 搜索模型更新

Ask Fern 现在使用 [Claude 4.6 Sonnet](https://www.anthropic.com/news/claude-sonnet-4-6) 和 [Claude 4.5 Haiku](https://www.anthropic.com/news/claude-haiku-4-5)。

阅读文档

## 使用 `api:` 语法链接到 API Reference 部分

`api:` 链接语法现在支持链接到 API Reference 部分的根目录。使用 `api:apiName` 创建一个在构建时解析到特定 API Reference 着陆页的链接。这在您的项目有多个 API 时很有用。

**`Markdown`**

```mdx Markdown
Explore the Plant Store API reference.
```

阅读文档