Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /image-processing | Type: Embedded | PCID required: No

Tools

ToolDescription
image-processing_ai_generateText-to-image generation only (no image input). Use this for creating new images purely from a text description. Fast. For editing existing images or using reference images, use Nano Banana 2 or Nano Banana Pro instead.
image-processing_nano_bananaFast image generation and editing with Google Search grounding. Can generate from text, edit existing images, blend up to 14 reference images, and render text. Unique feature: enable google_search or image_search to ground generation in real-time web data (weather, scores, events, logos). Use this when speed matters or when you need search-grounded images. For highest quality output (especially text/logos), use Nano Banana Pro instead.
image-processing_nano_banana_proHighest quality image generation and editing. Best for accurate text rendering, faithful logo reproduction, professional compositions, and detailed scenes. Can generate from text, edit existing images, and blend up to 14 reference images. Supports resolutions up to 4K. Slower than Nano Banana 2 but significantly better output quality. Does NOT support Google Search grounding — use Nano Banana 2 if you need search-grounded images.
image-processing_ai_background_removalRemove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image.

image-processing_ai_generate

Text-to-image generation only (no image input). Use this for creating new images purely from a text description. Fast. For editing existing images or using reference images, use Nano Banana 2 or Nano Banana Pro instead. Parameters:
ParameterTypeRequiredDefaultDescription
promptstringYesText description of the image to generate. Be specific and descriptive for best results.
aspect_ratiostringNoAspect ratio of the generated image (default: 1:1)
output_formatstringNoOutput image format (default: png)

image-processing_nano_banana

Fast image generation and editing with Google Search grounding. Can generate from text, edit existing images, blend up to 14 reference images, and render text. Unique feature: enable google_search or image_search to ground generation in real-time web data (weather, scores, events, logos). Use this when speed matters or when you need search-grounded images. For highest quality output (especially text/logos), use Nano Banana Pro instead. Parameters:
ParameterTypeRequiredDefaultDescription
promptstringYesText description of the image to generate, or instruction describing how to edit the image. Examples: “make the background sunset”, “add sunglasses”, “a product photo of a coffee mug”
image_urlsstring[]NoArray of image URLs to use as input/reference for editing (supports up to 14 images)
aspect_ratiostringNoOutput aspect ratio (default: match_input_image)
resolutionstringNoResolution of the generated image. Higher resolutions take longer. (default: 1K)
output_formatstringNoOutput image format (default: jpg)
google_searchbooleanNoUse Google Web Search grounding to generate images based on real-time information (e.g. weather, sports scores, recent events). Default: false
image_searchbooleanNoUse Google Image Search grounding to find web images as visual context for generation. When enabled, web search is also used automatically. Default: false

image-processing_nano_banana_pro

Highest quality image generation and editing. Best for accurate text rendering, faithful logo reproduction, professional compositions, and detailed scenes. Can generate from text, edit existing images, and blend up to 14 reference images. Supports resolutions up to 4K. Slower than Nano Banana 2 but significantly better output quality. Does NOT support Google Search grounding — use Nano Banana 2 if you need search-grounded images. Parameters:
ParameterTypeRequiredDefaultDescription
promptstringYesText description of the image to generate, or instruction describing how to edit the image. Examples: “a retro movie poster for STELLAR DRIFT”, “transform this photo into Van Gogh style”
image_urlsstring[]NoArray of image URLs to use as input/reference for editing (supports up to 14 images)
aspect_ratiostringNoOutput aspect ratio (default: match_input_image)
resolutionstringNoResolution of the generated image. Higher resolutions take longer. (default: 2K)
output_formatstringNoOutput image format (default: jpg)

image-processing_ai_background_removal

Remove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image. Parameters:
ParameterTypeRequiredDefaultDescription
image_urlstringYesURL of the image to process
background_typestringNoWhat to replace the background with: “rgba” (transparent), “white”, “green” (green screen), “blur” (blurred original). Default: rgba (transparent)
output_formatstringNoOutput format. Use png for transparency (default: png)
reversebooleanNoIf true, removes the foreground instead of background (default: false)