Jimeng Official Format Image Generation
Jimeng Image
Jimeng Official Format Image Generation
Generate images using the official Jimeng format interface via POST /jm.
POST
Jimeng Official Format Image Generation
Jimeng Official Format Image Generation
An image generation API in Jimeng’s official format, submitted in JSON and requiring query parameters.- The routing entry is
POST /jm. - The
ActionandVersionquery parameters must be included in the URL. - Currently submitted using
application/json. - Supports text-to-image, image-to-image, and other scenarios.
- After successful submission, a task
task_idis returned. Use Query Task to fetch the result later.
Supported Models
jimeng-4.0: Jimeng 4.0 model
Method and Path
Request Example
Example with Reference Images
Response Example
Authentication
Query Parameters
Operation type. Fixed value:
CVSync2AsyncSubmitTask (submit task).API version. Fixed value:
2022-08-31.Body
Service identifier. Fixed value:
jimeng_t2i_v40.Model name. For example,
jimeng-4.0.The prompt used to generate the image. Both Chinese and English are supported. It is recommended to keep it within 800 characters at most; overly long prompts may cause generation anomalies or fail to take effect. You can directly specify the image generation ratio in the prompt.
Resolution. Optional values:
1k, 2k, 4k.The image area to generate (deprecated). Default: 4194304, which is 20482048, generating a 2K resolution image. Range: [10241024, 4096*4096], capable of generating 1K to 4K resolution images.
Whether to force generation of a single image. Default:
false.Image file URLs. Supports 0 to 10 images for image-to-image scenarios.
Image width. Recommended values: 1024 (1K), 2048 (2K), 4096 (4K), etc.
Image height. Recommended values: 1024 (1K), 2048 (2K), 4096 (4K), etc.
Response
Status code.
10000 indicates success.Response data container.
Task ID. Used to query task status and results later.
Task status.
Status message.
Request ID.
Status code.
Request duration.
Recommended Sizes
1K Resolution
| Width x Height | Ratio |
|---|---|
| 1024x1024 | 1:1 |
2K Resolution
| Width x Height | Ratio |
|---|---|
| 2048x2048 | 1:1 |
| 2304x1728 | 4:3 |
| 2496x1664 | 3:2 |
| 2560x1440 | 16:9 |
| 3024x1296 | 21:9 |
4K Resolution
| Width x Height | Ratio |
|---|---|
| 4096x4096 | 1:1 |
| 4694x3520 | 4:3 |
| 4992x3328 | 3:2 |
| 5404x3040 | 16:9 |
| 6198x2656 | 21:9 |