diff --git a/catwalk b/catwalk new file mode 100755 index 00000000..c494571f Binary files /dev/null and b/catwalk differ diff --git a/internal/providers/configs/zai.json b/internal/providers/configs/zai.json index 1e4a255f..d90ed180 100644 --- a/internal/providers/configs/zai.json +++ b/internal/providers/configs/zai.json @@ -41,6 +41,29 @@ "default_max_tokens": 98304, "can_reason": true, "supports_attachments": false + }, + { + "id": "glm-4.6v", + "name": "GLM-4.6V", + "cost_per_1m_in": 0.3, + "cost_per_1m_out": 0.9, + "cost_per_1m_in_cached": 0.05, + "cost_per_1m_out_cached": 0, + "context_window": 131072, + "default_max_tokens": 24000, + "can_reason": true, + "supports_attachments": true + }, + { + "id": "glm-4.6v-flash", + "name": "GLM-4.6V-Flash", + "cost_per_1m_in": 0, + "cost_per_1m_out": 0, + "cost_per_1m_in_cached": 0, + "context_window": 131072, + "default_max_tokens": 24000, + "can_reason": true, + "supports_attachments": true } ] }