feat(image): add Qwen-Image models in the Siliconflow (#10268)

* feat: 添加 Qwen 图像模型到 TEXT_TO_IMAGES_MODELS

* Remove Qwen-Image-Edit
This commit is contained in:
QiyuanChen 2025-09-21 21:09:37 +08:00 committed by GitHub
parent acf2f4758f
commit 4f8507036a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,12 @@ export const TEXT_TO_IMAGES_MODELS = [
provider: 'silicon',
name: 'Kolors',
group: 'Kwai-Kolors'
},
{
id: 'Qwen/Qwen-Image',
provider: 'silicon',
name: 'Qwen-Image',
group: 'qwen'
}
]