Skip to Content

GLM 4.7

A large language model trained by Z.ai for versatile instruction following.

Endpoint

POST https://z.os7.site/api/llm/zai-glm-4.7

Request Parameters

ParameterTypeRequiredDescription
apikeystringYesYour secret Zapi API key.
promptstringYesThe core instruction or question.
systempromptstringNoSystem-level instructions for persona.

Example Request

curl -X POST https://z.os7.site/api/llm/zai-glm-4.7 \ -H "Content-Type: application/json" \ -d '{ "apikey": "zp_your_secret_api_key", "prompt": "Who are you?", "systemprompt": "You are a helpful assistant." }'
Last updated on