为什么选择 Grok Imagine Image?
Grok 在图形领域格外能打,Imagine Image 是其标准文生图模型。
- 风格全覆盖:从照片级写实到插画、概念图。
- 听话:提示词里写清风格 / 构图 / 光影 / 主体,出图更准。
- 免费可玩:Cloudflare 每日免费额度、Vercel $5/月额度均覆盖,免额外 Key。
想要更高保真,见 Grok Imagine Image Pro。
Generate images with Grok Imagine free on Cloudflare's daily allowance, no extra key.
Grok 在图形领域格外能打,Imagine Image 是其标准文生图模型。
想要更高保真,见 Grok Imagine Image Pro。
文生图由 Cloudflare 账户直接计费、免任何额外 Key,落在每日免费额度内即可免费生成。图像是 Grok 的强项。 更高保真见 Grok Imagine Image Pro(xai/grok-imagine-image-quality)。
// Cloudflare Worker: free image generation within the daily allowance
const res = await env.AI.run('xai/grok-imagine-image', {
prompt: 'A neon cyberpunk fox, cinematic lighting, ultra-detailed',
});curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/xai/grok-imagine-image \
-H "Authorization: Bearer $CF_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt":"A neon cyberpunk fox, cinematic lighting"}'