Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qclawrouter.com/llms.txt

Use this file to discover all available pages before exploring further.

说明

Gemini-2.5-Flash-Image Official 图像生成模型,通过异步任务方式返回结果。

请求示例

cURL
curl https://api.qclawrouter.com/v1/images/generations \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2-5-flash-image-official",
    "prompt": "A beautiful sunset over the ocean",
    "n": 1
  }'

返回示例

{
  "task_id": "task_xxx",
  "status": "pending"
}
提交后使用 task_id 查询结果,详见获取图片任务状态