API Endpoints
POST
/v1/chat/completions
OpenAI-compatible chat completions
Quick Test
curl https://klaw.globe.computer/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model":"default","messages":[{"role":"user","content":"Hello"}]}'