# Coze | |
[Coze](https://www.coze.com/) is an AI chatbot development platform that enables | |
the creation and deployment of chatbots for handling diverse conversations across | |
various applications. | |
## Installation and Setup | |
First, you need to get the `API_KEY` from the [Coze](https://www.coze.com/) website. | |
## Chat models | |
See a [usage example](/docs/integrations/chat/coze/). | |
```python | |
from langchain_community.chat_models import ChatCoze | |
``` | |