# 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:

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


---

# 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/integrations/langchain/chat-models.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.
