# Cherry Studio

Cherry Studio is a desktop client that supports multiple LLM providers, available on Windows, Mac and Linux. You can view [**GitHub**](https://github.com/CherryHQ/cherry-studio) for more details about installation and API integration.

## API Endpoint Management

1. Navigate to **Settings > Model Provider > Add**.
2. Enter `gateway.theturbo` as the **Provider Name**, and **New** **API** as the **Provider Type**.

   <div align="left" data-with-frame="true"><figure><img src="/files/UsQ7xRU8Bk8kcxDtCpAh" alt="" width="563"><figcaption></figcaption></figure></div>
3. Enter `https://gateway.theturbo.ai` as the **API Host**, and provide the **API Key** generated after creating an AI Gateway instance.

   <div align="left" data-with-frame="true"><figure><img src="/files/vU3C3wkb8YezXHdbiVL8" alt="" width="375"><figcaption></figcaption></figure></div>
4. Click ***Manage*** to add or remove models.

   <div align="left" data-with-frame="true"><figure><img src="/files/GlNrvOx1OILMNzpCXh6l" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.console.zenlayer.com/welcome/ai-gateway/ai-gateway-integration/cherry-studio.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.
