This tab runs the model. scripts/agent-server.mjs gives it an OpenAI-shaped address on :8017.
Alternative, and the one to prefer for real use: npm run station runs the engine in-process on
dawn.node (no browser tab, no throttling) and takes the same :8017. They cannot both hold the port — run one.
Point a client at http://127.0.0.1:8017/v1
Cline — API Provider “OpenAI Compatible”, Base URL above, any model id.
pi — ~/.pi/agent/models.json, api: "openai-completions", that baseUrl.
curl — curl 127.0.0.1:8017/v1/chat/completions -d '{"messages":[{"role":"user","content":"hi"}]}' -H 'content-type: application/json'