Browse ModelsWavespeed AIAI Instagram Model

Ai Instagram Model

Ai Instagram Model

Playground

Try it on WavespeedAI!

AI Instagram Model generates stunning Instagram-style photos from your image and prompt. Choose from 10 style presets — influencer, street fashion, beach, fitness, luxury, casual chic, night glam, anime, cyberpunk, and vintage retro. Ready-to-use REST inference API, no coldstarts, affordable pricing.

Features

AI Instagram Model

AI Instagram Model transforms your photos into professional, Instagram-worthy shots in seconds. Upload a photo, describe the look you want, and pick from 10 curated style presets — from influencer glam to cyberpunk vibes — and let AI handle the rest.


Why Choose This?

  • 10 curated style presets Choose from influencer, street fashion, beach, fitness, luxury, casual chic, night glam, anime, cyberpunk, or vintage retro — each with a distinct, polished aesthetic.

  • Prompt-driven creativity Describe exactly what you want and the model brings your vision to life alongside the chosen style.

  • Instant, professional results No editing skills required. Scroll-stopping, photo-ready output in seconds.


Parameters

ParameterRequiredDescription
promptYesText description of the desired photo look and feel.
imageYesInput photo (URL or file upload).
styleNoStyle preset. Default: influencer. See options below.

Style Options

StyleDescription
influencerInfluencer portrait, retouched skin, professional lighting. (default)
street_fashionStreet style, urban background, editorial look.
beachBeach vacation, golden tan, summer vibes.
fitnessFitness model, sportswear, muscle definition.
luxuryLuxury fashion, designer clothing, jewelry.
casual_chicCasual fashion, café setting, natural light.
night_glamEvening gown, night club, neon lighting.
animeAnime-style character, big eyes, cel shading.
cyberpunkNeon sci-fi, cyberpunk aesthetic, futuristic feel.
vintage_retroRetro 60s–70s, film grain, Hollywood look.

How to Use

  1. Upload your photo — a clear, well-lit, front-facing photo works best.
  2. Write a prompt — describe the look, mood, or specific details you want.
  3. Pick a style — choose from 10 presets, or leave as default (influencer).
  4. Submit — download your Instagram-ready result.

Pricing

Just $0.05 per image.


Best Use Cases

  • Social media content — Create scroll-stopping Instagram posts without a photoshoot.
  • Personal branding — Build a consistent, polished aesthetic across your feed.
  • Fashion lookbooks — Generate styled photos in multiple aesthetics from a single source image.
  • Creative exploration — Try anime, cyberpunk, or vintage looks on your own photos.

Pro Tips

  • Clear, well-lit portraits with a visible face and body produce the best results.
  • Be specific in your prompt — describe lighting, mood, outfit details, or setting for more accurate output.
  • Try multiple styles on the same photo to find your perfect look before committing to one.
  • Front-facing photos with a simple background are easiest for the model to work with.

Notes

  • Both prompt and image are required fields.
  • Style defaults to influencer if not specified.
  • Ensure image URLs are publicly accessible if using a link rather than a direct upload.
  • Please ensure your content complies with WaveSpeed AI’s usage policies.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/ai-instagram-model" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "style": "influencer"
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-The URL of the input image.
promptstringNo-Text prompt describing the desired Instagram-style photo.
stylestringNoinfluencerinfluencer, street_fashion, beach, fitness, luxury, casual_chic, night_glam, anime, cyberpunk, vintage_retroStyle preset for the generated photo.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.