Modèles

GPT Image 1.5

Identifiant du modèle: gpt-image-1.5

  • Génération d’images
  • Multimodal

Modèle d’images dédié de génération antérieure d’OpenAI, toujours disponible.

Idéal pour

Idéal quand vous voulez le palier GPT Image précédent, à un prix catalogue plus bas.

Fournisseur
OpenAI
Fenêtre de contexte
Non publié
Date de sortie
2025-12-01

Tarif

1024x1024 · auto
0,0524 $ / image
1024x1024 · high
0,2051 $ / image
1024x1024 · low
0,0139 $ / image
1024x1024 · medium
0,0524 $ / image
1024x1536 · auto
0,0771 $ / image
1024x1536 · high
0,3085 $ / image
1024x1536 · low
0,0201 $ / image
1024x1536 · medium
0,0771 $ / image
1536x1024 · auto
0,0771 $ / image
1536x1024 · high
0,3085 $ / image
1536x1024 · low
0,0201 $ / image
1536x1024 · medium
0,0771 $ / image

Montants en dollars canadiens, convertis au taux indicatif de la Banque du Canada (2026-09-21).

Performance

Mesure

7 derniers jours

Pas assez de données pour afficher le graphique.

Activité

Jetons

Top 5 des outils · 7 derniers jours

Pas assez de données pour afficher l’activité par outil.

Disponibilité

Disponibilité (%)

7 derniers jours

Sondes opérationnelles
99,98 % sur 7 jours
Échantillons
9 214

Voir le statut du service

Démarrage rapide

Générez une image avec une clé tonia_ et l'identifiant exact ci-dessous.

curl

curl https://pass.tonia.ca:8443/v1/images/generations \
  -H "Authorization: Bearer $TONIA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "model": "gpt-image-1.5",
      "prompt": "Draw a red fox",
      "n": 1
    }'

Python (SDK tonia)

import os
from tonia import Tonia

client = Tonia(api_key=os.environ["TONIA_API_KEY"])
response = client.images.generate(
    model="gpt-image-1.5",
    prompt="Draw a red fox",
    n=1,
)

TypeScript (SDK tonia)

import { Tonia } from "@tonia-router/sdk";

const client = new Tonia({
  apiKey: process.env.TONIA_API_KEY,
});

const response = await client.images.generate({
  model: "gpt-image-1.5",
  prompt: "Draw a red fox",
  n: 1,
});

Pour modifier une image, utilisez /v1/images/edits.

Créer une clé dans le portail