Official

anthropic / claude-3.7-sonnet

The most intelligent Claude model and the first hybrid reasoning model on the market (claude-3-7-sonnet-20250219)

  • Public
  • 885.6K runs
  • Priced per token
  • Commercial use
  • License

Input

*string
Shift + Return to add a new line

Input prompt

file

Optional input image. Images are priced as (width px * height px)/750 input tokens

string
Shift + Return to add a new line

System prompt

Default: ""

integer
(minimum: 1024, maximum: 64000)

Maximum number of output tokens

Default: 8192

number
(minimum: 0.001, maximum: 2)

Maximum image resolution in megapixels. Scales down image before sending it to Claude, to save time and money.

Default: 0.5

Output

# Colossal California Pancake Recipe ## Ingredients - 800 million cups all-purpose flour (roughly 100 million pounds) - 400 million cups milk (about 3.2 billion pints) - 200 million eggs (approximately 16.7 million dozen) - 40 million cups sugar - 20 million tablespoons baking powder - 10 million teaspoons salt - 10 million cups butter, melted ## Instructions 1. Locate approximately 10,000 industrial-sized mixing facilities across the state. 2. Coordinate 100,000 volunteer mixing teams. 3. Combine dry ingredients in massive containers using cement mixer-style equipment. 4. In separate containers, whisk together the milk and eggs (perhaps using fire hose systems for circulation). 5. Gradually incorporate wet ingredients into dry ingredients. 6. Cook on 500,000 simultaneously operating extra-large griddles. 7. Serve with approximately 5 million gallons of maple syrup. ## Notes - Cooking time: Approximately 3 weeks with 24/7 operation - Would require borrowing industrial equipment from multiple nations - May cause maple syrup shortages worldwide - Environmental impact statement pending Would you like me to calculate the exact nutritional information for 39 million servings? 😊
Generated in
Input tokens
21
Output tokens
310
Tokens per second
53.61 tokens / second
Time to first token

Pricing

Official model
Pricing for official models works differently from other models. Instead of being billed by time, you’re billed by input and output, making pricing more predictable.

This language model is priced by how many input tokens are sent as inputs and how many output tokens are generated.

TypePer unitPer $1
Input
$3.00 / 1M tokens
or
330K tokens / $1
Output
$15.00 / 1M tokens
or
66K tokens / $1

For example, for $10 you can run around 952 predictions where the input is a sentence or two (15 tokens) and the output is a few paragraphs (700 tokens).

Check out our docs for more information about how per-token pricing works on Replicate.

Readme

Claude 3.7 Sonnet

Claude 3.7 Sonnet is Anthropic’s latest frontier large language model. Showing particularly strong improvements in coding and front-end web development.

This Replicate model is built on claude-3-7-sonnet-20250219", hosted on Anthropic and Vertex APIs.

Use cases

Claude 3.7 Sonnet is optimized for the following use cases:

  • Agentic coding - Claude 3.7 Sonnet is state-of-the-art for agentic coding, and can complete tasks across the entire software development lifecycle—from initial planning to bug fixes, maintenance to large refactors. It offers strong performance in both planning and solving for complex coding tasks, making Claude 3.7 Sonnet an ideal choice to power end-to-end software development processes.
  • Customer-facing agents - Claude 3.7 Sonnet offers superior instruction following, tool selection, error correction, and advanced reasoning for customer-facing agents and complex AI workflows.
  • Computer use - Claude 3.7 Sonnet is our most accurate model for computer use, enabling developers to direct Claude to use computers the way people do.
  • Content generation and analysis - Claude 3.7 Sonnet excels at writing and is able to understand nuance and tone in content to generate more compelling content and analyze content on a deeper level.
  • Visual data extraction - With Claude 3.7 Sonnet’s robust vision skills, it is the right choice for teams that want to extract raw data from visuals like charts or graphs as part of their AI workflow.

Getting started

To use Claude 3.7 Sonnet via Replicate:

import replicate

output = replicate.run(
    "anthropic/claude-3.7-sonnet",
    input={
        "prompt": "Your prompt here"
    }
)

Privacy policy & license

Data from this model is sent to Anthropic and Google Cloud Vertex AI.

Usage of this model is subject to Anthropic’s terms of service. Please refer to their website for full terms and conditions.