AI Agent Hub
Back to skills
Jimeng AI Image 4.6 icon

Jimeng AI Image 4.6

Design & Media Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_393c9577/jimeng-image-gen-46 using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When an agent or script needs to generate images, it often has to manage Volcengine credentials, submit asynchronous tasks, poll results, handle image URLs, downloads, and size constraints manually. Jimeng AI Image 4.6 wraps these steps into a command-line interface, allowing large models to call Jimeng 4.6 for image generation from natural-language requests.

How It Works

The skill uses the Volcengine Visual Intelligence platform and exposes the following capabilities:

  • Text-to-image: text2img generates images from a --prompt, with presets such as 1:1, 16:9, 2k, 4k, or custom WxH sizes.
  • Image-to-image: img2img combines a reference image URL and prompt to create a new image, useful for restyling, recomposing, or variant generation.
  • Task management: result checks task status, download saves images locally, and status validates configuration.
  • Agent integration: the script polls task completion and supports asynchronous submission, retries, and timeout control.

A typical flow is to configure AK/SK environment variables, run a generation command, and then use download if a local file is needed. For image-to-image workflows, the reference image must be reachable by the service.

Boundaries

It is useful for design mockups, document illustrations, social media assets, and base images for further editing, but it is not a full design suite. Keep AK/SK security, service billing, longer latency for 2k/4k, and the fact that authentication or parameter errors are not retried.

Use Cases

  • Before a product prototype review, use `text2img` to generate 16:9 background and concept poster images from prompts.
  • When adding illustrations to technical docs, call `img2img` with an uploaded reference screenshot and prompt to create matching architecture assets.
  • For social posts, use `text2img` to generate 1:1 or 9:16 covers and save the finished images with `download`.
  • If Jimeng 4.6 is unavailable, set `JIMENG_REQ_KEY` to fall back to Jimeng 4.0 and generate the same-size image.

Best For

  • Content operations owners who ship multiple social covers weekly and need 1:1 or 9:16 Jimeng image generation.
  • Engineers documenting product systems who want reference-screenshot-based architecture illustrations with consistent style.
  • Automation engineers maintaining agent workflows who need text-to-image, image-to-image, and download as callable commands.
  • Designers using Volcengine Visual Intelligence who want env-based control of model version, polling, and retries.