Model
Parameters
Example
Response
Volume discounts are available for almost all models. Reach out at contact@unifically.com to discuss custom pricing.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fast and affordable text-to-image generation. See supported inputs, parameters, pricing, response fields, and API examples.
alibaba/wan-2.2-flash-image
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Text description of the image (max 500 chars) |
aspect_ratio | string | No | 1:1, 3:4, 4:3, 9:16, 16:9 (default: 1:1) |
negative_prompt | string | No | What to avoid in the image |
seed | integer | No | Seed for reproducibility |
curl -X POST https://api.unifically.com/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "alibaba/wan-2.2-flash-image",
"input": {
"prompt": "A minimalist logo design for a coffee shop"
}
}'
{
"code": 200,
"success": true,
"data": {
"task_id": "abc123def456",
"status": "processing"
}
}
