GLM 4.7 is available as an experimental launch in Model Garden, designed for core or vibe coding, tool use, and complex reasoning.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: openrouter/z-ai/glm-4.7
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/z-ai/glm-4.7",
"messages": [{"role": "user", "content": "Hello!"}]
}'