[Docs] Add Cloudflare Workers AI provider setup guide#45
Open
q404365631 wants to merge 2 commits intoGoDiao:mainfrom
Open
[Docs] Add Cloudflare Workers AI provider setup guide#45q404365631 wants to merge 2 commits intoGoDiao:mainfrom
q404365631 wants to merge 2 commits intoGoDiao:mainfrom
Conversation
GoDiao
requested changes
May 4, 2026
Owner
GoDiao
left a comment
There was a problem hiding this comment.
Thanks for the guide! A couple of things to double-check before merging:
- The default port in Free-Way is 8787, not 3000 — could you update the example URLs?
- The model list in the guide might not match what's currently configured in the provider allowlist. You can check the actual models in
src/providers/index.tsunder the cloudflare section — it'd be great to list those instead so users aren't confused when they don't see the older models.
Otherwise the structure and troubleshooting sections look solid!
10 tasks
Owner
|
Hi @q404365631, just a friendly reminder about the two items from the review: 1) port should be 8787 instead of 3000, 2) the model list in the guide doesn't match the current allowlist. Let me know if you need any help! |
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.
Summary
Adds a dedicated Cloudflare Workers AI provider setup guide as requested in #38.
Changes
docs/providers/cloudflare.md— complete setup guide covering:CLOUDFLARE_ACCOUNT_IDandCLOUDFLARE_API_KEYCloses #38