diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 15:09:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 15:09:01 +0300 |
| commit | 897c9f99a8ae03c40f672b39bd8cadb2df9b1bdc (patch) | |
| tree | a31878388612a15702efe806e03b558cc99d5a02 /pi | |
| parent | dffa66a331350fb7995bf93cff49b978a9288459 (diff) | |
chore(config): remove gpt-oss-120b references since qwen3.6 is better
Diffstat (limited to 'pi')
| -rw-r--r-- | pi/agent/models.json | 96 |
1 files changed, 0 insertions, 96 deletions
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 @@ -11,38 +11,6 @@ }, "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]", "reasoning": true, @@ -255,38 +223,6 @@ } }, { - "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]", "reasoning": false, @@ -467,38 +403,6 @@ "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]", "reasoning": false, |
