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

# Using in Cherry Studio

> Configure APIAny.AI API keys, base URLs, and recommended models in Cherry Studio.

[Cherry Studio](https://www.cherry-ai.com/) can connect to APIAny.AI through OpenAI-compatible settings. After setup, you can use chat, reasoning, translation, and multimodal models from the same client.

## Prerequisites

* Cherry Studio is installed.
* You have created an API key in the [APIAny.AI dashboard](https://apiany.ai/dashboard/api-keys).
* You have selected a model ID, such as `gpt-5.4-mini` or `gpt-4o-mini`.

## Configuration values

| Field   | Value                                                     |
| ------- | --------------------------------------------------------- |
| Name    | `APIAny.AI`                                               |
| API Key | Your APIAny.AI API key                                    |
| API URL | `https://apiany.ai`                                       |
| Model   | `gpt-5.4-mini`, `gpt-4o-mini`, or another available model |

## Setup

1. Open Settings and go to model service configuration.
2. Add a custom OpenAI-compatible service named APIAny.AI.
3. Enter the API key and API URL.
4. Select the added model in a new chat and test it.

## Recommended models

| Model ID            | Best for                                                                        |
| ------------------- | ------------------------------------------------------------------------------- |
| `gpt-5.5`           | Best first choice for complex reasoning, coding, and production workflows.      |
| `gpt-5.4`           | Strong general-purpose model for advanced chat and agent tasks.                 |
| `gpt-5.4-mini`      | Balanced speed, quality, and cost for everyday usage.                           |
| `gpt-4o-mini`       | Fast and economical choice for simple chat, translation, and lightweight tasks. |
| `claude-sonnet-4-6` | Claude-compatible model ID for long-form writing and coding workflows.          |
| `gemini-3.5-flash`  | Gemini-compatible model ID for fast multimodal usage.                           |

## Walkthrough screenshots

The screenshots below show the key configuration screens in Cherry Studio. API names and endpoints have been adjusted for APIAny.AI.

### Step 1

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/main-interface.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=67fc9b0749227bd88f176bcf4f7734e9" alt="Cherry Studio setup screenshot 1" width="960" height="600" data-path="images/integrations/cherry-studio/main-interface.png" />

### Step 2

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/settings-providers.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=96d8191b72f82e5bd4362205bdb1e298" alt="Cherry Studio setup screenshot 2" width="960" height="600" data-path="images/integrations/cherry-studio/settings-providers.png" />

### Step 3

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/add-provider-config.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=d205232f3bd17716af678b5880569994" alt="Cherry Studio setup screenshot 3" width="960" height="600" data-path="images/integrations/cherry-studio/add-provider-config.png" />

### Step 4

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/settings.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=c91a9424ce4f5d0e10764fcf2e2e0aff" alt="Cherry Studio setup screenshot 4" width="960" height="600" data-path="images/integrations/cherry-studio/settings.png" />

### Step 5

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/provider-list.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=36026e665e448becb9117124d973f838" alt="Cherry Studio setup screenshot 5" width="960" height="600" data-path="images/integrations/cherry-studio/provider-list.png" />

### Step 6

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/model-selection.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=e717b730b4e8fed06b7d33266439d693" alt="Cherry Studio setup screenshot 6" width="960" height="600" data-path="images/integrations/cherry-studio/model-selection.png" />

### Step 7

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/new-chat.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=bcaa8827174079d9092e5aed84a7098f" alt="Cherry Studio setup screenshot 7" width="960" height="600" data-path="images/integrations/cherry-studio/new-chat.png" />

### Step 8

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/cherry-studio/chat-interface.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=dfdedb355d3011e4382d9f340b18138d" alt="Cherry Studio setup screenshot 8" width="960" height="600" data-path="images/integrations/cherry-studio/chat-interface.png" />

## Troubleshooting

### 401 or authentication errors

Make sure the API key is copied completely, has no extra spaces, and is enabled in the APIAny.AI dashboard.

### The model does not appear in the app

Enter the model ID manually and confirm it is available in the [model catalog](/models/chat-models). Some tools do not fetch model lists automatically.

### Which Base URL should I use?

OpenAI-compatible settings usually use `https://apiany.ai/v1`; Claude-compatible settings usually use `https://apiany.ai`; tools that ask for a full endpoint use `https://apiany.ai/v1/chat/completions`.
