OpenAI Image Gen
Batch-generate images through the OpenAI Images API with a prompt sampler and gallery output.
What it does
OpenAI Image Gen
Batch-generate images through the OpenAI Images API with a prompt sampler and gallery output.
Prerequisites
Node.js, npm
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 along with many code 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 without an install step if you're...
-
Extracted from upstream docs: https://raw.githubusercontent.com/openai/openai-node/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,330 chars)