feat: add jimeng (即梦AI) CLI support#57
Merged
jackwener merged 1 commit intojackwener:mainfrom Mar 18, 2026
Merged
Conversation
Add two CLI commands for Jimeng (即梦AI) — ByteDance's AI image generation platform: - generate: Text-to-image generation with model selection and configurable wait time - history: View recent generation history with prompt, model, status, and image URLs Both commands use browser automation with cookie-based authentication on jimeng.jianying.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增即梦AI (Jimeng) CLI 支持
即梦AI 是字节跳动推出的 AI 图片生成平台(jimeng.jianying.com),本 PR 新增两个 CLI 命令:
命令
opencli jimeng generate— 文生图opencli jimeng history— 查看生成历史技术细节
jimeng.jianying.com测试
在本地使用 opencli 自定义 CLI 路径测试验证,generate 和 history 功能均正常工作。