HyprLab Docs
  • GETTING STARTED
    • Introduction
    • Authentication
    • Making requests
  • BROWSE MODELS
    • Model List
      • OpenAI
        • AUDIO
        • CHAT
        • EMBEDDINGS
        • IMAGE
        • TEXT
        • MODERATION
      • Anthropic
      • Google
        • AUDIO
        • CHAT
          • OpenAI-Format
          • Google-Format
        • IMAGE
        • VIDEO
      • DeepSeek
      • x.AI
        • CHAT
        • IMAGE
      • Cohere
      • Meta AI
      • Qwen
      • Microsoft
      • Mistral AI
      • Perplexity AI
      • Cognitive Computations
      • Nvidia
      • Nous Research
      • MiniMax
      • Amazon
      • AI21-Labs
      • Reka AI
      • Black Forest Labs
      • Stability AI
        • Stable Diffusion 3.5
        • Stable Diffusion 3 - Ultra
        • Stable Diffusion 3 - Core
        • Stable Diffusion 3
        • Stable Diffusion XL 1.0
      • Recraft AI
      • Ideogram AI
      • Kling AI
      • Luma AI
      • Free-GPT
  • Playground
    • HyprLab Studio
    • HyprLab Chat
    • HyprLab - SillyTavern
  • INTEGRATION
    • Basic Setup
      • SillyTavern
      • Janitor AI
      • Risu AI
      • Agnai Chat
      • TypingMind
      • ChatWaifu - Steam
Powered by GitBook
On this page
  1. BROWSE MODELS
  2. Model List

Luma AI

Available Ideogram AI Models in HyprLab: A Detailed List and Pricing Guide.

Base-Path:

https://api.hyprlab.io/v1

Image Path:

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

Making Request:

curl https://api.hyprlab.io/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "photon",
    "prompt": "cat",
    "aspect_ratio": "16:9",
    "image_reference_url": "https://site.com/path/of/image.png"
    "image_reference_weight": 0.85,
    "style_reference_url": "https://site.com/path/of/image.png"
    "style_reference_weight": 0.85,
    "character_reference_url": "https://site.com/path/of/image.png"
    "response_format": "url",
    "output_format": "png"
  }'
👉🏻 Request Body Documentation

prompt (string, required)

  • Description: Main text input to guide the generation process.

  • Validation Rules:

    • Must be a non-empty string.

    • Must not exceed 10,000 characters.

aspect_ratio (string, optional)

  • Description: Defines the aspect ratio of the output.

  • Validation Rules:

    • Must be one of the following valid aspect ratios:

      • 1:1

      • 3:4

      • 4:3

      • 9:16

      • 16:9

      • 9:21

      • 21:9

image_reference_url (string, optional)

  • Description: URL, Data URI, or base64 string for an image to be used as a reference.

  • Validation Rules:

    • Must be a string.

    • Must not be an empty string if provided.

    • If a Data URI (e.g., starts with data:image):

      • Must be a valid Data URI format (e.g., data:image/png;base64,iVBORw0KGgo...).

      • Must contain ;base64,.

      • The base64 content part must not be empty.

    • If an HTTP/HTTPS URL:

      • Must be a valid URL (e.g., http://example.com/image.png or https://example.com/image.png).

image_reference_weight (number, optional)

  • Description: Specifies the influence of the image_reference_url.

  • Validation Rules:

    • Must be a number.

    • Must be between 0 and 1 (inclusive).

style_reference_url (string, optional)

  • Description: URL, Data URI, or base64 string for an image whose style will be referenced.

  • Validation Rules:

    • Must be a string.

    • Must not be an empty string if provided.

    • If a Data URI (e.g., starts with data:image):

      • Must be a valid Data URI format.

      • Must contain ;base64,.

      • The base64 content part must not be empty.

    • If an HTTP/HTTPS URL:

      • Must be a valid URL.

style_reference_weight (number, optional)

  • Description: Specifies the influence of the style_reference_url.

  • Validation Rules:

    • Must be a number.

    • Must be between 0 and 1 (inclusive).

character_reference_url (string, optional)

  • Description: URL, Data URI, or base64 string for an image whose character features will be referenced.

  • Validation Rules:

    • Must be a string.

    • Must not be an empty string if provided.

    • If a Data URI (e.g., starts with data:image):

      • Must be a valid Data URI format.

      • Must contain ;base64,.

      • The base64 content part must not be empty.

    • If an HTTP/HTTPS URL:

      • Must be a valid URL.

response_format (string, optional)

  • Description: Defines how the response data is formatted.

  • Validation Rules:

    • Must be either url or b64_json.

output_format (string, optional)

  • Description: Specifies the format of the output image.

  • Validation Rules:

    • Must be one of the following formats:

      • png

      • jpeg

      • webp


🏞️ Luma Models

PreviousKling AINextFree-GPT

Last updated 21 days ago

Model Name:
Discount:
Price:
Model Name:
Discount:
Price:
  • photon

  • 30% off

  • $0.021 / Image

  • photon-flash

  • 30% off

  • $0.007 / Image

Page cover image