All servicesDocsOpenAPI
Service
Gemini
image1 endpoints
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
POST/v1beta/models/gemini-3-pro-image-preview:generateContent20000 USDC
POST
/v1beta/models/gemini-3-pro-image-preview:generateContentGenerate 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)"
}
]
}
]
}
}