A
Claude 4.5 Sonnet
Claude 4.5 Sonnet, a language model from Anthropic.
modelOverride: { model: "claude-4.5-sonnet" }
AAnthropic·Released September 2025
Pricing
- Input
- $3.00 / 1M
- Output
- $15.00 / 1M
- Cached input
- $0.30 / 1M
- Cached input
- $3.75 / 1M
- Cached input
- $6.00 / 1M
Specifications
- Context window
- 200,000 tokens
- Max output
- 64,000 tokens
- Released
- September 2025
- Model string
- claude-sonnet-4-5
- Capabilities
- VisionLarge contextToolsMCP
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. | Select | false | falsetrue |
reasoningSizeYou can allocate a larger thinking budget to support more thorough reasoning. Must be less than max. response size | Number | — | 1024–32000 |
tools | Tools | — | — |
mcpServers | MCP servers | — | — |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "claude-4.5-sonnet", config: { reasoning: "false", }, }, });