Crazyrouter ImageAPI Key
AI 图片生成 API 工具

一个 API Key 调用主流图片模型。

集中测试 GPT Image、Nano Banana、Imagen、Qwen Image、FLUX、DALL-E 等生图模型,不需要分别接入每个厂商。

已按实测结果收敛可用模型;模型名后展示最近一次生成耗时。

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://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 示例。