Images usage object
The aggregated images usage details of the specific time bucket.
When group_by=source
, this field provides the source of the grouped usage result, possible values are image.generation
, image.edit
, image.variation
.
When group_by=size
, this field provides the image size of the grouped usage result.
When group_by=project_id
, this field provides the project ID of the grouped usage result.
When group_by=user_id
, this field provides the user ID of the grouped usage result.
When group_by=api_key_id
, this field provides the API key ID of the grouped usage result.
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"
}