⌕
Z
Z.AI (Zhipu)
Browse models provided by Z.AI (Zhipu)
Active11 models
Models
11
3 free
Modalities
text
input & output
Models
API Usage
Use any model from Z.AI (Zhipu) through the AllToken unified API.
curl https://alltoken.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "provider/model-name",
"messages": [{"role": "user", "content": "Hello!"}]
}'