[PR #2] [MERGED] Fetch the latest Anthropic models #2

Closed
opened 2026-02-15 21:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/functions/pull/2
Author: @jfbloom22
Created: 5/26/2025
Status: Merged
Merged: 5/26/2025
Merged by: @tjbck

Base: mainHead: feat/anthropic-with-fetch


📝 Commits (2)

  • a124af3 fetching anthropic models via API
  • db107ae keep it simple for most people by removing the cache valve

📊 Changes

2 files changed (+83 additions, -24 deletions)

View changed files

📝 functions/pipes/anthropic/README.md (+4 -2)
📝 functions/pipes/anthropic/main.py (+79 -22)

📄 Description

Anthropic models will become available as soon as they are available in the model list API endpoint.
Defaults to 10 minute cache so that we don't introduce excessive API calls getting the model list.


🔄 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/functions/pull/2 **Author:** [@jfbloom22](https://github.com/jfbloom22) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat/anthropic-with-fetch` --- ### 📝 Commits (2) - [`a124af3`](https://github.com/open-webui/functions/commit/a124af378b39c7b0d3669fb475f23a586c89039f) fetching anthropic models via API - [`db107ae`](https://github.com/open-webui/functions/commit/db107aef0803354ca27f2d63bb1b01ae7b94101f) keep it simple for most people by removing the cache valve ### 📊 Changes **2 files changed** (+83 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `functions/pipes/anthropic/README.md` (+4 -2) 📝 `functions/pipes/anthropic/main.py` (+79 -22) </details> ### 📄 Description Anthropic models will become available as soon as they are available in the model list API endpoint. Defaults to 10 minute cache so that we don't introduce excessive API calls getting the model list. --- <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 21:15:27 -05:00
yindo closed this issue 2026-02-15 21:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/functions#2