Compare models Compare image models AI Tools Models AI Image Models AI News Search Try it free
Claude Sonnet 5 by Anthropic Balanced

Chat with Claude Sonnet 5 for free

Claude Sonnet 5 is Anthropic's balanced everyday model, quick and capable with strong reasoning for the bulk of day-to-day work. Start typing, no sign-up needed.

Free in ChatdaySwitch models any timeCompare with other models
Live preview

See how Claude Sonnet 5 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 Claude Sonnet 5 stand out

Balanced speed and reasoning depth
1M-token context window
Strong coding and tool use
Native vision understanding
At a glance

Claude Sonnet 5 specifications

1M
Context window
128K
Max output
Text · Vision · Code
Modality
Balanced
Speed
Free & Pro
Available in Chatday
ProviderAnthropic
Model familyClaude 5 series
Context window1,000,000 tokens
Max output128,000 tokens
ModalityText · Vision · Code
Input price$2 / 1M tokens
Output price$10 / 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

Claude Sonnet 5 vs other top models

Compare
Model Context Best at Input price In Chatday
Claude Sonnet 5 1M Balanced $2/M Free
GPT-5.6 1.1M Flagship reasoning $2.5/M Free
Gemini 3.1 Pro 1M Multimodal $2/M Free
Grok 4 1M Realtime $0.2/M Free
FAQ

Claude Sonnet 5 questions

Yes. Claude Sonnet 5 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 Claude Sonnet 5 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. Claude Sonnet 5 accepts image input, so you can share screenshots, diagrams and photos and ask it to reason over them.

Chat with Claude Sonnet 5 and switch models any time.

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