StarSeaAPIStarSeaAPI
HomeComparegemini-3.1-pro-preview vs gemini-3.1-pro-preview-thinking-128

gemini-3.1-pro-preview vs gemini-3.1-pro-preview-thinking-128

gemini-3.1-pro-previewgemini-3.1-pro-preview-thinking-128
ProvidersGoogleGoogle
Input $/M$2.00$2.00
Output $/M$12.00$12.00
Output multiplier×6.00×6.00
Context window
Intelligence index36.7
Coding index68.8

What the numbers mean

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

Code

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"}])

Compare

gemini-3.1-pro-preview vs gemini-3.6-flash