# ChatMistralAI

## Prerrequisitos

1. Registra una cuenta en [Mistral AI](https://mistral.ai/)
2. Crea una [API key](https://console.mistral.ai/user/api-keys/)

## Configuración

1. **Chat Models** > arrastra el node **ChatMistralAI**

<figure><img src="/files/fjs4TiORSLms8NtHsD4w" alt="" width="563"><figcaption></figcaption></figure>

2. **Connect Credential** > haz click en **Create New**

<figure><img src="/files/9oSw8sAcgwezfZ30nMkJ" alt="" width="278"><figcaption></figcaption></figure>

3. Completa la credencial de **Mistral AI**

<figure><img src="/files/8bQVgYdiTvf0YAhaqpMr" alt="" width="563"><figcaption></figcaption></figure>

4. ¡Listo! [🎉](https://emojipedia.org/party-popper/), ahora puedes usar el **node de ChatMistralAI** en Flowise

<figure><img src="/files/6Xkn70fStQwNaVnRU8mH" alt=""><figcaption></figcaption></figure>

## Recursos

* [LangChain JS ChatMistralAI](https://js.langchain.com/docs/integrations/chat/mistral)
* [Mistral AI](https://mistral.ai/)
* [Documentación de Mistral AI](https://docs.mistral.ai/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/espanol/documentacion-oficial/integraciones/langchain/chat-models/mistral-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
