Uses of Class
dev.langchain4j.model.mistralai.MistralAiBatchChatModel.Builder
Packages that use MistralAiBatchChatModel.Builder
-
Uses of MistralAiBatchChatModel.Builder in dev.langchain4j.model.mistralai
Methods in dev.langchain4j.model.mistralai that return MistralAiBatchChatModel.BuilderModifier and TypeMethodDescriptionSets the Mistral API key used to authenticate requests.Sets the base URL of the Mistral API.MistralAiBatchChatModel.builder()MistralAiBatchChatModel.Builder.customHeaders(Supplier<Map<String, String>> customHeadersSupplier) MistralAiBatchChatModel.Builder.customHeaders(Map<String, String> customHeaders) MistralAiBatchChatModel.Builder.defaultRequestParameters(ChatRequestParameters defaultRequestParameters) Sets common defaultChatRequestParameters; explicit builder setters take precedence over these.MistralAiBatchChatModel.Builder.frequencyPenalty(Double frequencyPenalty) MistralAiBatchChatModel.Builder.httpClientBuilder(HttpClientBuilder httpClientBuilder) Sets a customHttpClientBuilderfor the underlying HTTP client.MistralAiBatchChatModel.Builder.logger(org.slf4j.Logger logger) MistralAiBatchChatModel.Builder.logRequests(Boolean logRequests) MistralAiBatchChatModel.Builder.logResponses(Boolean logResponses) MistralAiBatchChatModel.Builder.maxRetries(Integer maxRetries) Sets the number of times to retry a request on transient errors.Sets the model that every request in the batch runs against (one model per job).MistralAiBatchChatModel.Builder.presencePenalty(Double presencePenalty) MistralAiBatchChatModel.Builder.randomSeed(Integer randomSeed) Sets the seed for deterministic sampling.MistralAiBatchChatModel.Builder.responseFormat(ResponseFormat responseFormat) MistralAiBatchChatModel.Builder.returnThinking(Boolean returnThinking) MistralAiBatchChatModel.Builder.safePrompt(Boolean safePrompt) Injects a safety prompt in front of all conversations whentrue.MistralAiBatchChatModel.Builder.sendThinking(Boolean sendThinking) MistralAiBatchChatModel.Builder.stopSequences(List<String> stopSequences) MistralAiBatchChatModel.Builder.strictJsonSchema(Boolean strictJsonSchema) MistralAiBatchChatModel.Builder.temperature(Double temperature) Sets the HTTP request timeout for calls to the Mistral API.MistralAiBatchChatModel.Builder.timeoutHours(Integer timeoutHours) Sets the job timeout in hours, after which unprocessed requests expire.Constructors in dev.langchain4j.model.mistralai with parameters of type MistralAiBatchChatModel.Builder