When we use getAvailableModels function to retrieve detailed information about all models configured for the gateway. Is it possible or is there an exiting way to get input and output modalities too. So that when filtering we can search models that can take image as input.
Example
const modelSupportsVision = models.filter((m) => m.modelInput === 'image');