Generates image variations and edits using the OpenAI Images API v1 with DALL-E 3 model selection. Supports inpainting via base64-encoded mask uploads, handles 1024x1024/1792x1024 aspect ratios, and implements content policy pre-screening with the Moderation API.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "DALL-E Image Variation Generator"
slug: "dalle-image-variation-generator"
description: "Generates image variations and edits using the OpenAI Images API v1 with DALL-E 3 model selection. Supports inpainting via base64-encoded mask uploads, handles 1024x1024/1792x1024 aspect ratios, and implements content policy pre-screening with the Moderation API."
github_stars: 10813
verification: "security_reviewed"
source: "https://github.com/openai/openai-node"
category: "Image & Creative Automation"
framework: "ChatGPT Agents"
tool_ecosystem:
github_repo: "openai/openai-node"
github_stars: 10813
npm_package: "openai"
npm_weekly_downloads: 18107622
---
# DALL-E Image Variation Generator
Generates image variations and edits using the OpenAI Images API v1 with DALL-E 3 model selection. Supports inpainting via base64-encoded mask uploads, handles 1024x1024/1792x1024 aspect ratios, and implements content policy pre-screening with the Moderation API.
## Installation
Use the upstream install or setup path that matches your environment:
- npm install openai
- npx jsr add @openai/openai
Requirements and caveats from upstream:
- The full API of this library can be found in [api.md file](api.md) along with many [code examples](https://github.com/openai/openai-node/tree/master/examples).
- // If you have access to Node fs we recommend using fs.createReadStream():
- await client.chat.completions.create({ messages: [{ role: 'user', content: 'How can I list all files in a directory using Python?' }], model: 'gpt-5.2' }, {
Basic usage or getting-started notes:
- sh
- deno add jsr:@openai/openai
- These commands will make the module importable from the @openai/openai scope. You can also [import directly from JSR](https://jsr.io/docs/using-packages#importing-with-jsr-specifiers) without an install step if you're...
- Source: https://github.com/openai/openai-node
- Extracted from upstream docs: https://raw.githubusercontent.com/openai/openai-node/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/dalle-image-variation-generator/)
No comments yet. Be the first to comment!