All services

Service

Gemini

image1 endpoints
Docs

Google's Gemini API for AI image generation. Generate images from text prompts using Gemini's image generation model.

x402

basesolana

mpp

tempo

Methods

1 methods available

OpenAPI
POST/v1beta/models/gemini-3-pro-image-preview:generateContent
20000 USDC

Generate an image using Gemini.

POST JSON body with contents array containing parts with a text prompt describing the image. Example: {"contents": [{"parts": [{"text": "A photo of a cat"}]}]}

{
  "body": {
    "contents": [
      {
        "parts": [
          {
            "text": "string (description of the image to generate)"
          }
        ]
      }
    ]
  }
}