[PR #227] [MERGED] Cloudflare Workers AI Example #351

Closed
opened 2026-02-15 20:15:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/227
Author: @pew
Created: 8/16/2024
Status: Merged
Merged: 8/23/2024
Merged by: @tjbck

Base: mainHead: cloudflareai


📝 Commits (2)

📊 Changes

1 file changed (+83 additions, -0 deletions)

View changed files

examples/pipelines/providers/cloudflare_ai_pipeline.py (+83 -0)

📄 Description

Add example pipeline for Cloudflare Workers AI text generation models using the OpenAI compatible API endpoint.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/227 **Author:** [@pew](https://github.com/pew) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `cloudflareai` --- ### 📝 Commits (2) - [`d86ce89`](https://github.com/open-webui/pipelines/commit/d86ce893fdaed988a9ea56a72729696a4abc20ce) cloudflare ai initial draft - [`c50d4eb`](https://github.com/open-webui/pipelines/commit/c50d4eb8f8a76fff81b6243e1c3bfb458c397b90) cloudlfare ai pipeline ### 📊 Changes **1 file changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/pipelines/providers/cloudflare_ai_pipeline.py` (+83 -0) </details> ### 📄 Description Add example pipeline for Cloudflare Workers AI [text generation models](https://developers.cloudflare.com/workers-ai/models/#text-generation) using the OpenAI compatible API endpoint. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:13 -05:00
yindo closed this issue 2026-02-15 20:15:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#351