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
- Set base URL to
https://alterhq.com/api(or/v1if required) - Set auth header to
Authorization: Bearer YOUR_API_KEY - Use model IDs in
Provider#Model-nameformat - Run a model list call before first request