Crazyrouter ImageAPI Key
媒体模型工作台

用一个 API Key 生成、对比并交付 AI 图片。

运行已验证图片模型,本地保存结果,并在效果稳定后复制 API 请求。

可用模型
7
参考图
5
请求示例
AI 海报生成预览
生成后复制请求
{
  "model": "gpt-image-2",
  "size": "1024x1792",
  "quality": "hd"
}
界面设计生成预览
AI 图片生成预览 1
AI 图片生成预览 2
已按实测结果收敛可用模型;模型名后展示最近一次生成耗时。

AI 图片生成器

Latest GPT image generation entry prepared for advanced image generation and edits. Last smoke test reached the gateway timeout window, so keep a fallback model ready.

可选
0/8000
模型计费查看价格

计费由你的 Crazyrouter 账户和 API Key 处理。

输出

生成结果会显示在这里。

还没有图片

输入提示词,选择模型,然后用你的 Crazyrouter API Key 生成。

cURL
curl https://cn.crazyrouter.com/v1/images/generations   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{
    "model": "gpt-image-2",
    "prompt": "A cinematic product photo of a futuristic coffee maker",
    "size": "1024x1792",
    "n": 1
  }'

按量使用

使用你的 Crazyrouter API Key,计费仍归属主站账户。

多模型生成

只展示经过连通性测试的可用生图模型。

无需共享登录态

API Key 仅保存在当前浏览器中。

面向 API 调试

根据当前模型和参数复制对应 cURL 示例。