IMAGE
Base-Path:
https://api.hyprlab.io/v1Image Path:
https://api.hyprlab.io/v1/images/generations🌅 Imagen Models
Making Request:
curl https://api.hyprlab.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "imagen-4",
"prompt": "cat",
"aspect_ratio": "16:9",
"response_format": "url",
"output_format": "png"
}'
Pricing Details
Model Name:
imagen-4-ultra
Discount:
50% off
Price:
$0.03 / Image
Model Name:
imagen-4
Discount:
50% off
Price:
$0.02 / Image
Model Name:
imagen-4-fast
Discount:
50% off
Price:
$0.01 / Image
🍌Nano Banana
Making Request:
curl https://api.hyprlab.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "nano-banana",
"prompt": "cat",
"response_format": "url",
"output_format": "png"
}'
curl https://api.hyprlab.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "nano-banana",
"prompt": "Make the cat jump.",
"image_input": "https://site.com/path/of/image.png",
"response_format": "url",
"output_format": "png"
}'
curl https://api.hyprlab.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "nano-banana",
"prompt": "combine all these items into a one basket.",
"image_input": [
"https://site.com/path/of/image1.png",
"https://site.com/path/of/image2.png",
"https://site.com/path/of/image3.png",
"https://site.com/path/of/image4.png"
],
"response_format": "url",
"output_format": "png"
}'
Pricing Details
Model Name:
nano-banana-pro
Discount:
50% off
Price:
1K Resolution:
$0.075 / Image2K Resolution:
$0.075 / Image4K Resolution:
$0.15 / Image
Model Name:
nano-banana
Discount:
50% off
Price:
$0.02 / Image
Last updated
