ListImageDescriptionModels

Lists the image description models that exist in the training database.

Type: synchronous

Example

/action=ListImageDescriptionModels

Response

The following XML is an example response.

<autnresponse>
    <action>LISTIMAGEDESCRIPTIONMODELS</action>
    <response>SUCCESS</response>
    <responsedata>
        <model>
            <model>LLaVA-v1.6-Mistral-7B-HF</model>
        </model>
    </responsedata>
</autnresponse>