Summary
LLMTR is an OpenAI-compatible AI gateway that already serves Poolside's Laguna models, so pool works against it today with no code changes — it just needs the existing POOLSIDE_STANDALONE_BASE_URL / POOLSIDE_API_KEY / POOLSIDE_STANDALONE_MODEL env vars. It'd be great to document this alongside the OpenRouter and Ollama sections in the README.
How it works
POOLSIDE_STANDALONE_BASE_URL="https://llmtr.com/v1" \
POOLSIDE_API_KEY="your-llmtr-api-key" \
POOLSIDE_STANDALONE_MODEL="poolside/laguna-s-2.1" \
pool
Available Poolside models on LLMTR:
poolside/laguna-s-2.1
poolside/laguna-xs-2.1
LLMTR also exposes a wider catalog (including Turkey-hosted models), usable via the same provider/model id format.
Notes
- Docs-only; no code changes required since
pool already supports any OpenAI-compatible endpoint.
- I have a branch ready with the README addition and am happy to open a PR if external PRs are enabled:
knowhycodata:docs/add-llmtr-provider.
Disclosure: I maintain LLMTR.
Summary
LLMTR is an OpenAI-compatible AI gateway that already serves Poolside's Laguna models, so
poolworks against it today with no code changes — it just needs the existingPOOLSIDE_STANDALONE_BASE_URL/POOLSIDE_API_KEY/POOLSIDE_STANDALONE_MODELenv vars. It'd be great to document this alongside the OpenRouter and Ollama sections in the README.How it works
Available Poolside models on LLMTR:
poolside/laguna-s-2.1poolside/laguna-xs-2.1LLMTR also exposes a wider catalog (including Turkey-hosted models), usable via the same
provider/modelid format.Notes
poolalready supports any OpenAI-compatible endpoint.knowhycodata:docs/add-llmtr-provider.Disclosure: I maintain LLMTR.