From 085632a127163c7b25f2404b1f7fb88aeab643ae Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jul 2026 21:26:31 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20model=20chain=20v2=20=E2=80=94=20GPT-5.?= =?UTF-8?q?5=20primary,=205=20providers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/model-chain.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/model-chain.md diff --git a/docs/model-chain.md b/docs/model-chain.md new file mode 100644 index 0000000..f889e48 --- /dev/null +++ b/docs/model-chain.md @@ -0,0 +1,24 @@ +# AI Model Chain — IT Pro Partner + +**Updated:** July 21, 2026 +**Gateways:** admin-ai (self-hosted LiteLLM), OpenRouter, DeepSeek, Google, xAI + +## Chain + +| # | Model | Provider | Key Status | +|---|---|---|---| +| Primary | GPT-5.5 | admin-ai | ✅ `sk-aEJ...` | +| F1 | GPT-5.5 | OpenRouter | ✅ `sk-or-v1...` | +| F2 | DeepSeek v4 Pro | DeepSeek | ✅ `sk-0387...` | +| F3 | Gemini 3.5 Flash | Google | ✅ | +| F4 | Grok 4.5 | xAI | ✅ | + +## Admin-AI (LiteLLM) +- URL: `admin-ai.itpropartner.com` (app1, 152.53.36.131) +- Master key: in `/root/docker/litellm/.env` +- Hermes virtual key: `sk-aEJ-7PAPT0C8iqZi3witzA` (GPT-5.5 + DeepSeek v4 Pro) + +## Credential Storage +- Config: `/root/.hermes/config.yaml` +- Hudu: KB article #39 — "AI Model Chain v2" (if token working) +- Git: `itpp-infrastructure/docs/model-chain.md`