A
Claude 4.6 Sonnet
Claude 4.6 Sonnet, a language model from Anthropic.
modelOverride: { model: "claude-4-6-sonnet" }
Anthropic·Released February 2026Pricing
- Input
- $3.00 / 1M
- Output
- $15.00 / 1M
- Input
- $6.00 / 1M
- Output
- $22.50 / 1M
- Cached input
- $0.30 / 1M
- Cached input
- $3.75 / 1M
- Cached input
- $6.00 / 1M
Specifications
- Context window
- 1,000,000 tokens
- Max output
- 128,000 tokens
- Released
- February 2026
- Model string
- claude-sonnet-4-6
- Capabilities
- VisionLarge contextReasoningToolsMCP
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
reasoningWhen enabled, the model will explain its thought process step-by-step before providing a final answer. This can help users understand how the model arrived at its conclusions, but may result in longer responses. The model dynamically decides when and how much to think. | Select | false | falsetrue |
effortControls how much the model thinks vs. how quickly it responds. Higher effort produces better quality but uses more tokens and is slower. Recommended: High for coding and agentic work; Medium for general use; Low for short, latency-sensitive tasks. Only applies when Reasoning is enabled. | Select | medium | lowmediumhigh |
tools | Tools | — | — |
mcpServers | MCP servers | — | — |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "claude-4-6-sonnet", config: { reasoning: "false", effort: "medium", }, }, });