Page cover

IMAGE

Base-Path:

https://api.hyprlab.io/v1

Image Path:

https://api.hyprlab.io/v1/images/generations

🖼️ OpenAI - GPT-IMAGE


Making Request:

curl https://api.hyprlab.io/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "gpt-image-1",
    "prompt": "A cute cat.",
    "background": "auto",
    "moderation": "auto",
    "output_compression": 100,
    "output_format": "png",
    "quality": "high",
    "response_format": "url",
    "size": "1024x1024"
  }'

NOTE: We didn't adapt the /v1/images/edits endpoint of OpenAI because that endpoint uses file uploads, making it hard to integrate. Instead, we merged it with /v1/images/generations and made the image and mask inputs support both Image URLs and Base64 Images for seamless image input integration.

Model Name:
Discount:
Text Input:
Image Input:
Image Output:
Quality:
Resolution:
Generation Price:

gpt-image-1

10% off

$4.5 / 1M Tokens

$9 / 1M Tokens

$36 / 1M Tokens

Low

1024 x 1024

$0.0099 / image

Low

1024 x 1536

1536 x 1024

$0.0144 / image

Medium

1024 x 1024

$0.0378 / image

Medium

1024 x 1536

1536 x 1024

$0.0567 / image

High

1024 x 1024

$0.1503 / image

High

1024 x 1536

1536 x 1024

$0.2250 / image


🖼️ OpenAI - Dall-E


Making Request:

curl https://api.hyprlab.io/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "dall-e-3",
    "prompt": "A cute baby sea otter",
    "n": 1,
    "quality": "hd",
    "response_format": "url",
    "style": "vivid",
    "size": "1024x1024"
  }'

Model Name:
Discount:
Quality:
Resolution:
Price:

DALL·E 3

30% off

Standard

1024×1024

$0.028 / image

30% off

Standard

1024×1792

1792×1024

$0.056 / image

DALL·E 3

30% off

HD

1024×1024

$0.056 / image

30% off

HD

1024×1792

1792×1024

$0.084 / image

DALL·E 2

30% off

Standard

1024×1024

$0.014 / image

30% off

Standard

512×512

$0.0126 / image

30% off

Standard

256×256

$0.0112 / image


🖼️ Azure - Dall-E

Model Name:
Discount:
Quality:
Resolution:
Price:

azure/dall-e-3

80% off

Standard

1024×1024

$0.008 / image

80% off

Standard

1024×1792

1792×1024

$0.016 / image

azure/dall-e-3

80% off

HD

1024×1024

$0.016 / image

80% off

HD

1024×1792

1792×1024

$0.024 / image

Last updated