available_models - MadBomber/aia GitHub Wiki
Prints a list of available models to STDOUT and exits. As of June 2025 there are over 500 models available to the AIA.
directive: //available_models alias: //am //llms //models
This facility is most powerful when used as a directive within an interactive chat session. With the directive you can query the list of models for a specific subset of models based on their capabilities, such as language, domain, or purpose. For example, you can query for models that support a specific modality, are from a specific provider, or whose ID has a certain sub-string, such as "turbo" or "dall=e".
The string is space delimited. Each "word" is considered an AND conditional. For example if the query were " "mini openai image" (the order is unimportant) the query would return available models whose ID containted "mini" AND whose provider is "openai" and who have a modality of "image" regardless of whether that modality is input our output.
You can get more specific on the modality by using a query term that looks like "to". Using "text_to_image" would return models that support text input and image output. Using "image_to_text" would return models that support image input and text output. Using "image_to_image" would return models that support image input and image output.
Example:
//available_models text_to_image openai