Skip to main content
Use these guides when integrating external apps with Alter API Router.

Integration guides

TypingMind

Configure a custom OpenAI Chat Completions model in TypingMind using Alter endpoint and headers.

Msty.ai

Set Alter endpoint, API key, and model ID format in Msty.ai.

General Setup Pattern

Base URL, API key handling, and model ID format used by most OpenAI-compatible apps.

Integration checklist

  1. Set base URL to https://alterhq.com/api (or /v1 if required)
  2. Set auth header to Authorization: Bearer YOUR_API_KEY
  3. Use model IDs in Provider#Model-name format
  4. Run a model list call before first request