Skip to content

Docs: add LLMTR as an OpenAI-compatible provider (hosts Laguna models) #29

Description

@knowhycodata

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions