Replies: 1 comment
-
I noticed this #11640 but it doesn't seem to address the spend issue. As you can see the only entry with spend was the chat-based test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need a method to track spend for long-running background jobs (azure/o3-deep-research) via the Responses API. When background mode is disabled, spend tracking behaves as expected. However, Deep Research jobs can run for 5–10+ minutes and spend data is harder to capture since the first response doesn't have any content.
Current workflow in my internal Open WebUI fork:
Feature request:
Enable logging of GET requests with spend metrics when the following conditions are met:
Maybe there's a better way - not sure... Alternatively, maybe LiteLLM can track the job until completion?
Goal:
To associate final spend values with each background job and have them recorded after the polling cycle.
Thanks,
Wanis
Beta Was this translation helpful? Give feedback.
All reactions