Package nl.dannyj.mistral.models.model
Class ListModelsResponse
java.lang.Object
nl.dannyj.mistral.models.model.ListModelsResponse
- All Implemented Interfaces:
Response
The ListModelsResponse contains a list of all available models according to the Mistral AI API.
-
Constructor Summary
ConstructorsConstructorDescriptionListModelsResponse
(String object, List<Model> models) Creates a newListModelsResponse
instance. -
Method Summary
-
Constructor Details
-
ListModelsResponse
Creates a newListModelsResponse
instance.- Parameters:
object
- Undocumented, seems to be the type of the response.models
- The list of available models.
-
ListModelsResponse
public ListModelsResponse()
-
-
Method Details