DeepReasoning API

Pairs DeepSeek R1 chain-of-thought 는 Anthropic Claude 크리에이티브와 코딩되지 않은 인터페이스 뒤에 코드 생성을 주장합니다.

WinFunc텍스트 생성출시 2025년 1월 26일독점 엔드포인트

DeepReasoning 소개

Pairs DeepSeek R1 chain-of-thought 는 Anthropic Claude 크리에이티브와 코딩되지 않은 인터페이스 뒤에 코드 생성을 주장합니다.

다른 이름 WinFunc DeepReasoning

reasoningthinking

DeepReasoning 사양

모델 ID
deepreasoning
제공자
WinFunc
카테고리
텍스트 생성
출시
2025년 1월 26일
최대 출력
32,000 토큰
입력
텍스트
출력
텍스트
구조화된 출력
JSON 모드
엔드포인트
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/deepreasoning:generateContent

DeepReasoning API 요금

EmpirioLabs 카탈로그의 실시간 종량제 요금입니다. 사용한 만큼만 결제하며 월 최소 요금이 없습니다.

유형
사양
요금
R1-0528 + 클로드 Sonnet 4.5 (기본값)
1K 토큰 당
In $0.012 / Out $0.058
R1-0528 + 클로드 하이쿠 4.5
1K 토큰 당
In $0.0048 / Out $0.023
R1-0528 + 클로드 오푸스 4.5
1K 토큰 당
In $0.019 / Out $0.092
R1-0528 + 클로드 Sonnet 4
1K 토큰 당
In $0.012 / Out $0.058
R1-0528 + 클로드 Opus 4.1
1K 토큰 당
In $0.053 / Out $0.26
R1-0528 + 클로드 오푸스 4
1K 토큰 당
In $0.053 / Out $0.26
웹 검색 (링크업)
호출 할 때 invoked
$0.013
전체 가격 페이지에서 비교

DeepReasoning API 호출 방법

DeepReasoning은(는) OpenAI 호환 Chat Completions API를 제공합니다. 아무 OpenAI SDK나 EmpirioLabs API 키와 함께 https://api.empiriolabs.ai/v1로 지정하고 모델 ID deepreasoning를 사용하세요. EmpirioLabs 대시보드에서 API 키를 발급받으세요.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepreasoning",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="deepreasoning",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
DeepReasoning API 전체 레퍼런스

DeepReasoning API 파라미터

EmpirioLabs에서 DeepReasoning API가 지원하는 요청 파라미터입니다. 필드를 생략하면 기본값이 적용됩니다.

파라미터유형기본값범위 / 값설명
temperaturenumber0.70 ~ 2샘플링 온도. R1 추론 단계와 Claude 합성 단계 모두에 적용됩니다.
top_pnumber0.90 ~ 1핵 샘플링. R1 추론 단계와 Claude 합성 단계 모두에 적용됩니다.
max_tokensnumber81921 ~ 65536Claude 합성 단계의 최대 출력 토큰.
anthropic_modelenumclaude-sonnet-4-5-20250929claude-sonnet-4-5-20250929, claude-haiku-4-5-20251001, claude...DeepSeek R1 0528 추론과 조합할 Claude 모델을 선택하세요. R1 모델은 chain-of-thought을 생산합니다; 클로드 모델은 최종 답을 종합합니다.
response_formatenum--출력을 유효한 JSON 객체(JSON 모드)로 반환합니다. 프롬프트에 원하는 필드를 설명하세요.
web_search_linkupbooleanfalse-Linkup이 제공하는 선택적 웹 검색. 활성화되면 최신 웹 소스를 쿼리로 최신 사용자 메시지를 검색하여 모델에 추가 맥락으로 제공합니다. 모델의 일반적인 토큰 비용 외에 호출당 $0.013 추가 비용이 발생합니다. 기본적으로 비활성화되어 있습니다.
disable_formattingbooleanfalse-활성화되면 게이트웨이는 Linkup 웹 검색을 사용한 어시스턴트 응답에 "Sources" 풋을 추가하지 않습니다. 모델 출력이 장식이 전혀 예상되지 않는 다른 시스템으로 전송될 때 유용합니다.

알아두면 좋은 점

R1-0528 reasoning paired with one of: Claude Sonnet 4.5 (default), Haiku 4.5, Opus 4.5, Sonnet 4, Opus 4.1, Opus 4, Sonnet 3.7, Haiku 3.5, Opus 3.

About "Native Inference" for this model

EmpirioLabs hosts the project's open-source API/orchestration logic from its GitHub repo on our own infrastructure, that's the "native" part. The underlying models (R1-0528 reasoning + the Claude completion model you pick) are still dialed via their respective official APIs. We don't host the model weights themselves.

DeepReasoning API: 자주 묻는 질문

DeepReasoning API 비용은 얼마인가요?

EmpirioLabs에서 DeepReasoning은(는) 종량제로 청구됩니다. 이 페이지의 실시간 요금표는 항상 API 청구 금액과 일치합니다.

DeepReasoning API는 OpenAI와 호환되나요?

네. DeepReasoning은(는) OpenAI 호환 Chat Completions API를 제공하므로, 기존 OpenAI SDK에서 base_urlhttps://api.empiriolabs.ai/v1로 지정하고 모델 ID를 deepreasoning로 설정하면 바로 동작합니다.

통합하기 전에 브라우저에서 DeepReasoning을(를) 사용해 볼 수 있나요?

네. EmpirioLabs 플레이그라운드에서 API와 동일한 파라미터로 DeepReasoning을(를) 브라우저에서 실행하므로 코드를 작성하기 전에 프롬프트를 테스트할 수 있습니다.

DeepReasoning API 키는 어떻게 발급받나요?

EmpirioLabs 계정을 만든 다음 대시보드의 API Keys에서 키를 생성하세요. 요금은 종량제 크레딧이라 실행한 요청에 대해서만 결제합니다.

더 나은 엔드포인트를 사용할 준비가 되셨나요?

저희 가격을 확인하시거나 저희 스택에 자체 모델을 배포하고 싶으시면 연락해 주세요.