Point your client at https://api.greenjoules.cloud/v1. Same routes, same shapes, lower bill.
curl https://api.greenjoules.cloud/v1/chat/completions \
-H "Authorization: Bearer jc_…" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"hi"}]}'