chore: auto-update generated files

Charm created

Change summary

internal/providers/configs/huggingface.json | 12 ++++++++++++
internal/providers/configs/venice.json      | 16 ++++++++++++++++
2 files changed, 28 insertions(+)

Detailed changes

internal/providers/configs/huggingface.json 🔗

@@ -247,6 +247,18 @@
       "can_reason": false,
       "supports_attachments": false
     },
+    {
+      "id": "zai-org/GLM-4.7:cerebras",
+      "name": "zai-org/GLM-4.7 (cerebras)",
+      "cost_per_1m_in": 0,
+      "cost_per_1m_out": 0,
+      "cost_per_1m_in_cached": 0,
+      "cost_per_1m_out_cached": 0,
+      "context_window": 204800,
+      "default_max_tokens": 8192,
+      "can_reason": false,
+      "supports_attachments": false
+    },
     {
       "id": "zai-org/GLM-4.7:fireworks-ai",
       "name": "zai-org/GLM-4.7 (fireworks-ai)",

internal/providers/configs/venice.json 🔗

@@ -653,6 +653,22 @@
       "can_reason": true,
       "supports_attachments": true
     },
+    {
+      "id": "qwen-3-6-plus",
+      "name": "Qwen 3.6 Plus",
+      "cost_per_1m_in": 0.625,
+      "cost_per_1m_out": 3.75,
+      "cost_per_1m_in_cached": 0,
+      "cost_per_1m_out_cached": 0,
+      "context_window": 1000000,
+      "default_max_tokens": 65536,
+      "can_reason": true,
+      "supports_attachments": true,
+      "options": {
+        "temperature": 0.7,
+        "top_p": 0.8
+      }
+    },
     {
       "id": "e2ee-qwen3-30b-a3b-p",
       "name": "Qwen3 30B A3B",