It looks like you may prefer a different language. Switch anytime.

Image OpenAI

GPT Image API

Gebruik de GPT Image API via RunAPI met een modelskill, uniforme auth en pay-as-you-go prijzen.

runapi.ai
curl -X POST https://runapi.ai/api/v1/gpt_image/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-image-1.5",
  "prompt": "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines."
}'
import { GptImageClient } from "@runapi.ai/gpt-image";

const client = new GptImageClient();
const result = await client.textToImage.run({
    model: "gpt-image-1.5",
    prompt: "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\GptImage\GptImageClient;

$client = new GptImageClient();
$result = $client->textToImage->run([
        'model' => 'gpt-image-1.5',
        'prompt' => 'Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines.',
]);
require "runapi/gpt_image"

client = RunApi::GptImage::Client.new
result = client.text_to_image.run(
    model: "gpt-image-1.5",
    prompt: "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines."
)
npx skills add runapi-ai/gpt-image -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/gpt-image v1
OVERVIEW

Over GPT Image

GPT Image is OpenAI's image generation model supporting both text-to-image and image editing creation with strong compositional control. It produces high-quality visuals across photorealistic and stylized outputs.

Provider
OpenAI
Modaliteit
Image
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Edit image
$0.22 / image
Text to image
$0.12-$0.22 / image
Quality: high $0.22
Quality: medium $0.12
SPECIFICATIEBLAD

Technische details

Model-ID gpt-image-1.5
Provider OpenAI
Modaliteit image
Taaktype asynchronous
Facturatie-eenheid call
API endpoint /api/v1/gpt_image/text_to_image
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
Agentintegratie

Gebruik GPT Image vanuit een agent

HOE HET WERKT

Aan de slag met GPT Image

  1. Kies het model

    Kies het model en de variant die passen bij je outputtype, kwaliteitslat en latencydoel.

  2. Configureren

    Stel je RunAPI-key in en installeer de modelskill in je codeworkspace.

  3. Bouwen

    Gebruik de skill-instructies om de modelfeature in je applicatie toe te voegen.

  4. Ontvangen

    Poll op task-ID, stream wanneer ondersteund of verwerk de webhook-callback.

CONTEXT

Wat is de GPT Image API?

GPT Image is OpenAI's image generation model, supporting text-to-image and image editing. Through RunAPI, all GPT Image endpoints share one key and per-call pricing.

Provider
OpenAI
Alles bekijken →
Modaliteit
Image
Modellen bekijken →

Waarom de GPT Image API via RunAPI gebruiken

Eén auth, elke provider

Met één RunAPI-sleutel ontgrendel je de hele catalogus. Geen aparte accounts, geen sleutelrotatie per integratie.

Uniforme prijzen & billing

Prijs per call in USD, maandelijks gefactureerd. Mislukte generaties worden niet in rekening gebracht.

Skill met schema's

Getypeerde schema's en setupnotities zitten in de modelskill, zodat implementatie start vanuit het juiste contract.

Vragen over GPT Image

What endpoints does GPT Image support?

Text-to-image en beeldbewerking. Beide accepteren gedetailleerde tekstprompts met compositorische instructies.

How does compositional control work?

GPT Image follows spatial layout instructions in your prompt — you can specify where objects appear, relative sizes, and arrangement within the frame.

What output sizes are available?

3 fixed sizes up to 1536 pixels. The text-to-image endpoint also supports transparent PNG output.

How does GPT Image compare to GPT Image 2?

GPT Image 2 is the newer model with near-perfect multilingual text rendering and up to 4K output. GPT Image is the prior generation with strong compositional control.

Can I use GPT Image for editing?

Yes — the image editing endpoint accepts a source image and modifies it based on your text prompt, acting as an image editing tool.

Met welke variant moet ik beginnen?

Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.

VERGELIJKBARE MODELLEN

Als je de GPT Image API goed vindt, probeer deze dan eens

Begin met bouwen met de GPT Image API.

Endpoints

  • edit_image
  • text_to_image

Zelfde categorie

Van deze provider

Documentatie