本帖最后由 scheme 于 2026-6-27 11:19 编辑
https://console.gmicloud.ai/
先注册,然后使用 GLMFree0626 充值获得0.01刀,再创建api key就可以在AI工具使用GLM5.2了。
点击这个图充值:(见最下面)
创建API key: https://console.gmicloud.ai/user-setting/api-keys
北京时间: 27日下午6点结束
使用:
把下面这个发给ai工具,让它进行参考配置:(你再修改key)
- curl --request POST \
- --url https://api.gmi-serving.com/v1/chat/completions \
- -H 'Content-Type: application/json' \
- -H 'Authorization: Bearer *************' \
- --data '{
- "model": "zai-org/GLM-5.2-FP8",
- "messages": [
- {"role": "system", "content": "You are a helpful AI assistant"},
- {"role": "user", "content": "List 3 countries and their capitals."}
- ],
- "temperature": 0,
- "max_tokens": 500
- }'
复制代码
|
在线会员 -
共 3 人在线 -
0 个会员(0 隐身),
3 位游客 -
最高纪录是 20 于 2026-3-30.