| 1234567891011121314151617 |
- {
- "provider": {
- "name": "qwen-compatible",
- "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
- "api_key": "YOUR_QWEN_API_KEY",
- "model": "qwen-image"
- },
- "generation": {
- "output_dir": "./outputs",
- "timeout_seconds": 300,
- "poll_interval_seconds": 3,
- "default_size": "1024x1024",
- "default_n": 1,
- "default_response_format": "b64_json",
- "default_quality": "standard"
- }
- }
|