Back to catalog
Google

Gemini 2.5 Flash

google/gemini-2.5-flash

Try in Playground

Cost-efficient model with sub-second latency.

Context window
1Mtokens
Input price
$0.08/ 1M tokens
Output price
$0.30/ 1M tokens
P50 latency
160ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "google/gemini-2.5-flash",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvision

Throughput: 192 tok/s · Released 2025-11