GET
    /ai/model
  
  curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/ai/model'
    
        Response examples (200)
  
  [
  {
    "id": "string",
    "organization-id": "string",
    "name": "string",
    "status": "string",
    "model-size": 42,
    "created-at": "2025-05-04T09:42:00Z",
    "updated-at": "2025-05-04T09:42:00Z"
  }
]