Skip to main content
Core.Today
|
Anthropic보통울트라

Claude Opus 4.5

매우 복잡한 작업을 위한 Anthropic의 가장 강력한 모델입니다. 깊은 전문성이 필요한 연구, 분석 및 창의적 프로젝트에 탁월합니다.

5 크레딧
1K 토큰당 (평균)
200K 컨텍스트 윈도우
32K 최대 출력 토큰
비전 기능
가장 깊은 추론
전문가 수준 분석
창의적 탁월함

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

llms.txt

모델 상세 사양

컨텍스트 윈도우
200K
토큰
최대 출력
33K
토큰
학습 데이터
2025-04
호환 SDK
Anthropic

기능 지원

비전
함수 호출
스트리밍
JSON 모드
시스템 프롬프트

토큰별 가격 (1M 토큰당)

토큰 종류크레딧달러 환산
입력 토큰5,000$5.00
출력 토큰25,000$25.00
캐시된 토큰500$0.50

* 1 크레딧 ≈ $0.001 (실제 요금은 사용량에 따라 달라질 수 있습니다)

빠른 시작

curl -X POST "https://api.core.today/llm/anthropic/v1/messages" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdt_your_api_key" \
  -d '{
  "model": "claude-opus-4-5",
  "max_tokens": 4000,
  "system": "You are a world-class researcher with deep expertise across multiple domains.",
  "messages": [
    {
      "role": "user",
      "content": "Provide a comprehensive analysis of recent advances in quantum error correction, including implications for practical quantum computing."
    }
  ]
}'

파라미터

파라미터타입필수기본값설명
messagesarrayYes-메시지 객체 배열
max_tokensintegerYes-응답의 최대 토큰 수 (최대 32768)
systemstringNo-시스템 프롬프트
temperaturefloatNo1.0샘플링 온도 (0-1)

예제

연구 분석

심층 연구 분석

curl -X POST "https://api.core.today/llm/anthropic/v1/messages" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdt_your_api_key" \
  -d '{
  "model": "claude-opus-4-5",
  "max_tokens": 4000,
  "system": "You are a world-class researcher with deep expertise across multiple domains.",
  "messages": [
    {
      "role": "user",
      "content": "Provide a comprehensive analysis of recent advances in quantum error correction, including implications for practical quantum computing."
    }
  ]
}'

팁 & 모범 사례

1가장 깊은 추론이 필요한 작업에 최적
2중요하고 복잡한 의사결정에 사용
3더 비싸지만 최고 품질
4대부분의 작업에는 먼저 Claude Sonnet 4.5 고려

사용 사례

고급 연구
전문가 수준 글쓰기
복잡한 전략
심층 분석
창의적 프로젝트
중요한 의사결정

모델 정보

제공자Anthropic
버전20251101
카테고리LLM
가격5 크레딧

API Endpoint

POST /llm/anthropic/v1/messages
Playground에서 테스트문서로 돌아가기