> ## 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.

# Chatbox-Integration

> APIAny.AI API-Key, Base-URL und empfohlene Modelle in Chatbox konfigurieren.

[Chatbox](https://chatboxai.app/) lässt sich über OpenAI-kompatible Einstellungen mit APIAny.AI verbinden. Nach der Einrichtung kannst du Chat-, Reasoning-, Übersetzungs- und multimodale Modelle aus demselben Client nutzen.

## Voraussetzungen

* Chatbox ist installiert.
* Du hast in der [APIAny.AI-Konsole](https://apiany.ai/de/dashboard/api-keys) einen API-Key erstellt.
* Du hast eine Modell-ID ausgewählt, zum Beispiel `gpt-5.4-mini` oder `gpt-4o-mini`.

## Konfigurationswerte

| Feld            | Wert                                                    |
| --------------- | ------------------------------------------------------- |
| OpenAI API Key  | Dein APIAny.AI API-Key                                  |
| OpenAI API Host | `https://apiany.ai/v1`                                  |
| Claude API Host | `https://apiany.ai/v1`                                  |
| Gemini API Host | `https://apiany.ai`                                     |
| Modell          | `gpt-5.4-mini`, `claude-sonnet-4-6`, `gemini-3.5-flash` |

## Einrichtung

1. Öffne Chatbox und gehe zu den Einstellungen.
2. Wähle die Konfigurationsseite für OpenAI API, Claude API oder Gemini API.
3. Gib den API-Key, den API-Host und die Modell-ID ein.
4. Speichere die Konfiguration und sende eine Testnachricht.

## Empfohlene Modelle

| Modell-ID           | Am besten geeignet für                                                                      |
| ------------------- | ------------------------------------------------------------------------------------------- |
| `gpt-5.5`           | Beste erste Wahl für komplexes Reasoning, Coding und produktive Workflows.                  |
| `gpt-5.4`           | Starkes Allzweckmodell für anspruchsvolle Chat- und Agent-Aufgaben.                         |
| `gpt-5.4-mini`      | Ausgewogenes Verhältnis aus Geschwindigkeit, Qualität und Kosten für den täglichen Einsatz. |
| `gpt-4o-mini`       | Schnelle und günstige Wahl für einfache Chats, Übersetzungen und leichtgewichtige Aufgaben. |
| `claude-sonnet-4-6` | Claude-kompatible Modell-ID für längere Texte und Coding-Workflows.                         |
| `gemini-3.5-flash`  | Gemini-kompatible Modell-ID für schnelle multimodale Nutzung.                               |

## Screenshots der Einrichtung

Die folgenden Screenshots zeigen die wichtigsten Konfigurationsbildschirme in Chatbox. API-Namen und Endpunkte wurden für APIAny.AI angepasst.

### Schritt 1

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/main-interface.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=fdd14f6243f2618919b9259b6b8f0352" alt="Chatbox-Einrichtung Screenshot 1" width="1023" height="768" data-path="images/integrations/chatbox/main-interface.png" />

### Schritt 2

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/settings-page.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=91ef08a7f7a09ed16e7db168ad1d68dd" alt="Chatbox-Einrichtung Screenshot 2" width="1023" height="768" data-path="images/integrations/chatbox/settings-page.png" />

### Schritt 3

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/api-config.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=1a7b3fec4996854930dbbde2e1c039c3" alt="Chatbox-Einrichtung Screenshot 3" width="1023" height="768" data-path="images/integrations/chatbox/api-config.png" />

### Schritt 4

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/claude.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=312a421a77fd83f81f00596cd0d5558a" alt="Chatbox-Einrichtung Screenshot 4" width="1023" height="768" data-path="images/integrations/chatbox/claude.png" />

### Schritt 5

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/gemini.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=36983878ec9a1231196b3343011a3862" alt="Chatbox-Einrichtung Screenshot 5" width="1023" height="768" data-path="images/integrations/chatbox/gemini.png" />

### Schritt 6

<img src="https://mintcdn.com/lingquai/eZ1NTz-jNiJEB-x_/images/integrations/chatbox/chat-interface.png?fit=max&auto=format&n=eZ1NTz-jNiJEB-x_&q=85&s=e3596fc09f5338461c7df9c340c6c900" alt="Chatbox-Einrichtung Screenshot 6" width="1023" height="768" data-path="images/integrations/chatbox/chat-interface.png" />

## Fehlerbehebung

### 401- oder Authentifizierungsfehler

Stelle sicher, dass der API-Key vollständig kopiert wurde, keine zusätzlichen Leerzeichen enthält und in der APIAny.AI-Konsole aktiviert ist.

### Das Modell erscheint nicht in der App

Gib die Modell-ID manuell ein und prüfe, ob sie im [Modellkatalog](/de/models/chat-models) verfügbar ist. Manche Tools rufen Modelllisten nicht automatisch ab.

### Welche Base-URL soll ich verwenden?

OpenAI-kompatible Einstellungen verwenden in der Regel `https://apiany.ai/v1`; Claude-kompatible Einstellungen verwenden in der Regel `https://apiany.ai`; Tools, die einen vollständigen Endpunkt erwarten, verwenden `https://apiany.ai/v1/chat/completions`.
