[PR #573] Added: Support for GPT-5 input/output tokens from Responses API #464

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/573
Author: @YetheSamartaka
Created: 10/22/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • 1f877c4 Added: Support for GPT-5 input/output tokens from Responses API
  • 884f06d Added: Support for GPT-5 input/output tokens from Responses API

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 examples/filters/langfuse_filter_pipeline.py (+2 -2)
📝 examples/filters/langfuse_v3_filter_pipeline.py (+2 -2)

📄 Description

Adds Support for GPT-5 input/output tokens from Responses API (Using this manifold: https://github.com/jrkropp/open-webui-developer-toolkit/tree/main/functions/pipes/openai_responses_manifold) but it will work for other functions that are using the Responses API


🔄 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/573 **Author:** [@YetheSamartaka](https://github.com/YetheSamartaka) **Created:** 10/22/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`1f877c4`](https://github.com/open-webui/pipelines/commit/1f877c48721739771a93206cc83065e31bf6b6b7) Added: Support for GPT-5 input/output tokens from Responses API - [`884f06d`](https://github.com/open-webui/pipelines/commit/884f06dc3a05959d0c81849552eeb472c3366088) Added: Support for GPT-5 input/output tokens from Responses API ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `examples/filters/langfuse_filter_pipeline.py` (+2 -2) 📝 `examples/filters/langfuse_v3_filter_pipeline.py` (+2 -2) </details> ### 📄 Description Adds Support for GPT-5 input/output tokens from Responses API (Using this manifold: https://github.com/jrkropp/open-webui-developer-toolkit/tree/main/functions/pipes/openai_responses_manifold) but it will work for other functions that are using the Responses API --- <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:42 -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#464