Skip to main content
claude-sonnet-4-6 is the production workhorse of the Claude family — the model most ByteSpike customers default to when they need a model that does everything at a mid-tier price. Vision, tools, prompt caching, extended thinking, and web search are all available at the same 200K context as Opus; Opus reserves the top of the quality envelope for hard reasoning. Pricing: 3.00/1Minput,3.00 / 1M input, 15.00 / 1M output, $0.30 / 1M cache read — see the rate card.

Protocols

The two protocols produce equivalent responses for the same input; pick whichever your client already speaks.

Quickstart

Capabilities

When to use

  • Default mid-tier. When you need a model that does everything — vision + tools + thinking + web search — at Sonnet pricing.
  • Agents. Use the Anthropic Messages endpoint; the tool_use and thinking blocks pass through transparently.
  • RAG. cache_control on a long system prompt amortizes the cost across many user turns. The first request pays the cache-write tier; subsequent reads from the same prefix pay $0.30/1M (10% of input).
  • Fresh-fact tasks. Add web_search to the tools array.
When not to use:
  • Hardest reasoning — go to claude-opus-4-8, the Claude flagship.
  • Cheapest-possible classification or routing — use claude-haiku-4-5 at one-quarter the price.

Next