From 7e5e9ab82ccb801bfb9e6b45819cf91d9a506641 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:22:23 +0000 Subject: [PATCH] Remove Cohere as an available model from Ask Fern docs Co-Authored-By: paarth --- fern/products/docs/pages/resources/stainless-comparison.mdx | 4 ++-- fern/snippets/ask-fern-config.mdx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fern/products/docs/pages/resources/stainless-comparison.mdx b/fern/products/docs/pages/resources/stainless-comparison.mdx index 5ea253398..ca75ae0f4 100644 --- a/fern/products/docs/pages/resources/stainless-comparison.mdx +++ b/fern/products/docs/pages/resources/stainless-comparison.mdx @@ -76,7 +76,7 @@ Stainless offers RAG-based search. Fern provides additional AI features includin | Feature | Fern Docs | Stainless Docs | |---------|-----------|----------------| -| **AI chatbot** | ✅ [Ask Fern](/learn/docs/ai-features/ask-fern/overview) with Claude/Cohere, [guidance documents](/learn/docs/ai-features/ask-fern/guidance), and custom knowledge sources | ✅ RAG-based Q&A | +| **AI chatbot** | ✅ [Ask Fern](/learn/docs/ai-features/ask-fern/overview) with Claude, [guidance documents](/learn/docs/ai-features/ask-fern/guidance), and custom knowledge sources | ✅ RAG-based Q&A | | **AI analytics** | ✅ [Content gap identification](/learn/docs/ai-features/ask-fern/overview) and insights | ❌ None | | **Search** | ✅ Vector search with faceting by language, product, version | ⚠️ Metadata-driven with basic faceting | | **LLM-friendly format** | ✅ [/llms.txt and /llms-full.txt](/learn/docs/ai-features/llms-txt) | ✅ .md extension on URLs | @@ -155,7 +155,7 @@ Both platforms support [customization](https://www.stainless.com/docs/docs-platf | **Storage** | S3 (AWS/MinIO) | Not applicable (static) | | **Search** | Algolia, MeiliSearch (self-hosted) | Metadata-driven indexing | | **Vector database** | TurboPuffer | None | -| **AI** | Bedrock, Claude, Cohere | RAG with LLM (provider not specified) | +| **AI** | Bedrock, Claude | RAG with LLM (provider not specified) | | **Authentication** | WorkOS | API keys (for Stainless service) | | **CDN** | Cloudflare + Vercel Edge | Cloudflare | | **Analytics** | PostHog | None | diff --git a/fern/snippets/ask-fern-config.mdx b/fern/snippets/ask-fern-config.mdx index 45b52d291..a23de9459 100644 --- a/fern/snippets/ask-fern-config.mdx +++ b/fern/snippets/ask-fern-config.mdx @@ -34,7 +34,6 @@ ai-search: The AI model to use for Ask Fern responses. Options: - `claude-3.7` - Claude 3.7 Sonnet (default) - `claude-4` - Claude 4 Sonnet - - `command-a` - Cohere Command A If not specified, Ask Fern uses `claude-3.7`.