Back to catalog
Google

Gemini 2.5 Pro

google/gemini-2.5-pro

Try in Playground

Long-context multimodal with native tool use.

Context window
2Mtokens
Input price
$1.25/ 1M tokens
Output price
$10.00/ 1M tokens
P50 latency
520ms

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-pro",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvisionaudiocode

Throughput: 75 tok/s · Released 2025-12