Banana2 Pro 绘图教程
用 Vortap 调用 Banana2 Pro 生成图像。
Banana2 Pro 绘图教程
通过 Vortap 的统一接口调用 Banana2 Pro 文生图。
请求示例
curl https://www.vortapapi.com/v1/images/generations \
-H "Authorization: Bearer sk-xxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "banana2-pro",
"prompt": "a neon koi swimming through a nebula, cinematic",
"size": "1024x1024"
}'
返回中包含图像 URL 或 base64(取决于参数)。
TODO(待确认真实流程):核对 Banana2 Pro 的真实模型名、支持的尺寸 / 参数、返回格式与计费方式(按张 / 按量)。以 模型广场 为准。