Back to all models

OpenAI

gpt-image-1

用于根据文本描述生成图像的先进AI模型。

Vendor

OpenAI

Category

Large Language Model API

Pricing

Input price / 1M tokens

$50.00

Output price / 1M tokens

$200.00

Supported endpoints

image-generationopenai

Quick start

OpenAI-compatible — just change base_url to treeRouter to use this model:

curl https://treerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TREEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-1",
    "messages": [{"role": "user", "content": "Hello"}]
  }'