Any way to get input and output modalities per model via aigateway

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');

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.