Available Endpoints & Live Status
GET
/healthy
Checking
General health check endpoint returning system operational status.
GET
/version
Checking
Returns the Myelin engine version, status, and execution environment details.
GET
/models
Checking
Lists supported AI models. Supports dynamic querying: use /models/[family] (e.g., /models/llama) for family filtering, or /models/[family]/[id] (e.g., /models/llama/3.2-1b-instruct) for specific model details.
GET
/chat
Checking
Chat completion endpoint. Currently under active development.