Google-20% FuturMix listed price

Gemini 2.5 Flash Image API

Gemini Flash with native image generation

Overview

Gemini 2.5 Flash Image extends Flash capabilities with native image generation, enabling both text and visual content creation in a single model.

Use Cases

  • Text-to-image generation
  • Multimodal conversations
  • Visual content creation
  • Image understanding

Model Details

Provider
Google
Model ID
gemini-2.5-flash-image
Context Window
1M tokens
Compatible APIs
gemini, openai

Code Examples

curl -X POST "https://futurmix.ai/v1/chat/completions" \
  -H "Authorization: Bearer $FUTURMIX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash-image",
    "messages": [
      {
        "role": "system",
        "content": "You are a concise assistant."
      },
      {
        "role": "user",
        "content": "Write a short launch announcement for a new AI API platform."
      }
    ],
    "temperature": 0.7,
    "max_tokens": 512,
    "top_p": 0.95,
    "stream": false
  }'
Base URL: https://futurmix.ai/v1Endpoints: /chat/completions/responses/models

Related Models

Start using Gemini 2.5 Flash Image today

Top up from $10, create an API key, and start making requests.