iris-ssp
openai-compatible proxy
mode default version 779ed47 base url https://ssp.rentaicoder.com/v1 health /health ↗

curl https://ssp.rentaicoder.com/v1/chat/completions \
  -H "Authorization: Bearer <key>" \
  -H "Content-Type: application/json" \
  -d '{"model":"bundle2","messages":[{"role":"user","content":"hi"}]}'