Back to catalog
GoogleRouted via Google

Gemini 3 Pro

google/gemini-3-pro

Try in Playground

Google's next-gen flagship. Native long-context multimodal with tool use.

Context window
2Mtokens
Input price
$1.50/ 1M tokens
Output price
$12.00/ 1M tokens
P50 latency
480ms

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

Capabilities

textvisionaudiocode

Throughput: 82 tok/s · Released 2026-04