Image_Generation_Expert
SKILL.md
图像生成技能
根据文本提示词创建视觉内容。
支持尺寸
- 1024x1024 (正方形)
- 768x1344 (人像)
- 1344x768 (风景)
代码实现示例
const response = await zai.images.generations.create({
prompt: '阳光下的猫咪',
size: '1024x1024'
});
根据文本提示词创建视觉内容。
const response = await zai.images.generations.create({
prompt: '阳光下的猫咪',
size: '1024x1024'
});