OpenAI 协议表达不了的能力走路径 2:图生图、多参考图、vendor 私有参数透传。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.
字段速查(10 字段)
| 字段 | 类型 | 必填 | 默认 | 说明 |
|---|---|---|---|---|
model | string | ✅ | — | 模型名(见模型清单) |
prompt | string | ✅ | — | 提示词 |
n | int | — | 1 | 一次生成几张(1-10) |
size | string | — | 模型自定 | square_hd / 1024x1024 / landscape_16_9 |
image_urls | string[] | — | [] | 图生图多参考图(≤14 张) |
seed | int | — | random | 随机种子 · 复现同图 |
output_format | enum | — | png | png / jpeg / webp |
response_format | enum | — | url | url / b64_json |
webhook | string | — | null | 异步回调 · ⚠️ D60+ 实施 |
extra | object | — | 透传袋 · 任意 vendor 私有字段 |
本页框架占位 · 阶段二补 4 套代码示例 + extra 透传说明 + 脱敏核对。