ai-chat
Installation
SKILL.md
AI Chat — Unified LLM Gateway
AceDataCloud exposes two documented chat surfaces:
| Endpoint | Use For |
|---|---|
POST /aichat2/conversations |
Recommended stateful / multimodal / agentic conversations |
POST /aichat/conversations |
Legacy conversation endpoint |
POST /openai/chat/completions |
OpenAI-compatible stateless chat completions |
POST /openai/responses |
OpenAI-compatible responses API |
Setup: See authentication for token setup.