还没有图片。提交表单以生成图片。
探索不同用例和参数配置
透明定价,无隐藏费用。按需支付。
| 规则与模式 | 渠道 | 积分 | 价格(美元) | 官方/参考价格 | 每日节省 |
|---|---|---|---|---|---|
nano-banana-pro-1k imageGoogleresolution: 1K | Starter | 1per run | $0.005 | - | - |
nano-banana-pro-2k imageGoogleresolution: 2K | Starter | 1per run | $0.005 | - | - |
nano-banana-pro-4k imageGoogleresolution: 4K | Starter | 1per run | $0.005 | - | - |
Nano Banana Pro 使用完整指南
在 APIPASS 上使用 Nano Banana Pro 构建强大的图像能力——以更低成本获得 2K/4K 输出、更强的提示词理解能力,以及可靠的角色一致性,助力打造可用于生产环境的应用。

Nano Banana Pro 是 Google DeepMind 最新发布的高保真图像生成模型,代表了图像生成能力的进一步升级。它基于升级后的 Gemini 3.0 Pro Image 架构构建,可提供更清晰的结构准确性、更好的角色一致性、更精准的文字渲染,以及更干净的材质细节。Google 现在通过 Google Nano Banana Pro API 提供这些能力,使开发者能够以编程方式生成图像、控制宽高比、处理多语言文本,并执行结构化的视觉指令。开发者还可以在探索早期迭代输出时,试用最新的 Gemini 3 Pro Image Preview 变体。 APIPASS 提供了一种价格更亲民、易于集成的 Nano Banana Pro API 使用方式,具备简化的定价和精简的请求流程,可直接接入生产系统、创意工作流或自动化工具。这使团队能够利用 Google DeepMind 先进的 AI 图像生成能力,同时避免企业级云端点通常伴随的复杂性和更高运营成本。
根据文本描述生成具备前所未有细节与准确性的影棚级高质量图像
通过智能风格迁移和精准控制,对图像进行转换与增强
创建包含多个元素的复杂场景,并准确呈现空间关系与光照效果
可直接生成 1K、2K 和 4K 分辨率的超清视觉内容。Nano Banana Pro API 支持原生高清生成,无需依赖外部放大软件。最终图像具备专业级细节和极致清晰度,可直接用于生产场景。
为海报、技术图表和品牌 Logo 生成清晰、易读的排版文字。借助 Gemini 3 Pro Image API,该系统支持多语言的精准文本生成。使用 Nano Banana Pro API,可轻松处理复杂文本指令和本地化需求。
最多可将 8 张输入图像合成为单一且协调的输出结果。通过使用 Nano Banana 2 融合逻辑,你可以无缝合并风格与内容参考。该 API 能有效协调复杂视觉元素,生成统一的完整构图。
能够出色理解复杂、多层次的提示词,并准确把握细腻的艺术方向和技术规格。
通过专用 API 端点利用对真实世界的深度理解。可生成科学准确的信息图,或符合历史细节的场景。Nano Banana Pro API 能处理复杂的提示词逻辑,交付基于事实的视觉内容,非常适合教育和专业场景。
精准保持多个画面中的角色和物体身份一致。该 API 由 Gemini-3-Pro-Image-Preview 驱动,可确保面部特征和特定细节保持稳定。你可以将主体放置到新环境中,或更换其服装,同时保留其独特且可识别的身份特征。
通过几个简单步骤开始使用 API
创建账户,并从仪表盘获取你的 API key
撰写包含风格、光照、氛围和技术细节的完整描述
选择宽高比,并可选择添加参考图像以引导生成
提交请求并接收影棚级高质量图像
遵循这些指南以获得最佳结果
加入艺术风格、相机角度、光照条件和氛围细节,以获得更专业的结果
加入 'bokeh'、'golden hour'、'macro lens' 或 'HDR' 等术语,以实现特定视觉效果
上传参考图像,在多次生成中保持一致的风格、色彩方案或构图
为商业用途、图库摄影和广告生成照片级真实图像
为娱乐制作创建精细的概念艺术和视觉开发内容
生成逼真的建筑渲染图和室内设计概念
由 Gemini 3.0 Pro 驱动——Google 最先进、能力最强的图像生成技术
生成适用于商业用途、印刷和高分辨率应用的影棚级图像
相比其他可用模型,具备更出色的提示词理解能力和图像保真度
所有 API 都需要通过 Bearer Token 进行身份验证。
Authorization: Bearer
创建新的 Google Nano Banana Pro 图像生成任务。
此 API 接受具有以下结构的 JSON 负载:
1{
2 "model": "nano-banana-pro",
3 "callBackUrl": "string (optional)",
4 "channel": "auto",
5 "input": {
6 "prompt": "string",
7 "image_input": [],
8 "aspect_ratio": "1:1",
9 "resolution": "1K",
10 "output_format": "png"
11 }
12}model必填string用于生成的模型名称。此端点必须使用 nano-banana-pro。
可用选项:
"nano-banana-pro"
callBackUrl可选string用于接收生成任务完成更新的 URL。生成完成后,APIPASS 会将任务状态、生成内容 URL 和任务信息 POST 到此 URL。你的回调端点应接受带有 JSON 负载的 POST 请求。如果省略,请使用 Query Task API 轮询任务状态。
"https://your-domain.com/api/callback"
channel可选string你可以通过 channel 参数指定 APIPASS 中对应的提供商;这些提供商负责实际的图像和视频生成任务。APIPASS 目前提供三种提供商选项:
channel 参数的默认值为 auto。启用后,APIPASS 会根据实时价格和稳定性指标,在可用提供商之间自动分配任务,以平衡最低成本和可靠性能。除非你有自定义路由需求,否则请保留默认值 auto。
可用选项:
auto
input 对象包含以下参数:
input.prompt必填string你想生成的图像的文本描述。
最大长度:10000 个字符。
"Comic poster: cool banana hero in shades leaps from sci-fi pad. Six panels: 1) 4K mountain landscape, 2) banana holds page of long multilingual text with auto translation, 3) Gemini 3 hologram for search/knowledge/reasoning, 4) camera UI sliders for angle focus color, 5) frame trio 1:1-9:16, 6) consistent banana poses. Footer shows Google icons. Tagline: Nano Banana Pro now on Kie AI."
input.image_input可选array<string>用于转换或作为参考的输入图像。
最多支持 8 个图像 URL。请在上传后提供文件 URL,而不是原始文件内容。接受的类型:image/jpeg、image/png、image/webp。每张图像最大:30.0MB。
[]
input.aspect_ratio可选enum: ['1:1', '2:3', '3:2', '3:4', '4:3', '4:5', '5:4', '9:16', '16:9', '21:9', 'auto']生成图像的宽高比。
默认值:1:1。
可用选项:
"1:1"
input.resolution可选enum: ['1K', '2K', '4K']生成图像的分辨率。
默认值:1K。
可用选项:
"1K"
input.output_format可选enum: ['png', 'jpg']输出图像的格式。
默认值:png。
可用选项:
"png"
1curl -X POST "https://api.apipass.dev/api/v1/jobs/createTask" \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "nano-banana-pro",
6 "callBackUrl": "https://your-domain.com/api/callback",
7 "channel": "auto",
8 "input": {
9 "prompt": "Comic poster: cool banana hero in shades leaps from sci-fi pad. Six panels: 1) 4K mountain landscape, 2) banana holds page of long multilingual text with auto translation, 3) Gemini 3 hologram for search/knowledge/reasoning, 4) camera UI sliders for angle focus color, 5) frame trio 1:1-9:16, 6) consistent banana poses. Footer shows Google icons. Tagline: Nano Banana Pro now on Kie AI.",
10 "image_input": [],
11 "aspect_ratio": "1:1",
12 "resolution": "1K",
13 "output_format": "png"
14 }
15}'1{
2 "code": 200,
3 "msg": "success",
4 "data": {
5 "taskId": "task_nano-banana-pro_1765178625768"
6 }
7}code响应状态码。200 表示请求已成功处理。
msg响应消息。请求失败时包含错误描述。
data.taskId任务 ID。使用此值通过 Query Task API 检查任务状态并获取结果。

flux
flux
Generate photorealistic images with robust text
起价
0 积分
Nano Banana 2 Lite, aka Gemini 3.1 Flash-Lite Image, is a newly released image model from Google DeepMind built for fast 1K image generation, efficient creative iteration, prompt-based image editing, and responsive visual output in product-facing creative scenarios.
起价
0 积分
OpenAI
OpenAI
Generate intentionally designed visuals with less prompting using the latest OpenAI GPT Image 2 model.
起价
0 积分
Fast image generation model built on Gemini 3.1 Flash Image. Supports text-to-image, image editing, multi-image fusion with up to 14 reference images, Google Search grounding, and outputs up to 4K resolution.
起价
0 积分
seedream
seedream
起价
0 积分
grok
grok
Grok Imagine is xAI’s AI video generation model for creating high-quality videos with realistic motion, native audio, and synchronized speech. Grok Imagine 1.5 introduces faster generation speeds, improved motion physics, and stronger visual consistency for modern AI video applications.
起价
0 积分
qwen
qwen
Generate realistic 2K images with structured text
起价
0 积分
seedream
seedream
起价
0 积分
OpenAI
OpenAI
Bring your ideas to life with sharper, faster, more precise image generation using the GPT Image 2.5 API.
起价
0 积分
wan
wan
Generate images with cinematic precision through high-fidelity text-to-image synthesis and structural editing.
起价
0 积分
seedream
seedream
Gemini said Generate images with lightning-fast efficiency and high-fidelity detail through a streamlined, lightweight architecture optimized for instant creative expression.
起价
0 积分
qwen
qwen
Generate realistic 2K images with structured text
起价
0 积分
Luma
Luma
起价
0 积分
seedream
seedream
起价
0 积分