LLM Reference
Replicate API

Using Gemini 3.1 Pro Preview on Replicate API

Implementation guide · Gemini 3.1 · Google DeepMind

Serverless

Replicate API exposes Gemini 3.1 Pro Preview through model ID gemini-3.1-pro-preview. Use the setup steps, sourced pricing, capabilities, and official provider links below to validate this route before deployment.

Last refreshed 2026-06-19. Next refresh: weekly.

Quick Start

  1. 1
    Create an account at Replicate API and generate an API key.
  2. 2
    Use the Replicate API SDK or REST API to call gemini-3.1-pro-preview — see the documentation for request format.
  3. 3
    You'll be billed $2.00/1M input, $12.00/1M output tokens. See full pricing.

Code Examples

Install
pip install replicate
API key
REPLICATE_API_TOKEN
Model ID
gemini-3.1-pro-preview

Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.

import replicate

# reads REPLICATE_API_TOKEN from env
# gemini-3.1-pro-preview format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "gemini-3.1-pro-preview",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

Pricing on Replicate API

TypePrice (per 1M)
Input tokens$2.00
Output tokens$12.00

Capabilities

VisionMultimodalJSON / Tool useStructured OutputsCode Execution

About Gemini 3.1 Pro Preview

Google: Gemini 3.1 Pro Preview available via OpenRouter. Pricing: $2/1M input, $12/1M output.

Model Specs

Released2026-02-19
Context1m
ArchitectureDecoder Only
Knowledge cutoff2025-01

Provider

Replicate API
Replicate API

Replicate

San Francisco, California, United States