nowapi-image 預設呼叫 https://api.aiid.edu.kg,並從 NOWAPI_API_KEY 讀取驗證資訊。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate and edit images with NowAPI, including asynchronous Responses API image tasks.
nowapi-image 預設呼叫 https://api.aiid.edu.kg,並從 NOWAPI_API_KEY 讀取驗證資訊。
| 命令 | API | 用途 |
|---|---|---|
models | GET /v1/models | 查詢可用模型 |
generate | POST /v1/images/generations | 生成圖片 |
edit | POST /v1/images/edits | 編輯圖片 |
responses-create | POST /v1/responses | 建立非同步圖片任務 |
responses-get | GET /v1/responses/{response_id} | 查詢非同步圖片任務 |
node scripts/nowapi-image.mjs models
node scripts/nowapi-image.mjs generate --json image-request.json
node scripts/nowapi-image.mjs edit --json edit-request.json
node scripts/nowapi-image.mjs responses-create --json responses-request.json
node scripts/nowapi-image.mjs responses-get --id resp_xxx
