JiMeng Image

image
Try in Playground

ByteDance's JiMeng image generation with exceptional aesthetic quality and Chinese text support.

Pricing

Per Image

¥0.0500

¥ / 张

价格单位:¥(人民币)

Quickstart

curl https://api.aigcto.cc/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "jimeng-image",
    "messages": [{"role": "user", "content": "A futuristic city at sunset with flying cars"}]
  }'

Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.