octofriend: update model list

Amolith created

Change summary

dot_config/octofriend/octofriend.json5 | 86 ++++++++++++++++++++-------
1 file changed, 64 insertions(+), 22 deletions(-)

Detailed changes

dot_config/octofriend/octofriend.json5 🔗

@@ -16,59 +16,59 @@
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
-      nickname: 'DeepSeek V3.2',
+      nickname: 'DeepSeek V4 Pro H',
       baseUrl: 'http://100.77.116.78:4000/v1',
-      model: 'deepseek-v3.2',
-      context: 162816,
-      apiEnvVar: 'PLEXUS_API_KEY',
-    },
-    {
-      nickname: 'Devstral Small 2 24B',
-      baseUrl: 'http://100.77.116.78:4000/v1',
-      model: 'devstral-small-2-24b',
-      context: 262144,
+      model: 'deepseek-v4-proh',
+      context: 600000,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'Gemini 3.1 Flash Lite Preview',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'gemini-3.1-flash-lite',
-      context: 1048576,
+      context: 1000000,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'Gemini 3.1 Pro Preview',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'gemini-3.1-pro-preview',
-      context: 1048576,
+      context: 1000000,
+      apiEnvVar: 'PLEXUS_API_KEY',
+    },
+    {
+      nickname: 'Gemma 4 26B A4B',
+      baseUrl: 'http://100.77.116.78:4000/v1',
+      model: 'gemma-4-26b-a4b',
+      context: 262144,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'GLM 4.7',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'glm-4.7',
-      context: 200000,
+      context: 202752,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'GLM 4.7 Flash',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'glm-4.7-flash',
-      context: 200000,
+      context: 196608,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'GLM 5.1',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'glm-5.1',
-      context: 200000,
+      context: 202752,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'GLM 5.1h',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'glm-5.1h',
-      context: 200000,
+      context: 202752,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
@@ -82,7 +82,7 @@
       nickname: 'GPT OSS 120B',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'gpt-oss-120b',
-      context: 128000,
+      context: 131072,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
@@ -117,37 +117,79 @@
       nickname: 'MiniMax M2.5',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'minimax-m2.5',
-      context: 204800,
+      context: 191488,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'MiniMax M2.5h',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'minimax-m2.5h',
-      context: 204800,
+      context: 191488,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
       nickname: 'MiniMax M2.7h',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'minimax-m2.7h',
-      context: 204800,
+      context: 200000,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
-      nickname: 'Nemotron 3 Super',
+      nickname: 'NVIDIA Nemotron 3 Super 120B A12B NVFP4',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'nemotron-3-super-120b-a12b',
       context: 262144,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
-      nickname: 'Qwen 3.6 35B A3B',
+      nickname: 'Qwen 3.6 35B',
       baseUrl: 'http://100.77.116.78:4000/v1',
       model: 'qwen3.6-35b-a3b',
       context: 131072,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
+    {
+      nickname: 'Hyper: Gemma 4 26B A4B',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'gemma-4-26b-a4b-it',
+      context: 262144,
+      apiEnvVar: 'HYPER_API_KEY',
+    },
+    {
+      nickname: 'Hyper: GLM 5.1',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'glm-5.1',
+      context: 202752,
+      apiEnvVar: 'HYPER_API_KEY',
+    },
+    {
+      nickname: 'Hyper: DeepSeek V4 Pro',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'deepseek-v4-pro',
+      context: 600000,
+      apiEnvVar: 'HYPER_API_KEY',
+    },
+    {
+      nickname: 'Hyper: GPT OSS 120B',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'gpt-oss-120b',
+      context: 131072,
+      apiEnvVar: 'HYPER_API_KEY',
+    },
+    {
+      nickname: 'Hyper: Kimi K2.5',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'kimi-k2.5',
+      context: 262144,
+      apiEnvVar: 'HYPER_API_KEY',
+    },
+    {
+      nickname: 'Hyper: Kimi K2.6',
+      baseUrl: 'https://hyper.charm.land/v1',
+      model: 'kimi-k2.6',
+      context: 262142,
+      apiEnvVar: 'HYPER_API_KEY',
+    }
   ],
   diffApply: {
     baseUrl: 'http://100.77.116.78:4000/v1',