GoRouter
Справочник APIМодели

Получить модели для изображений

GET
/images/models

Ответ

application/json

application/json

curl -X GET "https://example.com/images/models"
{  "data": [    {      "id": "string",      "name": "string",      "alias_target": {        "slug": "string",        "name": "string"      },      "icon_url": "../dictionary",      "icon_id": "string",      "custom_icon_url": "../dictionary",      "context_length": 0,      "supported_parameters": [        "string"      ],      "default_parameters": {},      "pricing": {}    }  ]}