From cb78f38da90b1c9436b96ea66c2a6356e6c4e80e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 11:26:07 -0700 Subject: [PATCH] docs: clarify subscription auth and custom provider examples in features --- docs/concepts/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/features.md b/docs/concepts/features.md index 61589c0b250..56c486ea6f5 100644 --- a/docs/concepts/features.md +++ b/docs/concepts/features.md @@ -49,8 +49,8 @@ title: "Features" **Auth and providers:** - 35+ model providers (Anthropic, OpenAI, Google, and more) -- Subscription auth via OAuth (Anthropic, OpenAI) -- Custom/self-hosted provider support (OpenAI-compatible, Anthropic-compatible) +- Subscription auth via OAuth (e.g. OpenAI Codex) +- Custom and self-hosted provider support (vLLM, SGLang, Ollama, and any OpenAI-compatible or Anthropic-compatible endpoint) **Media:**