← All models
Google logo

Gemini 3 Pro

Retired March 9, 2026
Chat

google:gemini-3-pro

Added November 18, 2025

Usage

import OpenAI from "openai";

const client = new OpenAI({
    baseURL: "https://api.tributary.cc/openai/v1",
    apiKey: "<TRIBUTARY_API_KEY>",
});

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

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

Providers

Provider Model Context Output Input $/M Output $/M
Google gemini-3-pro-preview 1M 66K $4.00 $18.00
Context/output in tokens. Prices in USD per 1M tokens.