We have transformed the Zhipu format into the OpenAI format, making it compatible with various open-source chat software.
{
"model": "slides_glm_agent",
"messages": [
{
"role": "user",
"content": "帮我调研并生成一个游戏主机市场发展调研"
}
]
}
curl --location --request POST 'https://api.302.ai/v1/chat/completions?async=false' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "slides_glm_agent",
"messages": [
{
"role": "user",
"content": "帮我调研并生成一个游戏主机市场发展调研"
}
]
}'
{}