Images usage object

The aggregated images usage details of the specific time bucket.source

The number of images processed.source

The count of requests made to the model.source

When group_by=source, this field provides the source of the grouped usage result, possible values are image.generation, image.edit, image.variation.source

When group_by=size, this field provides the image size of the grouped usage result.source

When group_by=project_id, this field provides the project ID of the grouped usage result.source

When group_by=user_id, this field provides the user ID of the grouped usage result.source

When group_by=api_key_id, this field provides the API key ID of the grouped usage result.source

When group_by=model, this field provides the model name of the grouped usage result.source

OBJECT Images usage object
1
2
3
4
5
6
7
8
9
10
11
{
    "object": "organization.usage.images.result",
    "images": 2,
    "num_model_requests": 2,
    "size": "1024x1024",
    "source": "image.generation",
    "project_id": "proj_abc",
    "user_id": "user-abc",
    "api_key_id": "key_abc",
    "model": "dall-e-3"
}