nby-jimeng-api

Installation
SKILL.md

Jimeng API - 即梦 AI 图片/视频生成

通过本地 Docker 部署的 jimeng-free-api-all 服务(OpenAI 兼容接口),调用即梦 AI 生成图片和视频。

Workflow Overview

Every Jimeng generation task follows these steps:

  1. Confirm service — check Docker container jimeng-free-api-all is running on localhost:8000
  2. Obtain session ID — check $JIMENG_SESSION_ID env var; if not set, ask the user for their Jimeng sessionid
  3. Select endpoint & model — pick the right API endpoint and model for the task (see quick reference below)
  4. Call API — execute the curl command with exact headers, endpoint path, and JSON payload (low freedom: follow precisely)
  5. Download & save — generated URLs are temporary; immediately download to the user's desired location

Configuration

Credentials (.env)

Check .env existence (priority order):

Related skills
Installs
1
First Seen
Apr 1, 2026