> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/espanol/documentacion-oficial/integraciones/langchain/chat-models.md).

# Chat Models

***

Los modelos de chat toman una lista de mensajes como entrada y devuelven un mensaje generado por el modelo como salida. Estos modelos como **gpt-3.5-turbo** o **gpt4** son más potentes y más económicos que sus predecesores, los modelos de Completions como **text-davincii-003**.

### Nodes de Modelos de Chat:

* [AWS ChatBedrock](/espanol/documentacion-oficial/integraciones/langchain/chat-models/aws-chatbedrock.md)
* [Azure ChatOpenAI](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/azurechatopenai.md)
* [NIBittensorChat](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/integraciones/langchain/chat-models/broken-reference/README.md)
* [ChatAnthropic](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chatanthropic.md)
* [ChatCohere](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chatcohere.md)
* [Chat Fireworks](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chat-fireworks.md)
* [ChatGoogleGenerativeAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/google-ai.md)
* [ChatGooglePaLM](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/integraciones/langchain/chat-models/broken-reference/README.md)
* [Google VertexAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/google-vertexai.md)
* [ChatHuggingFace](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chathuggingface.md)
* [ChatLocalAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chatlocalai.md)
* [ChatMistralAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/mistral-ai.md)
* [ChatOllama](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chatollama.md)
* [ChatOllama Funtion](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/integraciones/langchain/chat-models/broken-reference/README.md)
* [ChatOpenAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/azure-chatopenai.md)
* [ChatOpenAI Custom](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/integraciones/langchain/chat-models/broken-reference/README.md)
* [ChatTogetherAI](/espanol/documentacion-oficial/integraciones/langchain/chat-models/chattogetherai.md)
* [GroqChat](/espanol/documentacion-oficial/integraciones/langchain/chat-models/groqchat.md)
