chore(octofriend): update model list

Amolith created

Change summary

dot_config/octofriend/octofriend.json5 | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

Detailed changes

dot_config/octofriend/octofriend.json5 🔗

@@ -51,10 +51,17 @@
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
-      nickname: 'GPT 5.3 Codex',
+      nickname: 'GLM 5.1',
       baseUrl: 'http://100.77.116.78:4000/v1',
-      model: 'gpt-5.3-codex',
-      context: 400000,
+      model: 'glm-5.1',
+      context: 200000,
+      apiEnvVar: 'PLEXUS_API_KEY',
+    },
+    {
+      nickname: 'GLM 5.1h',
+      baseUrl: 'http://100.77.116.78:4000/v1',
+      model: 'glm-5.1h',
+      context: 200000,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
     {
@@ -71,6 +78,13 @@
       context: 204800,
       apiEnvVar: 'PLEXUS_API_KEY',
     },
+    {
+      nickname: 'MiniMax M2.7',
+      baseUrl: 'http://100.77.116.78:4000/v1',
+      model: 'minimax-m2.7',
+      context: 204800,
+      apiEnvVar: 'PLEXUS_API_KEY',
+    },
     {
       nickname: 'Claude Sonnet 4.6',
       baseUrl: 'http://100.77.116.78:4000/v1',