Google
Online
New

Gemini 2.5 Flash Image

Google image generation model. Fast text-to-image, billed per generated image.

Model ID: tokenfast/gemini-2.5-flash-image

Specifications

Context Window

32K tokens

Max Output

N/A

Input Price

$0.27 / 1M

Output Price

$0.10 / image

Capabilities

image_generation

Quick Start

Use this model via our OpenAI-compatible API endpoint.

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourdomain.com/v1",
  apiKey: "sk-your-api-key",
});

const response = await client.chat.completions.create({
  model: "tokenfast/gemini-2.5-flash-image",
  messages: [
    { role: "user", content: "Hello! What can you help me with?" },
  ],
  max_tokens: 1024,
});

console.log(response.choices[0].message.content);

Pricing Summary

Input$0.27 / 1M
Output$0.10 / image

Provider

Google

Google

Google DeepMind's Gemini family of multimodal AI models with industry-leading context windows.

Visit website

Related Models

More from Google