From beba76a33afd6c2fc9f7edd68b9e143ae63944e3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 22 Apr 2026 11:13:15 -0600 Subject: [PATCH] Update model list --- dot_config/pi/models.json | 87 ++++++++++++++++++++++++++++----------- 1 file changed, 63 insertions(+), 24 deletions(-) diff --git a/dot_config/pi/models.json b/dot_config/pi/models.json index 4a222d3d0b0b1030a4fe85b50db423039ac2f697..533475503515290b11efb5767c52f2f30f0b76db 100644 --- a/dot_config/pi/models.json +++ b/dot_config/pi/models.json @@ -6,44 +6,57 @@ "api": "openai-completions", "models": [ { - "id": "deepseek-v3.2", - "name": "DeepSeek V3.2", + "id": "claude-opus-4.6", + "name": "Claude Opus 4.6", "reasoning": true, - "input": ["text"], + "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 162816, - "maxTokens": 32563, + "contextWindow": 1000000, + "maxTokens": 200000, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false } }, { - "id": "gpt-oss-120b", - "name": "GPT OSS 120B", + "id": "claude-sonnet-4.6", + "name": "Claude Sonnet 4.6", "reasoning": true, - "input": ["text"], + "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 128000, - "maxTokens": 25600, + "contextWindow": 1000000, + "maxTokens": 200000, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false } }, { - "id": "gpt-5.4", - "name": "GPT 5.4", + "id": "deepseek-v3.2", + "name": "DeepSeek V3.2", "reasoning": true, - "input": ["text", "image"], + "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 1050000, - "maxTokens": 210000, + "contextWindow": 162816, + "maxTokens": 32563, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false } }, + { + "id": "devstral-small-2-24b", + "name": "Devstral Small 2 24B", + "reasoning": false, + "input": ["text", "image"], + "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, + "contextWindow": 262144, + "maxTokens": 52428, + "compat": { + "supportsReasoningEffort": false, + "supportsDeveloperRole": false + } + }, { "id": "gemini-3.1-flash-lite", "name": "Gemini 3.1 Flash Lite Preview", @@ -123,26 +136,26 @@ } }, { - "id": "claude-opus-4.6", - "name": "Claude Opus 4.6", + "id": "gpt-5.4", + "name": "GPT 5.4", "reasoning": true, "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 1000000, - "maxTokens": 200000, + "contextWindow": 1050000, + "maxTokens": 210000, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false } }, { - "id": "claude-sonnet-4.6", - "name": "Claude Sonnet 4.6", + "id": "gpt-oss-120b", + "name": "GPT OSS 120B", "reasoning": true, - "input": ["text", "image"], + "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 1000000, - "maxTokens": 200000, + "contextWindow": 128000, + "maxTokens": 25600, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false @@ -174,6 +187,19 @@ "supportsDeveloperRole": false } }, + { + "id": "kimi-k2.6", + "name": "Kimi K2.6", + "reasoning": true, + "input": ["text", "image"], + "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, + "contextWindow": 262144, + "maxTokens": 52428, + "compat": { + "supportsReasoningEffort": true, + "supportsDeveloperRole": false + } + }, { "id": "kimi-k2.6h", "name": "Kimi K2.6h", @@ -238,6 +264,19 @@ "supportsReasoningEffort": true, "supportsDeveloperRole": false } + }, + { + "id": "qwen3.6-35b-a3b", + "name": "Qwen 3.6 35B A3B", + "reasoning": true, + "input": ["text"], + "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, + "contextWindow": 131072, + "maxTokens": 26214, + "compat": { + "supportsReasoningEffort": true, + "supportsDeveloperRole": false + } } ] }