docs(openai): add Kelly Intelligence to OpenAI-compatible providers list#12064
Open
nicoletterankin wants to merge 1 commit intocontinuedev:mainfrom
Open
Conversation
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.
Contributor
|
I have read the CLA Document and I hereby sign the CLA nicoletterankin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
One-line addition to the OpenAI API compatible providers bullet list in
docs/customize/model-providers/top-level/openai.mdx.Kelly Intelligence is an OpenAI-compatible API with a built-in vocabulary RAG layer (162,000 words across 47 languages) and an AI tutor persona, built on top of Claude. It's operated by Lesson of the Day, PBC, a public benefit corporation building education infrastructure. The free tier requires no credit card.
It works with Continue out of the box using the existing
provider: openai+apiBasepattern that's already documented on the same page — no new provider integration, no code changes, just one new bullet alongside KoboldCpp, LocalAI, vLLM, BerriAI/litellm, and Tetrate Agent Router Service.Example config (uses existing
provider: openai+apiBase)Try without an API key
Kelly Intelligence has a public
/v1/demoendpoint for trying the API without any signup (5 requests/hour per IP):This is the same wire format as
/v1/chat/completions— useful for verifying the integration before adding a key to your Continue config.AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
n/a — single-line documentation addition to an existing bullet list.
Tests
n/a — docs-only change, no code touched. The example config above has been verified end-to-end against the live
https://api.thedailylesson.com/v1endpoint.Note on positioning: Kelly Intelligence is complementary to direct provider access, not a replacement for the official Anthropic SDK. It's the right fit when an application needs the OpenAI wire format and vocabulary / language-learning RAG features without building that data layer in-house.
Summary by cubic
Add Kelly Intelligence to the OpenAI-compatible providers list in
docs/customize/model-providers/top-level/openai.mdx. It works via the existingprovider: openai+apiBasepattern.Written for commit fa22e26. Summary will update on new commits.