docs(llm-providers): add LLMTR AI gateway provider - #1147
Open
knowhycodata wants to merge 1 commit into
Open
Conversation
Document LLMTR (https://llmtr.com), a Turkey-hosted OpenAI-compatible gateway offering 265+ models under a single API key. Follows the existing OpenAI-compatible pattern (openai/ route prefix + LLM_API_BASE), so no code changes are needed. Adds the provider page, registers it in the docs nav, and lists it in the overview provider cards. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ag2XdAsvrR7XKMmQsAjqSN
Contributor
Greptile SummaryAdds an LLMTR provider guide describing OpenAI-compatible gateway configuration, model selection, optional attribution headers, and Turkey-hosted models.
Confidence Score: 5/5The documentation-only PR appears safe to merge, with no concrete blocking or non-blocking defects identified. The new page follows existing documentation conventions, and the documented configuration variables and model-prefix routing agree with the repository’s current configuration and pinned SDK behavior. Important Files Changed
Reviews (1): Last reviewed commit: "docs(llm-providers): add LLMTR AI gatewa..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds documentation for LLMTR as an LLM provider option, alongside the existing OpenRouter / Novita / OpenAI-compatible gateways.
LLMTR is a Turkey-hosted, OpenAI-compatible AI gateway that exposes 265+ models (OpenAI, Anthropic, Google, Qwen, plus Turkey-hosted open models such as
llmtr/trendyol-asure-12b) under a single API key.Why
Users in the region — and anyone wanting Turkey data residency for
llmtr/models — asked how to point Strix at LLMTR. It is a common OpenAI-compatible gateway, so making it a first-class documented option lowers setup friction.How
LLMTR uses an OpenAI-compatible endpoint, so it slots into the existing pattern already used for Novita and local gateways — the
openai/LiteLLM route prefix plusLLM_API_BASE:No code changes — this is docs-only:
docs/llm-providers/llmtr.mdx— new provider guide (setup, model table, Turkey-hosted models, API-key steps, optionalLLM_EXTRA_HEADERSattribution)docs/docs.json— register the page in the LLM Providers navdocs/llm-providers/overview.mdx— add an LLMTR card to the provider gridEnv var names used in the doc (
STRIX_LLM,LLM_API_KEY,LLM_API_BASE,LLM_EXTRA_HEADERS) were verified againststrix/config/settings.py.🤖 Generated with Claude Code