Gemini 2.0 Flash is Google’s multimodal model with image editing capabilities, available through Anyfast via the native Gemini API. It can edit existing images based on text instructions.Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Key capabilities
- Image editing — Modify existing images with natural language instructions
- Multi-modal input — Accept both text instructions and source images
- Text generation — Also supports standard text generation tasks
- Versatile — Fast and efficient for various multimodal tasks
Quick example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | Yes | API key (query parameter) |
contents | array | Yes | Array of { role, parts } with text and inline_data |
generationConfig.responseModalities | array | Yes | Must include IMAGE |
API Reference
View the interactive API playground for Gemini 2.0 Flash.