1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/imagen";
const data = {
"prompt": " White fluffy bear toy is sleeping in a children's room, on the floor of a baby bedroom with toy boxes and toys around, in the style of photorealistic 3D rendering",
"aspect_ratio": "1:1",
"safety_filter_level": "BLOCK_LOW_AND_ABOVE",
"person_generation": "ALLOW_ADULT"
};
(async function() {
try {
const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
console.log(response.data);
} catch (error) {
console.error('Error:', error.response.data);
}
})();
Prompt to render
Changes the aspect ratio of the generated image..
Allowed values:
Adds a filter level to safety filtering.
Allowed values:
Allow the model to generate images of people.
Allowed values:
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
Imagen 3 is Google DeepMind's most advanced text-to-image model, designed to generate images with exceptional detail, richer lighting, and fewer distracting artifacts compared to previous models.
Superior Image Quality: Delivers visually rich, high-quality images with excellent lighting and composition.
Enhanced Detail: Accurately renders fine details like wrinkles and complex textures.
Better Color Balance: Achieves improved overall color balance through several model advancements.
Diverse Art Styles: Renders various art styles with greater accuracy, including photo realism, impressionism, abstract, and anime.
Greater Versatility and Prompt Understanding: Understands prompts written in natural, everyday language, reducing the need for complex prompt engineering. It captures small details from longer, complex prompts.
High-Fidelity Detail: Produces richer textures and enhanced details for more visually compelling images.
Improved Text Rendering: Significantly enhanced text rendering capabilities for applications like stylized birthday cards and presentation
Training Data: Trained on detailed captions for each image to capture nuances like specific camera angles or compositions in long, complex prompts.
Benchmarks: Human evaluators prefer Imagen 3 to previous versions and other leading image generation models. It holds the highest score for visual quality and accuracy in responding to prompts.
Doodles to Masterpieces: Generates high-quality images in various formats and styles, from photorealistic landscapes to textured oil paintings and claymation scenes.
Versatile Applications: Suitable for creating a wide range of visuals, including photographs, illustrations, and artistic renderings.