Class MistralAiModelCatalog
java.lang.Object
dev.langchain4j.model.mistralai.MistralAiModelCatalog
- All Implemented Interfaces:
ModelCatalog
Mistral AI implementation of
ModelCatalog.
Example:
MistralAiModelCatalog catalog = MistralAiModelCatalog.builder()
.apiKey(System.getenv("MISTRAL_AI_API_KEY"))
.build();
List<ModelDescription> models = catalog.listModels();
- See Also:
-
Method Details
-
builder
-
listModels
- Specified by:
listModelsin interfaceModelCatalog
-
provider
- Specified by:
providerin interfaceModelCatalog
-