V1ImagesModels
List available image generation models
Get a list of all available image generation models with their capabilities and pricing
curl -X GET "https://api-beta.daydreams.systems/v1/images/models"
{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "string",
"pricing": {
"per_image": 0,
"currency": "string",
"default_quality": "string",
"default_size": "string",
"qualities": {
"property1": {
"property1": 0,
"property2": 0
},
"property2": {
"property1": 0,
"property2": 0
}
}
},
"capabilities": {
"max_images": 0,
"supported_sizes": [
"string"
],
"supported_formats": [
"string"
],
"supported_qualities": [
"string"
]
}
}
]
}
{
"error": "Invalid API key",
"code": "INVALID_API_KEY",
"message": "The provided API key is not valid"
}