> ## 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.

# Z-Image Turbo

> 跨境电商主图 · 极致性价比

| 属性 | 值              |
| -- | -------------- |
| 状态 | ✅ 可用           |
| 定位 | 海外明星           |
| 价格 | \$0.015/张      |
| 速度 | 0.9-2.2s       |
| 模态 | 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": "z-image-turbo",
    "prompt": "a red apple on a wooden table",
    "size": "1024x1024",
    "response_format": "url"
  }'
```

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

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

兜底方向：[FLUX Schnell](/image-generation/models/flux-schnell)、[Seedream 5.0 Lite](/image-generation/models/seedream-v4)（以控制台可用状态为准）。

## 生产注意事项

* 适合先跑小样本，再放大到队列批量
* 商品图要重点检查主体完整、背景和尺寸

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