Skip to content
Back to Knowledge Base

What are AI Adapters?

An AI Adapter is a configured connection to an AI model provider. It stores the credentials needed for CoCoCo to call that model — so Workflows and AI Agents can use it without embedding API keys in code.

TypeConnects to
OpenAIGPT-4 and other OpenAI models
ClaudeAnthropic Claude models
Apple NativeOn-device models via Apple Intelligence
XGBoostCoCoCo’s built-in ML model runtime
  1. Go to Menu → AI & ML → AI Adapters
  2. Click + New Adapter
  3. Select the Type
  4. Give it a Name (e.g. Claude Sonnet - Production)
  5. Enter the required credentials:
    • For OpenAI and Claude: API Key and model name
  6. Click Save

Once created, an AI Adapter is referenced by:

  • AI Agents — for conversational or reasoning tasks
  • Agent Workflow nodes — sends a prompt and processes the response
  • ML Predict nodes — for XGBoost model inference