Router One
返回模型广场

gpt-image-2-c

image_generation

支持的 API

auto

可用配置

API 类型
auto
能力
image_generation
上下文窗口
暂无
输入
暂无
输出
暂无

快速开始

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gpt-image-2-c",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
获取 API 密钥