G

Google: Gemini 2.0 Flash (Image Generation) Experimental

Google
Streaming Vision
1M
Context
$0.1500
Input /1M
$0.6000
Output /1M
8K
Max Output

Google: Gemini 2.0 Flash (Image Generation) Experimental

Model Overview

Property Value
Model ID google/gemini-2.0-flash-exp-image-generation
Name Gemini 2.0 Flash (Image Generation) Experimental
Provider Google
Released 2024

Description

An experimental version of Gemini 2.0 Flash with image generation capabilities. Combines text understanding with the ability to generate images based on prompts.

Specifications

Spec Value
Context Window 1,048,576 tokens
Max Completion 8,192 tokens
Modalities Text, Image (Input/Output)

Pricing

Type Price
Input $0.15 per 1M tokens
Output $0.60 per 1M tokens

Capabilities

  • Image Generation: Yes
  • Text Understanding: Yes
  • Streaming: Yes

Use Cases

Image generation from text prompts, creative content creation, visual content synthesis.

Integration with LangMart

Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)

API Usage:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.0-flash-exp-image-generation",
    "messages": [{"role": "user", "content": "Generate an image of..."}],
    "max_tokens": 4096
  }'
  • google/gemini-2.0-flash - Standard Flash model
  • google/gemini-2.0-flash-preview-image-generation - Preview version

Notes

Experimental model - image generation capabilities may have limitations.


Last Updated: December 28, 2025