billing_history_image_generation
billing_history object[]
Image-generation billing entries for the requested period.
Array [
attributes object
Additional resource attributes.
infrahub_idinteger
Internal numeric identifier used by Hyperstack for cross-system references.
resource_namestring
Name of the resource the entry refers to.
statusstring
Current lifecycle state of the resource.
base_modelstring
Identifier of the base model used.
base_model_display_namestring
Human-readable name of the base model.
lora_adapterstring
Identifier of the LoRA adapter applied to the base model.
metricsobject
Resource utilisation metrics.
]
org_idinteger
Identifier of the organization that owns the resource.
total_countinteger
Total number of items across all pages of this result set.
pagination object
Pagination metadata: current page, page size, and total count.
pageinteger
1-indexed page number of the current result set.
per_pageinteger
Number of results per page.
pagesinteger
Total number of pages available.
billing_history_image_generation
{
"billing_history": [
{
"attributes": {
"infrahub_id": 0,
"resource_name": "string",
"status": "string",
"base_model": "string",
"base_model_display_name": "string",
"lora_adapter": "string"
},
"metrics": {}
}
],
"org_id": 0,
"total_count": 0,
"pagination": {
"page": 0,
"per_page": 0,
"pages": 0
}
}
Was this page helpful?