GLM 系列提供稳定的生成能力,适合生产场景。该系列面向生产级调用,强调稳定性与可控输出。适合通用内容生成与工具调用,便于集成到你的生产工作流。即时推理 API,性能稳定,无需等待,价格亲民

After setting the parameters, click "Generate" to get the results
Example
Request JSON
{}API
curl --location --request POST 'https://api.highwayapi.ai/v3/async/glm-image' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.highwayapi.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"