models

fun models(executorService: ExecutorService? = null): List<LLModel>(source)

Retrieves a list of ids of available Large Language Models (LLMs) supported by the client.

Return

A list of model ids instances representing the available LLMs.

Parameters

executorService

An optional ExecutorService that can be provided to control the execution context.