> 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/llamaindex/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 potentes y más económicos que sus predecesores, los modelos de Completions como **text-davincii-003**.

### Nodos de Modelos de Chat:

* [AzureChatOpenAI](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/azurechatopenai.md)
* [ChatAnthropic](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chatanthropic.md)
* [ChatMistral](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chatmistral.md)
* [ChatOllama](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chatollama.md)
* [ChatOpenAI](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chatopenai.md)
* [ChatTogetherAI](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chattogetherai.md)
* [ChatGroq](/espanol/documentacion-oficial/integraciones/llamaindex/chat-models/chatgroq.md)
