Proxy compatibility
COMPATIBLEAn HTTP/API path where the app sends OpenAI-compatible or Anthropic-compatible requests directly to CSL proxy routes.
It fits systems that already emit upstream-shaped HTTP requests and do not want to start with CslClient.
Proxy compatibility is real, but it is separate from the CslClient method surface.
Included today
/v1/proxy/openai/v1/chat/completions/v1/proxy/anthropic/v1/messages- direct HTTP instead of
CslClient
Verified source
Proxy examplesExample smoke
Use direct HTTP for /v1/proxy/openai/v1/chat/completions and /v1/proxy/anthropic/v1/messages when your wrapper already emits upstream-shaped requests.
Proxy compatibility is real, but it is separate from the CslClient method surface. Start with Node direct if you want the primary package integration path.
Ask about integration
Ask about integration
Start with Node direct for the recommended production-ready integration path.