> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geekai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Coze

We have released the official GeekAI plugin to the [Coze Plugin Store](https://www.coze.cn/store/plugin/7470533618771804212), making it convenient for you to use the AI model proxy service provided by GeekAI when creating bots/applications on the Coze platform:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213095534011.png" className="mt-2" alt="Coze" />

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213095754572.png" className="mt-2" alt="Coze" />

Taking the creation of a bot in Coze as an example, we can add GeekAI as a plugin to provide low-cost model proxy services for bot conversations:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213115629311.png" className="mt-2" alt="Coze" />

We need to fill in the GeekAI API KEY in the plugin parameters for authentication and the model name to customize the conversation model used.  You can also configure the temperature parameter to set a suitable response style for the bot:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213101531252.png" className="mt-2" alt="Coze" />

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213101824181.png" className="mt-2" alt="Coze" />

You can also create workflows referencing the GeekAI plugin to accomplish more complex business logic:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213105009960.png" className="mt-2" alt="Coze" />

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213105139360.png" className="mt-2" alt="Coze" />

Similarly, you need to configure the authentication parameters and model information:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213131049345.png" className="mt-2" alt="Coze" />

In addition, in order to process input and output messages correctly, we also need to use code to handle the input message data structure:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213125533182.png" className="mt-2" alt="Coze" />

And obtain the AI response message output in the end node:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213105625099.png" className="mt-2" alt="Coze" />

The complete workflow configuration is as follows:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213125724810.png" className="mt-2" alt="Coze" />

Once configured, you can use the GeekAI model proxy service for Coze bot conversations:

<img src="https://static.geekai.co/storage/2025/02/13/image-20250213124317441.png" className="mt-2" alt="Coze" />
