models abstract method
Get available models from the provider
cancelToken
- Optional token to cancel the request
Returns a list of available models or throws an LLMError
Implementation
Future<List<AIModel>> models({CancelToken? cancelToken});
Get available models from the provider
cancelToken
- Optional token to cancel the request
Returns a list of available models or throws an LLMError
Future<List<AIModel>> models({CancelToken? cancelToken});