> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/llamaindex/chat-models.md).

# Chat Models

***

Chat models take a list of messages as input and return a model-generated message as output. These models such as **gpt-3.5-turbo** or **gpt4** are powerful and cheaper than its predecessor Completions models such as **text-davincii-003**.

### Chat Model Nodes:

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