가격 정책
모델과 기능에 대한 Anthropic의 가격 구조에 대해 알아보세요
이 페이지는 Anthropic의 모델과 기능에 대한 자세한 가격 정보를 제공합니다. 모든 가격은 USD 기준입니다.
최신 가격 정보는 anthropic.com/pricing을 방문해 주세요.
모델 가격
다음 표는 다양한 사용 계층에서 모든 Claude 모델의 가격을 보여줍니다:
Model | Base Input Tokens | 5m Cache Writes | 1h Cache Writes | Cache Hits & Refreshes | Output Tokens |
---|---|---|---|---|---|
Claude Opus 4 | $15 / MTok | $18.75 / MTok | $30 / MTok | $1.50 / MTok | $75 / MTok |
Claude Sonnet 4 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Sonnet 3.7 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Sonnet 3.5 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Haiku 3.5 | $0.80 / MTok | $1 / MTok | $1.6 / MTok | $0.08 / MTok | $4 / MTok |
Claude Opus 3 | $15 / MTok | $18.75 / MTok | $30 / MTok | $1.50 / MTok | $75 / MTok |
Claude Haiku 3 | $0.25 / MTok | $0.30 / MTok | $0.50 / MTok | $0.03 / MTok | $1.25 / MTok |
MTok = 백만 토큰. “Base Input Tokens” 열은 표준 입력 가격을 보여주고, “Cache Writes”와 “Cache Hits”는 프롬프트 캐싱에 특화된 것이며, “Output Tokens”는 출력 가격을 보여줍니다.
기능별 가격
배치 처리
Batch API는 입력 및 출력 토큰 모두에 50% 할인을 제공하여 대량의 요청을 비동기적으로 처리할 수 있게 합니다.
Model | Batch input | Batch output |
---|---|---|
Claude Opus 4 | $7.50 / MTok | $37.50 / MTok |
Claude Sonnet 4 | $1.50 / MTok | $7.50 / MTok |
Claude Sonnet 3.7 | $1.50 / MTok | $7.50 / MTok |
Claude Sonnet 3.5 | $1.50 / MTok | $7.50 / MTok |
Claude Haiku 3.5 | $0.40 / MTok | $2 / MTok |
Claude Opus 3 | $7.50 / MTok | $37.50 / MTok |
Claude Haiku 3 | $0.125 / MTok | $0.625 / MTok |
배치 처리에 대한 자세한 정보는 배치 처리 문서를 참조하세요.
도구 사용 가격
Tool use requests are priced based on:
- The total number of input tokens sent to the model (including in the
tools
parameter) - The number of output tokens generated
- For server-side tools, additional usage-based pricing (e.g., web search charges per search performed)
Client-side tools are priced the same as any other Claude API request, while server-side tools may incur additional charges based on their specific usage.
The additional tokens from tool use come from:
- The
tools
parameter in API requests (tool names, descriptions, and schemas) tool_use
content blocks in API requests and responsestool_result
content blocks in API requests
When you use tools
, we also automatically include a special system prompt for the model which enables tool use. The number of tool use tokens required for each model are listed below (excluding the additional tokens listed above). Note that the table assumes at least 1 tool is provided. If no tools
are provided, then a tool choice of none
uses 0 additional system prompt tokens.
Model | Tool choice | Tool use system prompt token count |
---|---|---|
Claude Opus 4 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 4 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.7 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.5 (Oct) | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.5 (June) | auto , none any , tool | 294 tokens 261 tokens |
Claude Haiku 3.5 | auto , none any , tool | 264 tokens 340 tokens |
Claude Opus 3 | auto , none any , tool | 530 tokens 281 tokens |
Claude Sonnet 3 | auto , none any , tool | 159 tokens 235 tokens |
Claude Haiku 3 | auto , none any , tool | 264 tokens 340 tokens |
These token counts are added to your normal input and output tokens to calculate the total cost of a request.
현재 모델별 가격은 위의 모델 가격 섹션을 참조하세요.
도구 사용 구현 및 모범 사례에 대한 자세한 정보는 도구 사용 문서를 참조하세요.
특정 도구 가격
Bash 도구
The bash tool adds 245 input tokens to your API calls.
Additional tokens are consumed by:
- Command outputs (stdout/stderr)
- Error messages
- Large file contents
전체 가격 세부사항은 도구 사용 가격을 참조하세요.
코드 실행 도구
The code execution tool usage is tracked separately from token usage. Execution time is a minimum of 5 minutes. If files are included in the request, execution time is billed even if the tool is not used due to files being preloaded onto the container.
Pricing: $0.05 per session-hour.
텍스트 편집기 도구
The text editor tool uses the same pricing structure as other tools used with Claude. It follows the standard input and output token pricing based on the Claude model you’re using.
In addition to the base tokens, the following additional input tokens are needed for the text editor tool:
Tool | Additional input tokens |
---|---|
text_editor_20250429 (Claude 4) | 700 tokens |
text_editor_20250124 (Claude Sonnet 3.7) | 700 tokens |
text_editor_20241022 (Claude Sonnet 3.5) | 700 tokens |
전체 가격 세부사항은 도구 사용 가격을 참조하세요.
웹 검색 도구
Web search usage is charged in addition to token usage:
Web search is available on the Anthropic API for $10 per 1,000 searches, plus standard token costs for search-generated content. Web search results retrieved throughout a conversation are counted as input tokens, in search iterations executed during a single turn and in subsequent conversation turns.
Each web search counts as one use, regardless of the number of results returned. If an error occurs during web search, the web search will not be billed.
컴퓨터 사용 도구
Computer use follows the standard tool use pricing. When using the computer use tool:
System prompt overhead: The computer use beta adds 466-499 tokens to the system prompt
Computer use tool token usage:
Model | Input tokens per tool definition |
---|---|
Claude 4 / Sonnet 3.7 | 735 tokens |
Claude Sonnet 3.5 | 683 tokens |
Additional token consumption:
- Screenshot images (see Vision pricing)
- Tool execution results returned to Claude
If you’re also using bash or text editor tools alongside computer use, those tools have their own token costs as documented in their respective pages.
에이전트 사용 사례 가격 예시
Claude로 구축할 때 에이전트 애플리케이션의 가격을 이해하는 것은 매우 중요합니다. 이러한 실제 예시들은 다양한 에이전트 패턴의 비용을 추정하는 데 도움이 될 수 있습니다.
고객 지원 에이전트 예시
고객 지원 에이전트를 구축할 때 비용이 어떻게 분석될 수 있는지 살펴보겠습니다:
10,000개의 지원 티켓 처리에 대한 예시 계산:
- 대화당 평균 ~3,700 토큰
- Claude Sonnet 4 사용 시 입력 15/MTok
- 총 비용: 10,000 티켓당 ~$22.20
이 계산의 자세한 단계별 설명은 고객 지원 에이전트 가이드를 참조하세요.
일반 에이전트 워크플로 가격
여러 단계를 가진 더 복잡한 에이전트 아키텍처의 경우:
-
초기 요청 처리
- 일반적인 입력: 500-1,000 토큰
- 처리 비용: 요청당 ~$0.003
-
메모리 및 컨텍스트 검색
- 검색된 컨텍스트: 2,000-5,000 토큰
- 검색당 비용: 작업당 ~$0.015
-
액션 계획 및 실행
- 계획 토큰: 1,000-2,000
- 실행 피드백: 500-1,000
- 결합 비용: 액션당 ~$0.045
에이전트 가격 패턴에 대한 포괄적인 가이드는 에이전트 사용 사례 가이드를 참조하세요.
비용 최적화 전략
Claude로 에이전트를 구축할 때:
- 적절한 모델 사용: 간단한 작업에는 Haiku, 복잡한 추론에는 Sonnet 선택
- 프롬프트 캐싱 구현: 반복되는 컨텍스트에 대한 비용 절감
- 배치 작업: 시간에 민감하지 않은 작업에 Batch API 사용
- 사용 패턴 모니터링: 토큰 소비를 추적하여 최적화 기회 식별
대용량 에이전트 애플리케이션의 경우, 맞춤형 가격 협상을 위해 엔터프라이즈 영업팀에 문의하는 것을 고려해보세요.
추가 가격 고려사항
속도 제한
속도 제한은 사용 계층에 따라 다르며 요청할 수 있는 횟수에 영향을 줍니다:
- Tier 1: 기본 제한이 있는 초급 사용
- Tier 2: 성장하는 애플리케이션을 위한 증가된 제한
- Tier 3: 확립된 애플리케이션을 위한 더 높은 제한
- Tier 4: 최대 표준 제한
- Enterprise: 맞춤형 제한 가능
자세한 속도 제한 정보는 속도 제한 문서를 참조하세요.
볼륨 할인
대용량 사용자에게는 볼륨 할인이 제공될 수 있습니다. 이는 사례별로 협상됩니다.
- 표준 계층은 위에 표시된 가격을 사용합니다
- 엔터프라이즈 고객은 맞춤형 가격을 위해 영업팀에 문의할 수 있습니다
- 학술 및 연구 할인이 제공될 수 있습니다
엔터프라이즈 가격
특정 요구사항이 있는 엔터프라이즈 고객의 경우:
- 맞춤형 속도 제한
- 볼륨 할인
- 전담 지원
- 맞춤형 조건
엔터프라이즈 가격 옵션에 대해 논의하려면 sales@anthropic.com 또는 Anthropic Console을 통해 영업팀에 문의하세요.
청구 및 결제
- 청구는 실제 사용량을 기준으로 월별로 계산됩니다
- 결제는 USD로 처리됩니다
- 신용카드 및 인보이스 옵션 제공
- Anthropic Console에서 사용량 추적 가능
자주 묻는 질문
토큰 사용량은 어떻게 계산되나요?
토큰은 모델이 처리하는 텍스트 조각입니다. 대략적인 추정으로, 1 토큰은 영어에서 약 4자 또는 0.75 단어에 해당합니다. 정확한 개수는 언어와 콘텐츠 유형에 따라 달라집니다.
무료 계층이나 체험판이 있나요?
신규 사용자는 API를 테스트할 수 있는 소량의 무료 크레딧을 받습니다. 엔터프라이즈 평가를 위한 연장된 체험판에 대한 정보는 영업팀에 문의하세요.
할인은 어떻게 중복 적용되나요?
Batch API와 프롬프트 캐싱 할인은 결합될 수 있습니다. 예를 들어, 두 기능을 함께 사용하면 표준 API 호출에 비해 상당한 비용 절감을 제공합니다.
어떤 결제 방법이 허용되나요?
표준 계정의 경우 주요 신용카드를 허용합니다. 엔터프라이즈 고객은 인보이스 및 기타 결제 방법을 협의할 수 있습니다.
가격에 대한 추가 질문은 support@anthropic.com으로 문의하세요.