From 5ec7da198ec4010bddca997699e02274b7b85613 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Mar 2026 23:49:42 +0200 Subject: gpt-oss-120b: enable reasoning via openai_gptoss parser - Add --reasoning-parser openai_gptoss to gpt-oss-120b vLLM config in all three toml files; extracts <|channel|>analysis thinking blocks into reasoning_content in API responses - Mark gpt-oss-120b as reasoning: true in pi/agent/models.json for all three providers (hyperstack, hyperstack1, hyperstack2) - Update vm1 state file Co-Authored-By: Claude Sonnet 4.6 --- pi/agent/models.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pi') diff --git a/pi/agent/models.json b/pi/agent/models.json index 3dfd72d..c8f08c1 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -13,7 +13,7 @@ { "id": "openai/gpt-oss-120b", "name": "GPT-OSS 120B [vm]", - "reasoning": false, + "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 131072, @@ -137,7 +137,7 @@ { "id": "openai/gpt-oss-120b", "name": "GPT-OSS 120B [vm1]", - "reasoning": false, + "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 131072, @@ -233,7 +233,7 @@ { "id": "openai/gpt-oss-120b", "name": "GPT-OSS 120B [vm2]", - "reasoning": false, + "reasoning": true, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 131072, -- cgit v1.2.3