I’m trying to understand the cost model for using the Image Analysis activity from the Generative AI package.
From the documentation, it’s not clear how the consumption is calculated. In particular, when I look at the consumables in my license, I don’t see any AI Units being consumed when I run tests with the Image Analysis activity.
So my questions are:
Is the cost per call so low that a single execution does not consume a full AI Unit?
Do I need to perform a certain number of calls before I see any AI Unit actually deducted?
At the moment it’s really unclear how to estimate the real cost of a bot that relies on this activity.
AI Units are consumed based on activity and payload, so small test runs may use less than 1 unit and not show in your metrics. You’ll see deductions once cumulative usage reaches 1 unit, so monitor a batch of typical runs to estimate real cost.