banana

POST
https://open.lgai.cc/api/banana_fast

接口描述

官方直连-Google最新的绘图模型,图片编辑能力强,nano-banana是由gemini-2.5-flash-image模型封装而来,以便支持image格式接口,同时支持官方接口,openai接口

请求参数

相关套餐

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

【】