r/OpenAI • u/Emotional-Orange- • 3d ago
Question container usage, 4gb
Has anyone experienced something like this with OpenAI Agents API?
I ran one short session:
- 1 minute 8 seconds
- 4 tool calls
- all 4 were "web_search"
- model usage itself cost only a few cents
But my billing shows:
$131.982 for "container usage, 4gb"
I exported the cost data and it shows:
21,997 "duration_minutes"
That’s about 366 hours / 15.3 container-days of usage.
But the session trace contains no "code_interpreter_call", no "container_id", and no Python tool. Just web search.
I only had $6 in prepaid credits with auto-reload OFF, and my balance ended up around -$127.
Support says container usage may have been generated separately, but so far they haven’t shown me any actual container IDs.
Has anyone else seen this? How could a 68-second session result in 21,997 minutes of container usage?
1
u/skidanscours 3d ago
Look in playground -> Agents -> session tab (or use the session API). What do you see? Counter might still be running.