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

# Cherry Studio with Global AI: Claude, GPT, Gemini Setup

> Connect Cherry Studio to Global AI through the Anthropic, OpenAI, or Gemini provider and one-click load every available model.

Cherry Studio is a graphical chat client that supports multiple providers side by side. This page walks through the full setup for Global AI, using Claude as the example. The steps for OpenAI and Gemini are identical.

<Warning>
  Before you begin, complete the redemption and key steps in the [Integration overview](/en/clients/overview#before-you-integrate).
</Warning>

Download: [cherry-ai.com](https://www.cherry-ai.com/)

## Configuration

<Steps>
  <Step title="Open Model Services">
    Click the gear icon in the top right, then open **Model Services** on the left.
  </Step>

  <Step title="Configure the API URL and key">
    At the top of the provider list, search for **New-API** and select it. In the New-API form on the right:

    * **API Key**: paste your `sk-` token, see [Token management](/en/usage/tokens) for details.
    * **API URL**: `https://globalai.vip`

    <Warning>
      Check for stray whitespace at the start and end when pasting; otherwise the connection will fail.
    </Warning>
  </Step>

  <Step title="Fetch the model list">
    Click **Get model list** and Cherry will fetch every available model automatically. Search for the models you need (for example `claude-sonnet-5`, `gpt-5.6-sol`), click **+** next to each one to add it to the active list, then close the settings dialog.
  </Step>

  <Step title="Start chatting">
    Click **Home** in the top left, open the chat view, choose the model you added from the top dropdown, and start using it.
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="401 / Unauthorized">
    The key was copied incompletely or with whitespace. Recopy from [/keys](https://globalai.vip/keys) and check.
  </Accordion>

  <Accordion title="Connection timeout or cannot connect">
    The most common cause is a proxy or circumvention tool. Turn them off and retry.
  </Accordion>

  <Accordion title="A model is not found">
    The model ID is misspelled, or the model is not allowed in your token's scope. Search for it on the [Pricing page](https://globalai.vip/pricing) to confirm the spelling.
  </Accordion>
</AccordionGroup>


## Related topics

- [Global AI Client Integrations: Parameters and Selection](/en/clients/overview.md)
- [ChatBox with Global AI: Desktop and Mobile Setup](/en/clients/chatbox.md)
- [ChatWise Setup: Unified Multi-Provider Access via Global AI](/en/clients/chatwise.md)
- [Global AI Quickstart: From Sign-Up to First API Call](/en/quickstart.md)
- [Global AI Token Management: Create, Limit, and Secure](/en/usage/tokens.md)
