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
- 2Use the Replicate API SDK or REST API to call
gemini-3.1-pro-preview— see the documentation for request format. - 3
Code Examples
Install
pip install replicateAPI key
REPLICATE_API_TOKENModel ID
gemini-3.1-pro-previewReplicate 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
| Type | Price (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