🌐
Claude Docs
platform.claude.com › docs › en › about-claude › models › overview
Models overview - Claude Docs
If you're unsure which model to use, we recommend starting with Claude Sonnet 4.5. It offers the best balance of intelligence, speed, and cost for most use cases, with exceptional performance in coding and agentic tasks.
🌐
Anthropic
anthropic.com › news › claude-3-5-sonnet
Introducing Claude 3.5 Sonnet
Claude 3.5 Sonnet sets new industry ... and is exceptional at writing high-quality content with a natural, relatable tone. Claude 3.5 Sonnet operates at twice the speed of Claude 3 Opus....
🌐
Anthropic
anthropic.com › claude › sonnet
Claude Sonnet 4.5
Sonnet 3.7 is the first hybrid reasoning model and our most intelligent model to date. It’s state-of-the art for coding and delivers significant improvements in content generation, data analysis, and planning. ... Anyone can chat with Claude using Sonnet 4.5 on Claude.ai, available on web, iOS, and Android.
🌐
OpenRouter
openrouter.ai › anthropic › claude-sonnet-4.5
Claude Sonnet 4.5 - API, Providers, Stats | OpenRouter
Claude Sonnet 4.5 is Anthropic’s most advanced Sonnet model to date, optimized for real-world agents and coding workflows. It delivers state-of-the-art performance on coding benchmarks such as SWE-bench Verified, with improvements across system design, code security, and specification adherence.
🌐
Claude
docs.claude.com › en › docs › about-claude › models › overview
Models overview - Claude Docs
If you’re unsure which model to use, we recommend starting with Claude Sonnet 4.5. It offers the best balance of intelligence, speed, and cost for most use cases, with exceptional performance in coding and agentic tasks. All current Claude models support text and image input, text output, multilingual capabilities, and vision. Models are available via the Anthropic API, AWS Bedrock, and Google Vertex AI.
🌐
Puter
developer.puter.com › tutorials › free-unlimited-claude-35-sonnet-api
Free, Unlimited Claude API
1 month ago - This tutorial will show you how to use Puter.js to access Claude's advanced AI capabilities (such as Claude Sonnet 4.5, Claude Opus 4.5, Claude Haiku 4.5) for free, without any API keys, backend, or servers.
🌐
Reddit
reddit.com › r/claudeai › use claude 3.5 sonnet through the api if you're running into rate limits
r/ClaudeAI on Reddit: Use Claude 3.5 Sonnet through the API if you're running into rate limits
May 15, 2024 -

I highly recommend using Claude 3.5 Sonnet through the API - you won't have rate limits, and with its cheaper cost you'll likely be spending less than a subscription to Claude Pro!

There's lots of open source web platforms that let you use your own API Key to do this. Albeit you won't get to use the artifacts feature.

I have a free native iOS app that supports chatting to Claude 3.5 Sonnet (and all other LLMs) using your own API Key which you could use: https://apps.apple.com/us/app/pal-chat-ai-chat-client/id6447545085?platform=iphone

🌐
Claude
claude.com › platform › api
Claude Developer Platform | Claude
“We're seeing state-of-the-art coding performance from Claude Sonnet 4.5, with significant improvements on longer horizon tasks.
🌐
Anthropic
anthropic.com › news › claude-4
Introducing Claude 4
The Pro, Max, Team, and Enterprise Claude plans include both models and extended thinking, with Sonnet 4 also available to free users. Both models are available on our API, Amazon Bedrock, and Google Cloud's Vertex AI.
Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › is there any model better and cheaper(api) at reasoning/coding than claude 3.5 sonnet?
r/ClaudeAI on Reddit: Is there any model better and cheaper(API) at reasoning/coding than Claude 3.5 Sonnet?
February 4, 2025 -

Not asking to make a war. I'm happy with Sonnet but looking for cost effective alternative as my bills reach $100+/month.

Please be specific with model versions when suggesting alternatives (saying just "GPT" isn't helpful).

The alternative doesn't necessarily need to be better than Sonnet, but at least comparable in performance.

I haven't tried R1 and curious about it but I see people putting 670 bilion and 70 or even 7 bilion into same bucket and it's hard for me to believe these distilled versions are reliable. And I mean complex reasoning and codding here with large context windows - not writing a stupid snake game with a 0 shot prompt! It's like many people recommend haiku to save money on sonnet. It's so terribly worse than sonnet that I don't consider it worthy for anything else than calling some simple tools as a subagent.

Also I understand that there is no function calling (tool use) on R1, so it's not very useful. If it's is then which API offers 670 bilion version? Because sign ups to deep seek are blocked... So, I don't know if I'm missing something here but I don't see better options than Sonnet so far...

Just tested o3 mini yesterday. It's rubbish...

🌐
Reddit
reddit.com › r/claudeai › you can use sonnet 4 in claude code
r/ClaudeAI on Reddit: You Can Use Sonnet 4 in Claude Code
May 22, 2025 -

On one hand, Opus 4 is crazy exciting. However, in API it costs about five times as much as Sonnet. I see some reports coming in that people are hitting rate limits much faster in Claude Code using Opus, which makes sense.

It looks like you can change the model that Claude Code uses. Maybe that will help preserve your limits if you do not need all that extra firepower?

Here is a link from the Anthropic website, and also Sonnet 4's How To when I asked.

https://docs.anthropic.com/en/docs/claude-code/bedrock-vertex-proxies

'''

For Regular Windows Users (Using Anthropic's API)

The Bedrock references are for enterprise users who want to use Amazon's cloud service instead of Anthropic's API directly. You can ignore those - here's what you need for regular Windows usage:

Option 1: Environment Variables (Windows)

Command Prompt:

set ANTHROPIC_MODEL=claude-sonnet-4-20250514
set ANTHROPIC_SMALL_FAST_MODEL=claude-3-5-haiku-20241022
claude

PowerShell:

$env:ANTHROPIC_MODEL="claude-sonnet-4-20250514"
$env:ANTHROPIC_SMALL_FAST_MODEL="claude-3-5-haiku-20241022"
claude

Option 2: Persistent Configuration (Recommended)

This is probably easier for Windows users:

claude config set -g ANTHROPIC_MODEL claude-sonnet-4-20250514
claude config set -g ANTHROPIC_SMALL_FAST_MODEL claude-3-5-haiku-20241022

This saves the configuration permanently so you don't need to set environment variables each time.

Option 3: Windows Environment Variables (System-wide)

If you want this to be permanent across all command prompt sessions:

  1. Press Win + R, type sysdm.cpl, press Enter

  2. Click "Environment Variables"

  3. Under "User variables" click "New"

  4. Variable name: ANTHROPIC_MODEL

  5. Variable value: claude-sonnet-4-20250514

  6. Repeat for ANTHROPIC_SMALL_FAST_MODEL with value claude-3-5-haiku-20241022 '''

🌐
Reddit
reddit.com › r/claudeai › cheapest option right now for programmers using sonnet 3.5?
r/ClaudeAI on Reddit: Cheapest option right now for programmers using Sonnet 3.5?
July 10, 2024 -

There are so many options and I dont know which to choose. There is Cursor, Poe, Perplexity Pro, Anthropic API, Claude Webchat etc etc.

The Webchat is great but the usage limits are too annoying. I would like to more often use a bigger context size because then Sonnet seems to compare much better.

Right now I am thinking about using Poe with the Sonnet 3.5 200k Bot. 1k credits for one message and you'll get 1million credits per month for 20$. so I guess that would be quite cheap compared to the API.

Cursor also looks interesting though with their unlimited slow usage, but not sure if you also can get Sonnet 3.5 slow usage or not.

What do you guys use for programming?

🌐
OpenRouter
openrouter.ai › anthropic › claude-3.5-sonnet
Claude 3.5 Sonnet - API, Providers, Stats | OpenRouter
New Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Run Claude 3.5 Sonnet with API
🌐
Reddit
reddit.com › r/claudeai › use claude 3.5 sonnet through the api to prevent having to pay a flat $20/month on the website since it's no longer available for free
r/ClaudeAI on Reddit: Use Claude 3.5 Sonnet through the API to prevent having to pay a flat $20/month on the website since it's no longer available for free
November 27, 2024 -

Claude removed free access to Claude 3.5 Sonnet on the website. If you'd still like to use it without having to pay a flat $20/month, I highly recommend using Claude 3.5 Sonnet through the API - you won't have rate limits, and with its cheaper cost you'll likely be spending less than a subscription to Claude Pro!

I have a free native iOS app that supports chatting to Claude 3.5 Sonnet (and all other LLMs) using your own API Key which you could use: https://apps.apple.com/us/app/pal-chat-ai-chat-client/id6447545085?platform=iphone

🌐
Anthropic
anthropic.com › news › claude-3-7-sonnet
Claude 3.7 Sonnet and Claude Code
Today, we’re announcing Claude 3.7 Sonnet1, our most intelligent model to date and the first hybrid reasoning model on the market. Claude 3.7 Sonnet can produce near-instant responses or extended, step-by-step thinking that is made visible to the user. API users also have fine-grained control ...
🌐
DataCamp
datacamp.com › tutorial › claude-sonnet-api-anthropic
Claude Sonnet 3.5 API Tutorial: Getting Started With Anthropic's API | DataCamp
June 26, 2024 - To learn more about Claude Sonnet and how it compares to ChatGPT, check out the articles below: ... The Text Completions API provides basic text completion functionality, while the Messages API offers more advanced features, such as the ability to have multi-turn conversations, incorporate ...
🌐
OpenRouter
openrouter.ai › anthropic › claude-sonnet-4
Claude Sonnet 4 - API, Providers, Stats | OpenRouter
Claude Sonnet 4 significantly enhances the capabilities of its predecessor, Sonnet 3.7, excelling in both coding and reasoning tasks with improved precision and controllability. Run Claude Sonnet 4 with API
🌐
Best AI API
aimlapi.com › home › blog › claude 3 sonnet
Claude 3 Sonnet API — One API 400+ AI Models | AIMLAPI.com
For most workloads, Sonnet delivers performance that is twice as fast as Claude 2 and Claude 2.1, while also demonstrating superior intelligence.
🌐
Anthropic
anthropic.com › news › claude-sonnet-4-5
Introducing Claude Sonnet 4.5
Claude Sonnet 4.5 makes this possible. We're releasing it along with a set of major upgrades to our products. In Claude Code, we've added checkpoints—one of our most requested features—that save your progress and allow you to roll back instantly to a previous state. We've refreshed the terminal interface and shipped a native VS Code extension. We've added a new context editing feature and memory tool to the Claude API that lets agents run even longer and handle even greater complexity.