Skip to content
Last updated

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

Query Parameters

provider string optional

The provider parameter.

capability string optional

The capability parameter.


Returns

A JSON object with the operation result.

cURL
curl -X GET "https://api.aitronos.com/v1/images/models" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}