| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "model_code": "qwen-image-edit-plus",
- "model_intro": "通义千问系列图像编辑 Plus 模型,在首版 Edit 模型基础上进一步优化了推理性能与系统稳定性,大幅缩短图像生成与编辑的响应时间;支持单次请求返回多张图片,显著提升用户体验。",
- "model_tags": ["图片生成"],
- "model_capabilities": {
- "input_modalities": ["image"],
- "output_modalities": ["image"],
- "features": {
- "model_experience": true,
- "function_calling": false,
- "structured_output": false,
- "internet_search": false,
- "cache": false,
- "batch_inference": false,
- "model_optimization": false
- }
- },
- "model_pricing": {
- "image_generation": {
- "price_cny_per_image": 0.2,
- "unit": "元/每张"
- }
- },
- "model_limits": {
- "max_input_length": null,
- "max_output_length": null,
- "rpm": 120,
- "tpm": null
- },
- "api_examples": {
- "curl": [
- "curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \\\n--header 'Content-Type: application/json' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--data '{\n \"model\": \"qwen-image-edit-plus\",\n \"input\": {\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"image\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/thtclx/input1.png\"\n },\n {\n \"image\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/iclsnx/input2.png\"\n },\n {\n \"image\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/gborgw/input3.png\"\n },\n {\n \"text\": \"图1中的女生穿着图2中的黑色裙子按图3的姿势坐下\"\n }\n ]\n }\n ]\n },\n \"parameters\": {\n \"n\": 2,\n \"negative_prompt\": \"\",\n \"watermark\": false\n }\n}'"
- ]
- }
- }
|