Google Imagen 4
imagen-4-flagshipGoogle DeepMind's Imagen 4 text-to-image model, hosted on Replicate. Sharp detail, accurate text rendering, and strong prompt adherence across photographic and illustrated styles. Outputs up to 2K resolution.
- Prezzo
- 0,048Â USD/immagine
- Proporzioni
- 1:1, 16:9, 9:16, 4:3, 3:4
- Input → output
- Testo → Immagine
- Sviluppatore
- Google DeepMind
- Aggiornato
- 23 settembre 2026
Playground
Prova Google Imagen 4
Input e output
Questa esecuzione
0,048 USD · 4,8 crediti
Per account senza acquisti precedenti: le esecuzioni oltre 2 crediti richiedono una ricarica.
Nuovo qui?
10 crediti gratuiti (0,10Â USD) quando ti iscrivi con Google
Utilizzabile 24 ore dopo l'iscrizione, fino a 5 esecuzioni al giorno e al massimo 2 crediti per esecuzione. Altri metodi di accesso iniziano senza crediti.
Examples
Open full sizePrompt
The photo: Create a cinematic, photorealistic medium shot capturing the nostalgic warmth of a late 90s indie film. The focus is a young woman with brightly dyed pink-gold hair and freckled skin, looking directly and intently into the camera lens with a hopeful yet slightly uncertain smile, she is slightly off-center. She wears an oversized, vintage band t-shirt that says "Replicate" (slightly worn) over a long-sleeved striped top and simple silver stud earrings. The lighting is soft, golden hour sunlight streaming through a slightly dusty window, creating lens flare and illuminating dust motes in the air. The background shows a blurred, cluttered bedroom with posters on the wall and fairy lights, rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on her expressive eyes enhance the intimate, authentic feel
Settings
- aspect_ratio
- 16:9
Open full sizePrompt
The text "Imagen-4" in front of a photo, center middle. The photo: Create a cinematic, photorealistic medium shot capturing the nostalgic warmth of a late 90s indie film. The focus is a young woman with brightly dyed pink-gold hair and freckled skin, looking directly and intently into the camera lens with a hopeful yet slightly uncertain smile, she is slightly off-center. She wears an oversized, vintage band t-shirt that says "Replicate" (slightly worn) over a long-sleeved striped top and simple silver stud earrings. The lighting is soft, golden hour sunlight streaming through a slightly dusty window, creating lens flare and illuminating dust motes in the air. The background shows a blurred, cluttered bedroom with posters on the wall and fairy lights, rendered with a shallow depth of field. Natural film grain, a warm, slightly muted color palette, and sharp focus on her expressive eyes enhance the intimate, authentic feel
Settings
- aspect_ratio
- 16:9
Open full sizePrompt
gorilla riding a moped through busy italian city
Settings
- aspect_ratio
- 9:16
Informazioni su Google Imagen 4
Google Imagen 4 è un modello di Google DeepMind nella categoria Generazione immagini. Su Railwail, Google Imagen 4 costa 0,048 USD per immagine. Proporzioni supportate: 1:1, 16:9, 9:16, 4:3 e 3:4.
Prezzi
| Per immagine | 0,048Â USD per immagine |
|---|
- 1 credito = 0,01Â USD
Calcolatore di costi
Calcolatore prezzi
Totale
4,80Â USD
480 crediti
Per esecuzione
0,048 USD · 4,8 crediti
Prezzo fisso per esecuzione, noto prima dell'inizio.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "imagen-4-flagship",
"prompt": "A lighthouse on a rocky coast at sunset, photorealistic"
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
image = client.images.generate(
model="imagen-4-flagship",
prompt="A lighthouse on a rocky coast at sunset, photorealistic",
)
print(image.data[0].url)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const image = await client.images.generate({
model: "imagen-4-flagship",
prompt: "A lighthouse on a rocky coast at sunset, photorealistic"
});
console.log(image.data[0].url);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.image("imagen-4-flagship", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specifiche
- ID modello
imagen-4-flagship- Sviluppatore
- Google DeepMind
- Categoria
- Generazione immagini
- Input
- Testo
- Output
- Immagine
- Formati di output
- PNG, JPG
- Proporzioni
- 1:1, 16:9, 9:16, 4:3, 3:4
- Fatturazione
- Prezzo fisso, noto prima dell'esecuzione
- Voce di catalogo aggiornata
- 23 settembre 2026
Parametri di input
Input e impostazioni dallo schema di input del modello. L'esempio nella sezione API mostra quali di essi l'API accetta.
promptWhat to generate
Tipo: TestoPredefinito: –Valori consentiti: fino a 2000 caratteriaspect_ratioTipo: SceltaPredefinito:1:1Valori consentiti: 1:1, 16:9, 9:16, 4:3 o 3:4output_formatTipo: SceltaPredefinito:jpgValori consentiti: png o jpgsafety_filter_levelTipo: SceltaPredefinito:block_only_highValori consentiti: block_low_and_above, block_medium_and_above o block_only_high
Etichette
- replicate
- imagen
- text-to-image
- photorealism
- flagship
Casi d'uso
Domande frequenti
Cos'è Google Imagen 4?
Google Imagen 4 è un modello di Google DeepMind nella categoria Generazione immagini. Su Railwail puoi richiamarlo con una chiave API tramite l'API Railwail.
Quanto costa Google Imagen 4 su Railwail?
Su Railwail, Google Imagen 4 costa 0,048 USD per immagine. Il prezzo è noto prima dell'inizio dell'esecuzione. L'utilizzo viene pagato con crediti prepagati; 1 credito equivale a 0,01 USD.
Quali impostazioni supporta Google Imagen 4?
Secondo il suo schema di input, Google Imagen 4 conosce questi parametri: prompt (fino a 2000 caratteri), aspect_ratio (1:1, 16:9, 9:16, 4:3 o 3:4), output_format (png o jpg) e safety_filter_level (block_low_and_above, block_medium_and_above o block_only_high).
Quanto è veloce Google Imagen 4?
Non ci sono ancora abbastanza esecuzioni misurate di Google Imagen 4 su Railwail per indicare un tempo di esecuzione. Dipende dall'input, dalle impostazioni e dal carico presso il provider.
Google Imagen 4 è migliore di FLUX 1.1 Pro?
Dipende dall'attività . Google Imagen 4 (Google DeepMind) e FLUX 1.1 Pro (Black Forest Labs) sono entrambi modelli nella categoria Generazione immagini. La pagina di confronto mostra i loro prezzi e le specifiche affiancati.
Confronta Google Imagen 4 e FLUX 1.1 ProCome uso Google Imagen 4 tramite l'API?
Crea una chiave API Railwail e invia la tua richiesta con l'ID modello imagen-4-flagship. Gli esempi di codice per curl, Python e JavaScript sono nella sezione API di questa pagina.
Modelli comparabili
Tutti in questa categoria- FLUX 1.1 ProBlack Forest Labs
Black Forest Labs' flagship text-to-image model. Faster generation than FLUX.1 Pro at higher prompt adherence, with strong photorealism and reliable spatial composition. Runs as a hosted Replicate model.
- Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
- Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Usa Google Imagen 4 tramite l'API
Una chiave API per tutti i modelli su Railwail. L'utilizzo viene addebitato da crediti prepagati, 1 credito = 0,01Â USD.