Gpt Image 1.5
gpt-image-1-5OpenAI's latest image generation model with better instruction following and adherence to prompts
- Prezzo
- 0,1632Â USD/immagine
- Proporzioni
- 1:1, 3:2, 2:3
- Input → output
- Testo → Immagine
- Sviluppatore
- OpenAI
- Aggiornato
- 24 settembre 2026
Il provider sta eliminando gradualmente questo modello.
Nuova versione disponibile: Gpt Image 2
Playground
Prova Gpt Image 1.5
Input e output
Questa esecuzione
0,1632 USD · 16,32 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
make a scene in chelsea, london in the 1970s, photorealistic, everything in focus, with tons of people, and a bus with an advertisement for "ImageGen 1.5 on Replicate" with the OpenAI logo and subtitle "Create what you imagine". Hyper-realistic amateur photography, iPhone snapshot quality
Settings
- aspect_ratio
- 1:1
- quality
- high
Open full size
InputPrompt
Turn me into an ornament sculpted from glossy molded glass, finished in a high-shine lacquer that catches light from every angle. Its surface feels perfectly smooth and cool, with a weight that suggests fragility and permanence at once. The coating is a lustrous enamel, somewhere between ceramic and candy shell — reflective enough that small highlights bloom across its curves like soft sparks. Tiny metallic embellishments trace the outlines of form and texture — dots, lines, and filigree patterns that shimmer as they move. These are applied with fine glittering paint or microbeads, giving the sense of hand-finished ornamentation; the shimmer isn’t flat, but layered, so the light seems to dance over raised details. The whole piece radiates a feeling of retro kitsch luxury: vivid color blocked against gleaming accents, playful yet deliberate. There’s a subtle iridescence where curves catch light — hints of gold, rose, and pearl. The finish feels almost edible, like glazed sugar or melted candy poured into shape. Suspended from a delicate gold loop and string, the ornament hovers with a gentle theatricality, equal parts festive and sculptural. It’s the kind of object that feels both iconic and humorous, a statement piece meant to sparkle under tree lights or studio lamps — an embodiment of camp elegance and handcrafted nostalgia.
Settings
- aspect_ratio
- 1:1
- quality
- high
Open full sizePrompt
los angeles landscape skateboarding shot with the following style: late 1990s documentary street photography shot on 35mm color film, Leica M-style rangefinder camera with a 35mm lens, Kodak Portra 400 color palette, natural daylight, soft contrast, muted realistic colors, embedded film grain, slight edge softness, observational candid framing, no HDR, no modern digital sharpness, no cinematic lighting
Settings
- aspect_ratio
- 3:2
- quality
- high
Informazioni su Gpt Image 1.5
Gpt Image 1.5 è un modello di OpenAI nella categoria Generazione immagini. Su Railwail, Gpt Image 1.5 costa 0,1632 USD per immagine. A seconda delle impostazioni, il prezzo varia da 0,0156 USD/immagine a 0,1632 USD/immagine. Proporzioni supportate: 1:1, 3:2 e 2:3. Versione più recente: Gpt Image 2.
Prezzi
| quality: autoPredefinito | 0,1632Â USD per immagine |
|---|---|
| quality: low | 0,0156Â USD per immagine |
| quality: medium | 0,060Â USD per immagine |
| quality: high | 0,1632Â USD per immagine |
- 1 credito = 0,01Â USD
Calcolatore di costi
Calcolatore prezzi
Totale
16,32Â USD
1632 crediti
Per esecuzione
0,1632 USD · 16,32 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": "gpt-image-1-5",
"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="gpt-image-1-5",
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: "gpt-image-1-5",
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("gpt-image-1-5", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specifiche
- ID modello
gpt-image-1-5- Sviluppatore
- OpenAI
- Categoria
- Generazione immagini
- Input
- Testo
- Output
- Immagine
- Proporzioni
- 1:1, 3:2, 2:3
- Fatturazione
- Prezzo fisso, noto prima dell'esecuzione
- Ciclo di vita
- Deprecato
- Voce di catalogo aggiornata
- 24 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.
promptObbligatorioTipo: TestoPredefinito: –Valori consentiti: –aspectRatioTipo: SceltaPredefinito: –Valori consentiti: 1:1, 3:2 o 2:3
Etichette
- replicate
- openai
- text-to-image
Casi d'uso
Domande frequenti
Cos'è Gpt Image 1.5?
Gpt Image 1.5 è un modello di OpenAI nella categoria Generazione immagini. Su Railwail puoi richiamarlo con una chiave API tramite l'API Railwail.
Quanto costa Gpt Image 1.5 su Railwail?
Su Railwail, Gpt Image 1.5 costa 0,1632 USD per immagine. A seconda delle impostazioni, il prezzo varia da 0,0156 USD/immagine a 0,1632 USD/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 Gpt Image 1.5?
Secondo il suo schema di input, Gpt Image 1.5 conosce questi parametri: prompt e aspectRatio (1:1, 3:2 o 2:3).
Quanto è veloce Gpt Image 1.5?
Non ci sono ancora abbastanza esecuzioni misurate di Gpt Image 1.5 su Railwail per indicare un tempo di esecuzione. Dipende dall'input, dalle impostazioni e dal carico presso il provider.
Gpt Image 1.5 è migliore di Gpt Image 2?
Dipende dall'attività . Gpt Image 1.5 (OpenAI) e Gpt Image 2 (OpenAI) sono entrambi modelli nella categoria Generazione immagini. La pagina di confronto mostra i loro prezzi e le specifiche affiancati.
Confronta Gpt Image 1.5 e Gpt Image 2Come uso Gpt Image 1.5 tramite l'API?
Crea una chiave API Railwail e invia la tua richiesta con l'ID modello gpt-image-1-5. 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 Gpt Image 1.5 tramite l'API
Una chiave API per tutti i modelli su Railwail. L'utilizzo viene addebitato da crediti prepagati, 1 credito = 0,01Â USD.