| gemini-3.1-pro-preview | gemini-3.1-pro-preview-thinking-128 | |
|---|---|---|
| Providers | ||
| Input $/M | $2.00 | $2.00 |
| Output $/M | $12.00 | $12.00 |
| Output multiplier | ×6.00 | ×6.00 |
| Context window | — | — |
| Intelligence index | 36.7 | — |
| Coding index | 68.8 | — |
Input pricing is close — 1.00× apart — so the decision should come down to measured quality on your own evaluation set rather than headline cost.
Tags: gemini-3.1-pro-preview — Chat, Reasoning, Coding, Vision · gemini-3.1-pro-preview-thinking-128 — Chat, Reasoning, Coding, Vision
from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")
# gemini-3.1-pro-preview
client.chat.completions.create(model="gemini-3.1-pro-preview", messages=[{"role":"user","content":"Hi"}])
# gemini-3.1-pro-preview-thinking-128
client.chat.completions.create(model="gemini-3.1-pro-preview-thinking-128", messages=[{"role": "user", "content": "Hi"}])