Models
Kiara Style
StableOutfit swap. Upload your character (slot 1 — keeps face + hair) and an outfit reference (slot 2 — clothing transfers from here). The model dresses slot 1 in the clothes from slot 2 while preserving the original hair and identity. Output matches the character image dimensions.
Product id
kiara-style
Price
$0.05 / call
Output
image (jpeg)
Avg latency
~60s
Parameters
Inputs
Send these in the JSON body of a POST /v1/generations request alongside "product": "kiara-style".
HTTPS URL to your character image — face and hair are preserved.
HTTPS URL to the outfit source — clothing transfers from this image.
Text prompt that describes what to generate. 1–4000 characters. Be specific — subject, lighting, lens, mood, action.
Deterministic seed. Same seed + same prompt = same image. Omit for a random seed.
HTTPS callback fired when the job reaches a terminal state. HMAC-SHA256 signed. See the Webhooks guide.
Arbitrary JSON object echoed back on retrieval and in the webhook. Useful for correlating jobs to your records. ≤ 4 KB.
Related
Reference
- POST /v1/generations — full reference for the create endpoint.
- Playground — try this model inline with your key.