All Classes and Interfaces
Class
Description
Interface for handling streaming chat completion requests.
The ChatCompletionRequest class represents a request to create a chat completion (an assistant reply to the conversation).
The ChatCompletionResponse class represents a response from the Mistral API when creating a chat completion.
Represents a choice in a chat completion.
Represents a choice of a streamed message chunk in a completion.
The EmbeddingRequest class represents a request to create embedding for a list of strings.
The EmbeddingResponse class represents a response from the Mistral API when creating embeddings.
The HttpService class is responsible for making HTTP requests to the Mistral AI API.
The ListModelsResponse contains a list of all available models according to the Mistral AI API.
A message in a conversation.
A chunk of a message in a conversation.
The MessageListBuilder class is a builder class for creating a list of Message objects.
The role of the message.
The MistralClient is the main class that interacts with all components of this library.
The MistralService class provides methods to interact with the Mistral AI API.
The Model class represents a model in the Mistral AI API.
All of these are currently not documented by the API docs.
The response format of a completion request.
The response formats supported by mistral.