Compute Asset Evaluation cost
Returns the number of generations an asset evaluation would consume, so a client can price a selection before creating it.
assets is a list of content types — one entry per asset, so repeat a type to price several assets of it. Cost
is per asset by that asset’s own type and provider, which means a mixed selection is the sum of its parts
rather than a single per-evaluation price. An empty list costs 0.
The model must support every content type in the list; a video paired with a model that has no video support is
a 400 rather than a silent zero. Model names are matched case-insensitively.
Required permission: write:asset_evaluation.
Authorizations
Path Parameters
A UUID string identifying the organization.
A UUID string identifying the workspace.
Body
Response
Base for all the serializers in the assets app