curl --request POST \ --url https://open.bigmodel.cn/api/paas/v4/tokenizer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "glm-4-plus", "messages": [ { "role": "user", "content": "What opportunities and challenges will the Chinese large model industry face in 2025?" } ]}'
curl --request POST \ --url https://open.bigmodel.cn/api/paas/v4/tokenizer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "glm-4-plus", "messages": [ { "role": "user", "content": "What opportunities and challenges will the Chinese large model industry face in 2025?" } ]}'