The list of available models.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModelInfoList", "title": "ModelInfoList", "description": "The list of available models.", "type": "object", "properties": { "models": { "description": "List of available models.", "type": "array", "items": { "$ref": "#/components/schemas/ModelInfo" } } } }