feat(providers): add focused LLMTR hybrid gateway (#2150)

* feat: add LLMTR hybrid gateway

* feat: support LLMTR_API_KEY

* fix: allow LLMTR provider env files

* fix: protect LLMTR credential routing

* fix: protect LLMTR profile credentials

* fix: complete LLMTR env lifecycle

* fix: select LLMTR model before client setup

* fix: address LLMTR review findings

* fix: route LLMTR auxiliary models correctly

* fix: complete LLMTR credential boundaries

* fix: clear persisted LLMTR startup keys

* fix: normalize LLMTR generic credentials

* fix: scope LLMTR credential support

* fix: align LLMTR credential boundaries

* fix: close LLMTR credential boundaries

* fix: clear stale LLMTR auth state

* fix: clear persisted LLMTR credentials

* fix: complete LLMTR setup contracts

* fix: close LLMTR lifecycle gaps

* fix(providers): close LLMTR credential boundaries

* fix(providers): preserve saved LLMTR profile keys
This commit is contained in:
JATMN
2026-08-24 10:16:04 +08:00
committed by GitHub
parent 421f45992c
commit 1e56d4e7b2
30 changed files with 1274 additions and 37 deletions
+7
View File
@@ -211,6 +211,13 @@ ANTHROPIC_API_KEY=sk-ant-your-key-here
# OPENAI_BASE_URL=https://api.aimlapi.com/v1
# OPENAI_MODEL=gpt-4o
# For LLMTR, prefer its dedicated key. Raw env setup must also set
# OPENAI_BASE_URL and OPENAI_MODEL. OPENAI_API_KEY remains supported:
# LLMTR_API_KEY=your-llmtr-key-here
# OPENAI_API_KEY=your-llmtr-key-here # supported fallback
# OPENAI_BASE_URL=https://llmtr.com/v1
# OPENAI_MODEL=deepseek/deepseek-v4-flash
# Use a custom OpenAI-compatible endpoint (optional — defaults to api.openai.com)
# OPENAI_BASE_URL=https://api.openai.com/v1
# Choose the OpenAI-compatible API surface (optional).