Skip to Content

Weitere Integrationen

OfoxAI ist kompatibel mit den drei großen Protokollen OpenAI / Anthropic / Gemini und unterstützt damit theoretisch jedes Tool, das eines dieser Protokolle verwendet. Hier finden Sie Konfigurationsanleitungen für gängige Tools.

Allgemeine Konfigurationsprinzipien

Unabhängig vom Tool gelten folgende Prinzipien:

Vom Tool verwendetes ProtokollBase URLAPI Key Header
OpenAI-kompatibelhttps://api.ofox.ai/v1Authorization: Bearer sk-xxx
Anthropic nativhttps://api.ofox.ai/anthropicx-api-key: sk-xxx
Gemini nativhttps://api.ofox.ai/geminix-goog-api-key: sk-xxx

Continue (VS Code / JetBrains)

Continue  ist ein Open-Source-AI-Coding-Assistent für VS Code und JetBrains IDEs.

~/.continue/config.json
{ "models": [ { "title": "OfoxAI GPT-4o", "provider": "openai", "model": "openai/gpt-4o", "apiBase": "https://api.ofox.ai/v1", "apiKey": "<Ihr OFOXAI_API_KEY>" }, { "title": "OfoxAI Claude Sonnet", "provider": "openai", "model": "anthropic/claude-sonnet-4.5", "apiBase": "https://api.ofox.ai/v1", "apiKey": "<Ihr OFOXAI_API_KEY>" } ] }

Aider

Aider  ist ein Kommandozeilen-Tool für AI-Pair-Programming.

~/.zshrc
export OPENAI_API_KEY=<Ihr OFOXAI_API_KEY> export OPENAI_API_BASE=https://api.ofox.ai/v1
aider --model openai/gpt-4o

BoltAI (macOS)

BoltAI  ist ein nativer macOS-AI-Assistent.

  1. Öffnen Sie BoltAI → PreferencesProviders
  2. Fügen Sie Custom OpenAI hinzu
  3. Base URL: https://api.ofox.ai/v1
  4. API Key eingeben

TypingMind

TypingMind  ist eine AI-Chat-Oberfläche.

  1. Navigieren Sie zu SettingsCustom Endpoint
  2. API Endpoint: https://api.ofox.ai/v1
  3. API Key: Ihr OfoxAI API Key

ChatBox

ChatBox  ist ein plattformübergreifender AI-Desktop-Client.

  1. Öffnen Sie ChatBox → EinstellungenAI-Anbieter
  2. Wählen Sie OpenAI API-kompatibel
  3. API-Domain: https://api.ofox.ai
  4. API Key: Ihr OfoxAI API Key

Eigene Integration

Für andere, hier nicht aufgeführte Tools gehen Sie im Allgemeinen wie folgt vor:

  1. Finden Sie die API-Konfigurationseinstellungen des Tools
  2. Setzen Sie die API Base URL auf https://api.ofox.ai/v1
  3. Setzen Sie den API Key auf Ihren OfoxAI Key
  4. Verwenden Sie für Modellnamen das Format provider/model-name

Wenn Sie OfoxAI erfolgreich in einem Tool konfiguriert haben, freuen wir uns über einen PR zur Ergänzung dieser Dokumentation: GitHub-Repository 

Last updated on