From fa22e26a6cf431283b88c2c611a9027286fe61f0 Mon Sep 17 00:00:00 2001 From: nicoletterankin Date: Mon, 6 Apr 2026 22:44:00 -0700 Subject: [PATCH] docs(openai): add Kelly Intelligence to OpenAI-compatible providers list Adds a single bullet for Kelly Intelligence to the existing "OpenAI API compatible providers" list in the OpenAI provider doc. Kelly Intelligence (https://api.thedailylesson.com) is an OpenAI-compatible API with a built-in vocabulary RAG layer (162,000 words across 47 languages), operated by Lesson of the Day, PBC, a public benefit corporation. It works with Continue out of the box using the existing `provider: openai` + `apiBase` pattern documented on the same page; no new provider integration is required. Format mirrors the existing bullets in the same list (KoboldCpp, LocalAI, vLLM, BerriAI/litellm, Tetrate). One-line addition only. --- docs/customize/model-providers/top-level/openai.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customize/model-providers/top-level/openai.mdx b/docs/customize/model-providers/top-level/openai.mdx index 4d7326b479e..74443eb609f 100644 --- a/docs/customize/model-providers/top-level/openai.mdx +++ b/docs/customize/model-providers/top-level/openai.mdx @@ -61,6 +61,7 @@ OpenAI API compatible providers include - [vLLM](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html) - [BerriAI/litellm](https://github.com/BerriAI/litellm) - [Tetrate Agent Router Service](https://router.tetrate.ai) +- [Kelly Intelligence](https://api.thedailylesson.com) (OpenAI-compatible API with built-in vocabulary RAG, operated by [Lesson of the Day, PBC](https://lotdpbc.com)) If you are using an OpenAI API compatible providers, you can change the `apiBase` like this: