{"enable_base64_output":false,"enable_sync_mode":false,"loras":[{"path":"flymy-ai/qwen-image-lora","scale":1}],"output_format":"jpeg","prompt":"Valentin in a natural daylight selfie at a cafe entrance. He looks seriously into the camera, wearing a black coat or jacket and wireless earbud. Background includes wooden frames, warm pendant lights, and urban cafe details. With text \"WaveSpeedAI\"","seed":-1,"size":"1024*1024"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/qwen-image/text-to-image-lora' \
--header'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_sync_mode": false,
"loras": [
{
"path": "flymy-ai/qwen-image-lora",
"scale": 1
}
],
"output_format": "jpeg",
"prompt": "Valentin in a natural daylight selfie at a cafe entrance. He looks seriously into the camera, wearing a black coat or jacket and wireless earbud. Background includes wooden frames, warm pendant lights, and urban cafe details. With text \"WaveSpeedAI\"",
"seed": -1,
"size": "1024*1024"
}'