Google
Online
New

Gemini 3.1 Pro Preview

Google's most capable model with a groundbreaking 1 million token context window. Ideal for long-document analysis and complex reasoning.

Model ID: tokenfast/gemini-3.1-pro-preview

Specifications

Context Window

1M tokens

Max Output

8.2K tokens

Input Price

$1.80 / 1M

Output Price

$10.80 / 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)$2.00$1.8010% off
Output (per 1M tokens)$12.00$10.8010% 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: "tokenfast/gemini-3.1-pro-preview",
  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.80 / 1M
Output$10.80 / 1M

Provider

Google

Google

Google DeepMind's Gemini family of multimodal AI models with industry-leading context windows.

Visit website

Related Models

More from Google