models

open suspend fun models(): List<String>(source)

Retrieves a list of available models from all LLM clients managed by this executor.

This method aggregates models from all configured LLM providers and clients, returning a comprehensive list of available language models that can be used with this executor.

Return

A list of LLModel instances representing all available models.