> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gogogotoken.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Seedream 图像模型

> Seedream 文生图模型与 USD 按张计费概览（gogogotoken.ai）

Seedream 文生图接口提供 BytePlus ModelArk 原生模型，走 OpenAI Images 兼容格式，按**成功输出张数**据实计费。

<Note>
  费率对齐 **BytePlus ModelArk 官方美元价目**（2026-06），与国内站人民币价目**独立维护**，不是汇率换算。实际扣费以响应中成功返回的图片张数为准。
</Note>

## 可用模型

| 模型                         | 说明                       | 官方单价            |
| -------------------------- | ------------------------ | --------------- |
| `doubao-seedream-5-0-lite` | 轻量旗舰，适合日常文生图、产品图与创意出图    | **\$0.035 / 张** |
| `doubao-seedream-4-5`      | 4.5 代，画面精细度、风格多样性与文字渲染更好 | **\$0.04 / 张**  |

<Info>
  请使用上表中的**用户侧模型名**调用。网关会通过内部映射转发至 BytePlus endpoint，无需也不应填写 `seedream-*-260128` 等上游官方 ID。
</Info>

## 计费方式

* **按张计费**：仅对成功生成的输出图片扣费。
* **批量 `n`**：一次请求生成多张时，按实际返回的 `data[]` 张数结算（例如 `n=2` 且两张均成功 → 单价 × 2）。
* **接口**：`POST /v1/images/generations`（OpenAI Images 兼容）。

## 输出尺寸

不传 `size` 时，上游默认输出 **2048×2048**。

若显式指定 `size`，总像素须 **≥ 3,686,400**（约 1920×1920）。例如 `1024×1024` 会被上游拒绝。

```json theme={null}
{
  "model": "doubao-seedream-5-0-lite",
  "prompt": "minimalist smartwatch product photo on white background",
  "n": 1
}
```

## 相关页面

* [图片生成](/overseas/seedream-images) — 请求示例、参数与响应字段
* [GPT 图像接口](/overseas/gpt-image) — 其他 OpenAI 兼容图像模型
