pool login --api-url <api-url> or set with POOLSIDE_API_URL. For more information, see Install Poolside Agent CLI.
Use the /openai/v1 base path to send chat completion requests, list available models, stream responses, and use tool calling with Poolside models.
Get started
To start using the OpenAI-compatible API:- Create or provide an API key. See Authentication.
- Use the
/openai/v1base path for model requests. - Follow the OpenAI-compatible API examples.
POOLSIDE_API_KEY before running pool exec. See Automated mode.