@f5-sales-demo/pi-ai 19.103.3 → 19.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [19.104.0] - 2026-07-31
6
+
7
+ ### Added
8
+
9
+ - Added LiteLLM catalog metadata for GPT-5.6 Sol with verified High reasoning and token limits
10
+
5
11
  ## [15.0.0] - 2026-04-10
6
12
 
7
13
  ### Fixed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5-sales-demo/pi-ai",
4
- "version": "19.103.3",
4
+ "version": "19.104.0",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "homepage": "https://github.com/f5-sales-demo/xcsh",
7
7
  "author": "Can Boluk",
@@ -45,7 +45,7 @@
45
45
  "@aws-sdk/client-bedrock-runtime": "^3",
46
46
  "@bufbuild/protobuf": "^2.11",
47
47
  "@google/genai": "^2.13",
48
- "@f5-sales-demo/pi-utils": "19.103.3",
48
+ "@f5-sales-demo/pi-utils": "19.104.0",
49
49
  "@sinclair/typebox": "^0.34",
50
50
  "@smithy/node-http-handler": "^4.4",
51
51
  "ajv": "^8.20",
package/src/models.json CHANGED
@@ -16541,6 +16541,30 @@
16541
16541
  "maxLevel": "xhigh"
16542
16542
  }
16543
16543
  },
16544
+ "gpt-5.6-sol": {
16545
+ "id": "gpt-5.6-sol",
16546
+ "name": "GPT-5.6 Sol",
16547
+ "api": "openai-completions",
16548
+ "provider": "litellm",
16549
+ "baseUrl": "http://localhost:4000/v1",
16550
+ "reasoning": true,
16551
+ "input": [
16552
+ "text"
16553
+ ],
16554
+ "cost": {
16555
+ "input": 0,
16556
+ "output": 0,
16557
+ "cacheRead": 0,
16558
+ "cacheWrite": 0
16559
+ },
16560
+ "contextWindow": 1050000,
16561
+ "maxTokens": 128000,
16562
+ "thinking": {
16563
+ "mode": "effort",
16564
+ "minLevel": "high",
16565
+ "maxLevel": "high"
16566
+ }
16567
+ },
16544
16568
  "grok-4-1-fast-non-reasoning": {
16545
16569
  "id": "grok-4-1-fast-non-reasoning",
16546
16570
  "name": "Grok 4.1 Fast (Non-Reasoning)",