Qwen-image-2512

Qwen Image 2512 is an improved version of Qwen Image with more realistic human generation, finer textures, and stronger text rendering

能力
"POST", "endpoint": "/v1/images/generations", "protocol": "image-gen", "parameters": {"optional": {"n": {"type": "integer", "default": 1}}, "required": ["model", "prompt"]}, "validation": {"timeout_ms": 90000, "status_codes": [200], "response_path": "data[0].url", "must_be_non_empty": true}, "test_request": {"n": 1, "model": "{{model}}", "prompt": "A simple red circle on white background"}, "alt_protocols": ["async-image-gen"]}
输入
Text, Image
输出
Image
区域
global
验证时间
2026-08-15T05:05:43.163445007+00:00
价格
0 IFT / 1M tokens
文档
-

调用示例

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"qwen/qwen/qwen-image-2512","messages":[{"role":"user","content":"Hello"}]}'