Add Z.AI provider support for GLM-5 (#938)

This commit is contained in:
Reid
2026-03-12 03:43:32 -07:00
committed by GitHub
parent 5d9d17bf71
commit e2eb340c04
3 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ This document tracks feature parity between IronClaw (Rust implementation) and O
| Ollama (local) | ✅ | ✅ | - | via `rig::providers::ollama` (full support) |
| Perplexity | ✅ | ❌ | P3 | Freshness parameter for web_search |
| MiniMax | ✅ | ❌ | P3 | Regional endpoint selection |
| GLM-5 | ✅ | | P3 | |
| GLM-5 | ✅ | | P3 | Via Z.AI provider (`zai`) using OpenAI-compatible chat completions |
| node-llama-cpp | ✅ | | - | N/A for Rust |
| llama.cpp (native) | ❌ | 🔮 | P3 | Rust bindings |