Openai Image
01README
OpenAI image generation and editing via gpt-image-1 and DALL-E 3 — text-to-image generation, image editing with reference images, model selection, and configurable size and quality. Vault-based API key.
02Release Notes
Add curated README and LICENSE to tarball (additionalFiles), bringing extension's Swamp Club quality grade from F/B to A-/B.
03Models
@dougschaefer/openai-imagev2026.04.02.1openai/image.ts
fn generate(prompt: string)
Generate an image from a text prompt using OpenAI gpt-image-1.
| Argument | Type | Description |
|---|---|---|
| prompt | string | Text description of the image to generate |
fn edit()
Edit an existing image using a text prompt. Send an image file and describe the changes.
Resources
image(infinite)— Generated or edited image
04Previous Versions
2026.04.13.1Apr 13, 2026
Pin zod to 4.3.6 for consistency
2026.04.02.1Apr 2, 2026
Initial release: generate and edit methods for gpt-image-1 and DALL-E 3
05Stats
A
100 / 100
Downloads
2
Archive size
5.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels