Google
Online
New
Hot

Gemini 2.5 Pro

Google's most capable model with 1M token context window.

Model ID: gemini-2-5-pro

Specifications

Context Window

1M tokens

Max Output

65.5K tokens

Input Price

$1.13 / 1M

Output Price

$9.00 / 1M

Capabilities

Chat
Code
Vision
Functions
JSON Mode

Price Comparison

See how much you save compared to official pricing.

MetricOfficial PriceOur PriceSavings
Input (per 1M tokens)$1.25$1.1310% off
Output (per 1M tokens)$10.00$9.0010% off

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: "gemini-2-5-pro",
  messages: [
    { role: "user", content: "Hello! What can you help me with?" },
  ],
  max_tokens: 1024,
});

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

Pricing Summary

Input$1.13 / 1M
Output$9.00 / 1M
Start for Free

$2 free credit on signup

Provider

Google

Google

Google DeepMind, creators of Gemini models.

Visit website

Related Models

More from Google