跳转到正文

Gemini原生格式作图

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1beta/models/gemini-2.5-flash-image:generateContent:
    post:
      summary: Gemini原生格式作图
      deprecated: false
      description: ''
      tags:
        - 绘画模型/Image2作图
      parameters:
        - name: Content-Type
          in: header
          description: ''
          required: false
          example: application/json
          schema:
            type: string
        - name: Authorization
          in: header
          description: ''
          required: false
          example: Bearer {{token1}}
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
            example:
              contents:
                - role: user
                  parts:
                    - text: 花小猪
              generationConfig:
                responseModalities:
                  - text
                  - image
                imageConfig:
                  aspectRatio: '16:9'
                  imageSize: 1k
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
      security:
        - bearer: []
      x-apifox-folder: 绘画模型/Image2作图
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/7937429/apis/api-427881307-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://new.22codex.xyz
    description: 正式环境
security:
  - bearer: []

文档内容持续更新,请以控制台可用模型与接口为准。