Virtual Method

FoundryLlmProviderlist_models

Declaration [src]

DexFuture*
list_models (
  FoundryLlmProvider* self
)

Description [src]

List the models available from the provider.

Return value

Type: DexFuture

A DexFuture that resolves to a GListModel of FoundryLlmModel.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.