Send Venice AI image to Notifications when you activate a scene
This query generates an image from a description and returns it.
Developer info
- API endpoint slug
- venice_ai.generate_an_image
- Runtime method
- performQuery("venice_ai.generate_an_image"}
Query fields
Description Text input > Long text
- Label
- Description
- Helper text
- Describe the image you want.
- Slug
- description
- Required
- true
- Can have default value
- true
Model Dropdown list
- Label
- Model
- Helper text
- Pick an image model.
- Slug
- model
- Required
- true
- Can have default value
- false
Style Dropdown list
- Label
- Style
- Helper text
- Optional. Pick a visual style, for example a photographic or illustrated look.
- Slug
- style
- Required
- false
- Can have default value
- false
Negative prompt Text input > Other
- Label
- Leave out
- Helper text
- Optional. Describe anything you want kept out of the picture.
- Slug
- negative_prompt
- Required
- false
- Can have default value
- true
Shape Dropdown list
- Label
- Shape
- Helper text
- Choose the shape of the image.
- Slug
- shape
- Required
- false
- Can have default value
- true
Safe mode Dropdown list
- Label
- Blur explicit results
- Helper text
- When on, Venice blurs images it flags as explicit.
- Slug
- safe_mode
- Required
- false
- Can have default value
- true
Ingredients
Image url Public URL of the generated image, hosted by IFTTT.
- Slug
- image_url
- Filter code
- VeniceAi.generateAnImage.ImageUrl
- Type
- Image URL
- Example
- https://example.com/generated-image.png
Model used Model used. From request.data.model. The response wraps its echo as {success, data}, so the path is one level deeper than the spec implies.
- Slug
- model_used
- Filter code
- VeniceAi.generateAnImage.ModelUsed
- Type
- String
- Example
- venice-sd35
Prompt used Description used. Copied from the query's own field value, following the PromptUsed convention already shipped on gemini and leonardo_ai.
- Slug
- prompt_used
- Filter code
- VeniceAi.generateAnImage.PromptUsed
- Type
- String
- Example
- A lighthouse in heavy fog at dawn
Seed Seed. Numeric value as a string. From request.data.seed, for the same wrapping reason. Confirmed by passing seed 12345 and reading it back.
- Slug
- seed
- Filter code
- VeniceAi.generateAnImage.Seed
- Type
- String
- Example
- 482915
Created at Created at. Stamped by shimmy. The documented response carries an id and a timing object but no creation timestamp.
- Slug
- created_at
- Filter code
- VeniceAi.generateAnImage.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
