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

# Seedream 5.0 Lite

> 亚洲脸 · 小红书风格 · 文生图主力

| 属性 | 值                   |
| -- | ------------------- |
| 状态 | ✅ 可用                |
| 定位 | 国产                  |
| 价格 | \$0.045/张           |
| 速度 | —                   |
| 模态 | text → image        |
| 适用 | 亚洲脸 · 小红书风格 · 文生图主力 |

## 适合什么

* 亚洲脸
* 小红书风格
* 本土社媒素材
* 商品图

## 不适合什么

* 未确认字段硬传
* 大批量无审核终稿

## 推荐调用路径

当前推荐：`/v1/images/generations`。

* 文生图优先使用 [OpenAI 兼容路径](/image-generation/openai-compatible)
* 高级入口只在模型详情明确说明字段时使用
* 图生图、多参考图、webhook 当前不要写入生产请求

## 调用示例

```bash theme={null}
curl https://tapapi.ai/v1/images/generations \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedream-5.0-lite",
    "prompt": "a red apple on a wooden table",
    "size": "1024x1024",
    "response_format": "url"
  }'
```

公开文生图字段：`size` · `response_format`

输出格式：`url` / `b64_json`。生产代码需要兼容模型实际返回字段，详见 [输出图片保存](/image-generation/output-images)。

兜底方向：[Z-Image Turbo](/image-generation/models/z-image-turbo)、[Nano Banana](/image-generation/models/nano-banana)（以控制台可用状态为准）。

## 生产注意事项

* 适合用真实业务 prompt 做风格一致性测试
* 图生图或参考图能力未正式开放前不要传 image\_urls

更多字段见 [文生图参数说明](/image-generation/parameters)。高级入口边界见 [路径 2 · 高级](/image-generation/advanced)。
