Most of my WU usage was on DB searches so I refactors things to use custom states. My understanding was client side costs no WU. Now, the initial “load”/search from my DB into my custom states, I understand. But why am I being charged like this:
Here is the actual connected element in the workflow. As you can see I’m just passing the contents of a custom state list (ListofMessagesReversed) into the API call. How is this costing me WU, when all I’m doing is passing the custom state into the API call?
Yeah totally understand that the API comes with costs but my assumption was that this was covered in my image below under API costs. I’m really struggling to understand as I from what I’ve read API calls are negligible (which I see below). But with the additional WU for API usage in the workflow (my first images above), it seems to be 1.45WU per API call which I cannot see documented in any costs?
Thanks for the clarification. A little disappointing, and I get what you’re saying the 1.5WU per API call isn’t huge, but because this is an AI chat API, it means that will called often in each user’s session and rack up quickly.