Compare models Compare image models AI Tools Models AI Image Models AI News Search Try it free
Gemini 3.1 Pro by Google Multimodal

Chat with Gemini 3.1 Pro for free

Gemini 3.1 Pro is natively multimodal across text, image, audio and video, with the largest context window available and fast, fresh answers. Start typing, no sign-up needed.

Free in ChatdaySwitch models any timeCompare with other models
Live preview

See how Gemini 3.1 Pro thinks

Pick a task and watch a sample answer stream in. Open the same prompt in Chatday when you’re ready.

Why does this return undefined? const u = users.find(u => u.id = id)

The bug is in the arrow body: u.id = id assigns instead of compares, so the callback returns the assigned value and .find never matches the way you expect.

Fix it with a strict comparison:

const u = users.find(u => u.id === id);

Use === to compare. A single = is assignment, which is why you saw undefined.

Illustrative preview: your real answers run in Chatday. Continue in Chatday
Strengths

What makes Gemini 3.1 Pro stand out

Native text, image, audio and video
1M-token context window
Fast, up-to-date answers
At a glance

Gemini 3.1 Pro specifications

1M
Context window
64K
Max output
Text · Vision · Audio · Video · Code
Modality
Balanced
Speed
Free & Pro
Available in Chatday
ProviderGoogle
Model familyGemini 3 series
Context window1,000,000 tokens
Max output64,000 tokens
ModalityText · Vision · Audio · Video · Code
Input price$2 / 1M tokens
Output price$12 / 1M tokens
Tool / function callingYes
VisionYes
StreamingYes
Available in ChatdayFree & Pro

Pricing shown for reference; usage is included in your Chatday plan.

Side by side

Gemini 3.1 Pro vs other top models

Compare
Model Context Best at Input price In Chatday
Gemini 3.1 Pro 1M Multimodal $2/M Free
Claude Opus 4.8 1M Frontier coding $5/M Free
GPT-5.5 1M Flagship reasoning $5/M Free
Grok 4 1M Realtime $0.2/M Free
FAQ

Gemini 3.1 Pro questions

Yes. Gemini 3.1 Pro is available on the free plan with daily limits. Pro raises the limits and adds priority access during peak times.
1M tokens: enough for very long documents, large codebases or extended conversations without losing earlier context.
Reach for Gemini 3.1 Pro on the tasks it’s built for, then switch models mid-chat in Chatday when another one fits better, no need to leave the conversation.
Yes. Gemini 3.1 Pro accepts image input, so you can share screenshots, diagrams and photos and ask it to reason over them.

Chat with Gemini 3.1 Pro and switch models any time.

One subscription, every leading model. Start free in the Chatday web app.