From 897c9f99a8ae03c40f672b39bd8cadb2df9b1bdc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 15:09:01 +0300 Subject: chore(config): remove gpt-oss-120b references since qwen3.6 is better --- pi/agent/models.json | 96 ---------------------------------------------------- 1 file changed, 96 deletions(-) (limited to 'pi') diff --git a/pi/agent/models.json b/pi/agent/models.json index a5e8200..3636503 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -10,38 +10,6 @@ "maxTokensField": "max_tokens" }, "models": [ - { - "id": "openai/gpt-oss-120b", - "name": "GPT-OSS 120B [vm]", - "reasoning": true, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 131072, - "maxTokens": 8192 - }, - { - "id": "openai/gpt-oss-20b", - "name": "GPT-OSS 20B [vm]", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65536, - "maxTokens": 8192 - }, { "id": "Qwen/Qwen3.6-27B-FP8", "name": "Qwen3.6 27B FP8 [vm]", @@ -254,38 +222,6 @@ "maxTokensField": "max_tokens" } }, - { - "id": "openai/gpt-oss-20b", - "name": "GPT-OSS 20B [vm1]", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65536, - "maxTokens": 8192 - }, - { - "id": "openai/gpt-oss-120b", - "name": "GPT-OSS 120B [vm1]", - "reasoning": true, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 131072, - "maxTokens": 8192 - }, { "id": "Qwen/Qwen2.5-Coder-32B-Instruct-AWQ", "name": "Qwen2.5 Coder 32B [vm1]", @@ -466,38 +402,6 @@ "contextWindow": 262144, "maxTokens": 8192 }, - { - "id": "openai/gpt-oss-20b", - "name": "GPT-OSS 20B [vm2]", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65536, - "maxTokens": 8192 - }, - { - "id": "openai/gpt-oss-120b", - "name": "GPT-OSS 120B [vm2]", - "reasoning": true, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 131072, - "maxTokens": 8192 - }, { "id": "Qwen/Qwen2.5-Coder-32B-Instruct-AWQ", "name": "Qwen2.5 Coder 32B [vm2]", -- cgit v1.2.3