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:
- Confirm service — check Docker container
jimeng-free-api-allis running onlocalhost:8000 - Obtain session ID — check
$JIMENG_SESSION_IDenv var; if not set, ask the user for their Jimeng sessionid - Select endpoint & model — pick the right API endpoint and model for the task (see quick reference below)
- Call API — execute the curl command with exact headers, endpoint path, and JSON payload (low freedom: follow precisely)
- Download & save — generated URLs are temporary; immediately download to the user's desired location
Configuration
Credentials (.env)
Check .env existence (priority order):