| 尺寸参数 | 比例规格 |
|---|---|
| size=2048x2048 | 1:1 + 2k(长边≥1920) |
| size=1920x1080 / 2560x1440 | 16:9 + 2k |
| size=1080x1920 / 1440x2560 | 9:16 + 2k |
| size=1536x1024 | 3:2 |
| size=1024x1536 | 2:3 |
curl --location 'https://api.xgapi.top/v1/images/edits' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--form 'model="grok-imagine-image-quality"' \
--form 'prompt="a cat"' \
--form 'image=@""' \
--form 'aspect_ratio=""' \
--form 'size=""' \
--form 'response_format=""'{
"created": 69,
"data": [
{
"b64_json": "adipisicing",
"url": "https://upbeat-joy.info/"
},
{
"b64_json": "occaecat exercitation velit",
"url": "https://unusual-teammate.net/"
}
],
"usage": {
"completion_tokens": 31,
"completion_tokens_details": {
"accepted_prediction_tokens": 74,
"audio_tokens": 55,
"reasoning_tokens": 60,
"rejected_prediction_tokens": 11
},
"prompt_tokens": 47,
"prompt_tokens_details": {
"audio_tokens": 14,
"cached_tokens": 92
},
"total_tokens": 76
}
}