Setup & Installation
What This Skill Does
Generates images from text prompts using Venice AI's API. Supports two endpoints: a Venice-native one with full control over negative prompts, CFG scale, seeds, and multiple variants, and an OpenAI-compatible one that works as a drop-in replacement with the OpenAI SDK. Also covers style presets and per-model constraint handling.
It covers both Venice-native and OpenAI-compatible endpoints in one reference, so you don't have to guess which fields map where or dig through separate docs for each path.
When to use it
- Generating product mockup images from a text description
- Creating multiple image variants with a fixed seed for A/B comparison
- Swapping OpenAI image generation calls to Venice without changing SDK code
- Applying style presets like 3D Model or photorealism to prompt-based images
- Downloading generated images as binary files for local storage or processing