> ## 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 Immersive Translate

> Configure APIAny.AI API keys, base URLs, and recommended models in Immersive Translate.

[Immersive Translate](https://immersivetranslate.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

* Immersive Translate 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                                   |
| ------------------- | --------------------------------------- |
| Service name        | `APIAny.AI`                             |
| APIKEY              | Your APIAny.AI API key                  |
| Custom API endpoint | `https://apiany.ai/v1/chat/completions` |
| Model               | `gpt-4o-mini` or `gpt-5.4-mini`         |

## Setup

1. Open Immersive Translate extension settings.
2. Go to translation services and add a custom OpenAI-compatible service.
3. Enter the service name, APIKEY, full endpoint, and model.
4. Save, return to the extension panel, and select APIAny.AI to start translating.

## 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 Immersive Translate. API names and endpoints have been adjusted for APIAny.AI.

### Step 1

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/immersive-translate/extension-icon.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=56bb37e0b3baaa98dd74962473a37a5c" alt="Immersive Translate setup screenshot 1" width="315" height="525" data-path="images/integrations/immersive-translate/extension-icon.png" />

### Step 2

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/immersive-translate/settings-services.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=bdfe303774ed66aff5fe6d554ed84636" alt="Immersive Translate setup screenshot 2" width="1920" height="945" data-path="images/integrations/immersive-translate/settings-services.png" />

### Step 3

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/immersive-translate/openai-config.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=8ff883b069da6866bbcc773674ffa82b" alt="Immersive Translate setup screenshot 3" width="1920" height="945" data-path="images/integrations/immersive-translate/openai-config.png" />

### Step 4

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/immersive-translate/webpage-translation.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=a74acc32da498f3f235135da0257d9da" alt="Immersive Translate setup screenshot 4" width="1920" height="945" data-path="images/integrations/immersive-translate/webpage-translation.png" />

### Step 5

<img src="https://mintcdn.com/lingquai/Twqr-r52XykGBMod/images/integrations/immersive-translate/pdf-translation.png?fit=max&auto=format&n=Twqr-r52XykGBMod&q=85&s=6ca265efc702c77f3a3b3b12db363ee7" alt="Immersive Translate setup screenshot 5" width="1914" height="975" data-path="images/integrations/immersive-translate/pdf-translation.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`.
