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-preview(Nano banana) 图像生成模型,通过异步任务方式返回结果。
请求示例
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-preview",
"prompt": "A beautiful sunset over the ocean",
"n": 1
}'
返回示例
{
"task_id": "task_xxx",
"status": "pending"
}
提交后使用 task_id 查询结果,详见获取图片任务状态。