models abstract method

Future<List<AIModel>> models()

Get available models from the provider

Returns a list of available models or throws an LLMError

Implementation

Future<List<AIModel>> models();