Method
FoundryLlmProviderlist_models
Declaration [src]
DexFuture*
foundry_llm_provider_list_models (
FoundryLlmProvider* self
)
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. |