Google-20% FuturMix listed price

Gemini 3.1 Flash Image Preview API

Latest Gemini Flash with image generation

Overview

Gemini 3.1 Flash Image Preview is the latest Flash variant with native image generation, offering fast multimodal capabilities.

Use Cases

  • Fast image generation
  • Multimodal conversations
  • Visual content
  • Quick prototyping

Model Details

Provider
Google
Model ID
gemini-3.1-flash-image-preview
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-3.1-flash-image-preview",
    "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 3.1 Flash Image Preview today

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