إنشاء صور باستخدام Grok
أنشئ صور Grok باستخدام طلبات JSON وعناصر التحكم في نسبة العرض إلى الارتفاع والدقة، ومخرجات URL أو Base64.
application/json.
يدعم الطلب model وprompt وn وaspect_ratio وresolution وresponse_format.
اختر نموذجًا
اختر معرّف نموذج صور Grok من صفحة النماذج. تستخدم أمثلة API القيمةgrok-imagine-image-quality.
إعداد المخرجات
- استخدم
aspect_ratioلتحديد شكل المخرجات، أو استخدمautoللسماح للنموذج بتحديد الشكل. - استخدم
resolutionلطلب مخرجات1kأو2k. - استخدم
nلطلب ما يصل إلى 10 صور. - استخدم
response_formatلإرجاع عناوين URL مؤقتة أو بيانات صور مرمّزة بتنسيق Base64.
التفويضات
Use your CometAPI API key as the bearer value.
الجسم
The Grok image model ID. See the Models page for available model IDs.
grok-imagine-image, grok-imagine-image-quality "grok-imagine-image-quality"
A text description of the image to generate.
1"A glass observatory above a quiet alpine lake at sunrise"
The number of images to generate. Use an integer from 1 through 10.
1 <= x <= 10The output shape. Use auto to let the model select the aspect ratio.
1:1, 3:4, 4:3, 9:16, 16:9, 2:3, 3:2, 9:19.5, 19.5:9, 9:20, 20:9, 1:2, 2:1, auto "16:9"
The requested output resolution.
1k, 2k "1k"
The image representation in each response item. Use url for a temporary download URL or b64_json for Base64-encoded image bytes.
url, b64_json