Skip to content

[Docs] Add Cloudflare Workers AI provider setup guide#45

Open
q404365631 wants to merge 2 commits intoGoDiao:mainfrom
q404365631:main
Open

[Docs] Add Cloudflare Workers AI provider setup guide#45
q404365631 wants to merge 2 commits intoGoDiao:mainfrom
q404365631:main

Conversation

@q404365631
Copy link
Copy Markdown

Summary

Adds a dedicated Cloudflare Workers AI provider setup guide as requested in #38.

Changes

  • New file: docs/providers/cloudflare.md — complete setup guide covering:
    • Prerequisites (Cloudflare account, Workers AI enabled)
    • Getting CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_KEY
    • Configuration via environment variables or web UI
    • Available models and model refresh
    • Troubleshooting common errors
  • Updated README.md — added Provider Setup Guides section with link

Closes #38

Copy link
Copy Markdown
Owner

@GoDiao GoDiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the guide! A couple of things to double-check before merging:

  1. The default port in Free-Way is 8787, not 3000 — could you update the example URLs?
  2. 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.ts under 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!

@GoDiao
Copy link
Copy Markdown
Owner

GoDiao commented May 5, 2026

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[good first issue] Add Cloudflare Workers AI provider setup guide

2 participants