Генерация изображений через AI-провайдеры
★ 7.3 · content
baoyu-image-gen is a Claude Code skill that generates images via official APIs including OpenAI GPT Image 2, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream, Replicate, and Agnes. It supports text-to-image prompts, reference-image identity preservation, configurable aspect ratios, and batch generation from saved prompt files. The skill ships two scripts — `main.ts` for single and batch runs, and `build-batch.ts` for assembling batch payloads from outline files — and requires `bun` or `npx` on the path. A one-time setup wizard collects provider, model, and quality preferences and writes them to `EXTEND.md` before any generation can proceed. It fits both single illustration workflows and high-throughput parallel image pipelines, such as auto-illustrating long-form articles.
- #image-generation
- #ai-image
- #dall-e
- #text-to-image
- #batch-processing
- #azure-openai