Skip to content

图片生成

DALL·E 3

bash
curl https://api.osp.io/v1/images/generations \
  -H "Authorization: Bearer $OSP_A... \
  -d '{"model": "dall-e-3", "prompt": "可爱的AI桌面宠物在写代码", "size": "1024x1024", "n": 1}'

尺寸1024x1024(默认)、1792x1024(横)、1024x1792(竖)

Ideogram

bash
curl https://api.osp.io/v1/images/generations \
  -H "Authorization: Bearer $OSP_A... \
  -d '{"model": "ideogram-2", "prompt": "科技风格壁纸", "size": "1216x832", "style": "GENERAL"}'

FLUX

bash
curl https://api.osp.io/v1/images/generations \
  -H "Authorization: Bearer $OSP_A... \
  -d '{"model": "flux-pro", "prompt": "极简海报,程序员月光下写代码", "size": "1024x1024"}'

Midjourney(Discord 桥接)

bash
curl https://api.osp.io/v1/images/generations \
  -H "Authorization: Bearer $OSP_A... \
  -d '{"model": "midjourney", "prompt": "/imagine A cute robot pet coding", "version": "v6.1"}'

响应格式

json
{"created":1718000000,"data":[{"url":"https://...","revised_prompt":"..."}]}