Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 Grok Image 生成图像
curl https://api.qclawrouter.com/v1/images/generations \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "grok-image", "prompt": "A beautiful sunset over the ocean", "n": 1 }'
{ "task_id": "task_xxx", "status": "pending" }