--- title: Embeddings Mistral Cloud node documentation description: Learn how to use the Embeddings Mistral Cloud node in n8n. Follow technical documentation to integrate Embeddings Mistral Cloud node into your workflows. contentType: [integration, reference] --- # Embeddings Mistral Cloud node Use the Embeddings Mistral Cloud node to generate [embeddings](/08-0-0-Workflow/glossary.md#ai-embedding) for a given text. On this page, you'll find the node parameters for the Embeddings Mistral Cloud node, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/mistral.md). ``` ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node parameters * **Model**: Select the model to use to generate the embedding. Learn more about available models in [Mistral's models documentation](https://docs.mistral.ai/platform/pricing/). ## Node options * **Batch Size**: Enter the maximum number of documents to send in each request. * **Strip New Lines**: Select whether to remove new line characters from input text (turned on) or not (turned off). n8n enables this by default. ## Templates and examples ## Related resources Refer to [Langchain's Mistral embeddings documentation](https://js.langchain.com/docs/integrations/text_embedding/mistralai) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```