title: List Image Models keywords:
- list image models
- get
- list
- image
- models
Get a list of available image generation and manipulation models.
GEThttps://api.aitronos.com/v1/images/models
provider string optional
The provider parameter.
capability string optional
The capability parameter.
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/images/models" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}