Skip to content

Commit a97ded9

Browse files
devin-ai-integration[bot]fern-supportbot_apkfern-api[bot]devalog
authored
docs: update Ask Fern backend models and remove model selection config (#4925)
Co-authored-by: fern-support <support@buildwithfern.com> Co-authored-by: bot_apk <apk@cognition.ai> Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Devin Logan <devinannlogan@gmail.com>
1 parent ba283ed commit a97ded9

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

fern/products/docs/pages/ask-fern/what-is-ask-fern.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Ask Fern is an AI search feature that indexes your documentation an
44
---
55

66

7-
Ask Fern is Fern's AI Search feature, powered by **Claude 4.6 Sonnet** and **Retrieval Augmented Generation (RAG)**, that indexes your documentation and provides an interface for your end users to ask questions and get answers. Responses include citations that link directly to source pages.
7+
Ask Fern is Fern's AI Search feature, powered by [Claude 4.6 Sonnet](https://www.anthropic.com/news/claude-sonnet-4-6) and [Claude 4.5 Haiku](https://www.anthropic.com/news/claude-haiku-4-5) with Retrieval Augmented Generation (RAG). Ask Fern indexes your documentation and provides an interface for your end users to ask questions and get answers. Responses include citations that link directly to source pages.
88

99
<Frame caption="Ask Fern appears as a side panel that works with all Fern Docs layouts and stays open as users navigate between pages. Responses are filtered by version, product, and role.">
1010
<video
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
tags: ["ai-features"]
3+
---
4+
5+
## AI search model update
6+
7+
Ask Fern now uses [Claude 4.6 Sonnet](https://www.anthropic.com/news/claude-sonnet-4-6) and [Claude 4.5 Haiku](https://www.anthropic.com/news/claude-haiku-4-5).
8+
9+
<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/ai-features/ask-fern/overview">Read the docs</Button>

fern/snippets/ask-fern-config.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ ai-search:
3030
See Anthropic's [prompting guide](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) for ideas and examples.
3131
</ParamField>
3232

33-
<ParamField path="ai-search.model" type="string" required={false} toc={true}>
34-
The AI model to use for Ask Fern responses. Options:
35-
- `claude-4.6` - Claude 4.6 Sonnet (default)
36-
- `claude-4.5` - Claude 4.5 Sonnet
37-
- `claude-4.5-haiku` - Claude 4.5 Haiku
38-
- `claude-4` - Claude 4 Sonnet
39-
- `claude-3.7` - Claude 3.7 Sonnet
40-
</ParamField>

0 commit comments

Comments
 (0)