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

# Cherry Studio

> Add 4096bytes as a provider in Cherry Studio

Cherry Studio is useful for managing multiple model providers in one client. Add 4096bytes as an OpenAI compatible provider, then select its models in chats.

## Prerequisites

* You have completed [Create an account](/en/quickstart/create-account).
* You have completed [Get an API Key](/en/quickstart/get-api-key).
* Cherry Studio is installed and its settings page opens normally.
* You have the 4096bytes API Key, Base URL, and model name.

Create a dedicated API Key for Cherry Studio, such as `cherry-studio-home` or `cherry-studio-work`.

## Install

If Cherry Studio is not installed, open the [Cherry Studio download page](https://docs.cherry-ai.com/docs/en-us/cherry-studio/download) and choose the package for your system.

<Steps>
  <Step title="Download the package">
    Choose Windows, macOS, or Linux from the official download page. Windows users may need to choose between installer and portable builds. macOS users should choose Intel or Apple Silicon correctly.
  </Step>

  <Step title="Launch Cherry Studio">
    Open Cherry Studio once after installation and confirm the main window starts normally.
  </Step>

  <Step title="Open settings">
    Open **Settings** and find model service, provider, or API configuration pages.
  </Step>
</Steps>

## Add a provider

<Steps>
  <Step title="Open settings">
    Launch Cherry Studio and open **Settings**. The entry point may be in the lower-left corner or sidebar.
  </Step>

  <Step title="Open model services">
    Find **Model services**, **Model providers**, **Provider**, or an API configuration page.
  </Step>

  <Step title="Add a provider">
    Click **Add**, **New provider**, or a similar action. Use `4096bytes` as the provider name.
  </Step>

  <Step title="Choose compatible type">
    Choose **OpenAI**, **OpenAI Compatible**, **Custom OpenAI**, or a similar option.
  </Step>
</Steps>

## Fill connection fields

| Cherry Studio field                   | Value                                               |
| ------------------------------------- | --------------------------------------------------- |
| `Name`, `Provider name`               | `4096bytes`                                         |
| `API Key`, `Key`                      | The API Key you created in the 4096bytes dashboard. |
| `API address`, `API Host`, `Base URL` | `https://api.4096bytes.com`.                        |
| `API type`, `Compatible type`         | OpenAI compatible.                                  |
| `Model`, `Model name`                 | The model name shown in the dashboard.              |

Use the root Base URL only. Do not append `/v1/chat/completions`, `/v1/responses`, or another full endpoint path.

<Warning>
  The API Key is stored in local Cherry Studio settings. Do not configure a personal key on shared computers, and do not share screenshots that expose the key.
</Warning>

## Add models

Cherry Studio versions differ in how they handle model lists. Some can fetch models automatically; others require manual model names.

<Steps>
  <Step title="Try fetching models">
    If the page has **Fetch models**, **Refresh model list**, or **Check**, run it first.
  </Step>

  <Step title="Add a model manually">
    If the model list is empty, click **Add model** or **Custom model** and enter the model name shown in the dashboard.
  </Step>

  <Step title="Save provider">
    Enable the provider and save the API Key, Base URL, and model list.
  </Step>
</Steps>

The model name must match the dashboard exactly.

## Test connection

After saving, create a new chat in Cherry Studio and select a model under the 4096bytes provider.

Use a short test prompt:

```text theme={null}
Tell me the model name you are currently using in one sentence.
```

If the model responds, Cherry Studio can send requests through 4096bytes.

## Tips

* Use a dedicated API Key for Cherry Studio.
* If multiple providers are configured, check the selected model before sending a message.
* If Cherry Studio supports model groups or default models, set your common 4096bytes model as the default.
* Avoid personal keys on shared team devices. If sharing is necessary, use a separate key with a quota limit.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Connection test failed">
    Confirm the provider type is OpenAI compatible, then check API Key, Base URL, and model name. Use `https://api.4096bytes.com` and do not fill a full endpoint path.
  </Accordion>

  <Accordion title="Model list is empty">
    If Cherry Studio cannot fetch models automatically, add the model name from the dashboard manually. Save the provider and reopen the chat.
  </Accordion>

  <Accordion title="Authentication failed">
    Check whether the API Key is complete and copied without extra spaces or newlines. Confirm the key was not deleted, expired, or over quota.
  </Accordion>

  <Accordion title="model not found">
    Copy the model name again from the dashboard. It must match exactly and must not come from another client page or old screenshot.
  </Accordion>

  <Accordion title="The chat uses another provider">
    Check the current chat's model selector. Cherry Studio may keep the last used model, so switch to the 4096bytes provider manually.
  </Accordion>

  <Accordion title="Requests are slow or interrupted">
    Start with a short prompt. Long context, attachments, proxy networks, and concurrent requests can affect response time. Check Cherry Studio logs if needed.
  </Accordion>
</AccordionGroup>
