@llmrtc/llmrtc-provider-zai
v1.2.0
Published
Z.ai GLM LLM adapter for @llmrtc/LLMRTC
Downloads
315
Readme
@llmrtc/llmrtc-provider-zai
Z.ai GLM adapter for LLMRTC - realtime voice and vision AI agents over WebRTC.
import { ZaiLLMProvider } from '@llmrtc/llmrtc-provider-zai';
const llm = new ZaiLLMProvider({
apiKey: process.env.ZAI_API_KEY!,
model: 'glm-5.2'
});GLM 5.2 is an open-weight (MIT) MoE model with a 1M-token context window and
strong tool calling at low cost. GLM models are also reachable through
OpenRouter (@llmrtc/llmrtc-provider-openrouter with model z-ai/glm-5.2).
See the documentation for the full guide.
