Gateway Custom Clients
Custom clients can use the local OpenAI-compatible subset directly.
curl
bash
curl http://127.0.0.1:8787/healthPowerShell
powershell
Invoke-RestMethod -Uri http://127.0.0.1:8787/healthNode.js
Use Node's built-in HTTP APIs or a local-only client request to:
GET /healthGET /v1/modelsPOST /v1/chat/completions
Only mock models are executable in Sprint F.
