Example Model:
bytedance/seedance-1-lite
Example Parameters (Image):
{
"width": 768,
"height": 768,
"prompt": "A cat riding a bike",
"num_outputs": 1
}
Example Model:
openai/gpt-3.5-turbo-0613
Example Parameters (Chat):
{
"messages": [
{ "role": "user", "content": "Tell me a joke about cats." }
],
"max_tokens": 1000,
"temperature": 0.7
}
Example Model (Alibaba — Wan Image Pro):
wan2.7-image-pro
Example Parameters (Alibaba multimodal):
{
"input": {
"messages": [
{ "role": "user", "content": [
{ "text": "A futuristic cyberpunk city at night, neon lights, rain" }
] }
]
},
"parameters": {
"size": "2K",
"n": 1,
"watermark": false
}
}
Example Model (Alibaba — Wan i2v Video):
wan2.7-i2v
Example Parameters (Alibaba video, async):
{
"input": {
"prompt": "A cat surfing on a wave",
"media": [
{ "type": "first_frame", "url": "https://example.com/first.jpg" }
]
},
"parameters": {
"resolution": "1080P",
"duration": 5,
"prompt_extend": true
}
}