[PR #338] Cloudflare AI: allow to use multiple models #383

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/338
Author: @pew
Created: 11/19/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 19cf675 Cloudflare AI: allow to use multiple models
  • 5d0d6bf fix startup issues
  • 6670029 use models from environment variable
  • 0ee7833 list all Cloudflare AI text generation models
  • ae94adb list Anthropic from API

📊 Changes

2 files changed (+113 additions, -45 deletions)

View changed files

📝 examples/pipelines/providers/anthropic_manifold_pipeline.py (+61 -25)
📝 examples/pipelines/providers/cloudflare_ai_pipeline.py (+52 -20)

📄 Description

This change allows to pick from different models available in the Cloudflare AI model list via environment variables


🔄 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/338 **Author:** [@pew](https://github.com/pew) **Created:** 11/19/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`19cf675`](https://github.com/open-webui/pipelines/commit/19cf675740b57f6c7bc916c76509bd0f688e66f2) Cloudflare AI: allow to use multiple models - [`5d0d6bf`](https://github.com/open-webui/pipelines/commit/5d0d6bfeaa19a27aec9600a24dbb106fcfc02a71) fix startup issues - [`6670029`](https://github.com/open-webui/pipelines/commit/6670029e144a316eaa36599e0ec0c2f048dfe195) use models from environment variable - [`0ee7833`](https://github.com/open-webui/pipelines/commit/0ee7833ed179dcaa91d3bd88d0be46af17750dad) list all Cloudflare AI text generation models - [`ae94adb`](https://github.com/open-webui/pipelines/commit/ae94adbd6759c1af1173a1e0bdf535bb1742f4bb) list Anthropic from API ### 📊 Changes **2 files changed** (+113 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/providers/anthropic_manifold_pipeline.py` (+61 -25) 📝 `examples/pipelines/providers/cloudflare_ai_pipeline.py` (+52 -20) </details> ### 📄 Description This change allows to pick from different models available in the Cloudflare AI model list via environment variables --- <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:20 -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#383