
텍스트, 이미지, 비디오, 코딩, 도구 사용, GUI 이해 및 1M-context 워크플로우에 대한 비용 효율적인 Qwen3.7 비전 언어 모델.
텍스트, 이미지, 비디오, 코딩, 도구 사용, GUI 이해 및 1M-context 워크플로우에 대한 비용 효율적인 Qwen3.7 비전 언어 모델.
지원 텍스트, 이미지, 및 비디오 입력, enable thinking and thought budget, 기능 호출, 구조 출력, 웹 검색, 웹 추출기, 코드 해석기, 이미지 검색 도구, 접두사 오염 및 모델 미세 조정. 웹 검색 및 이미지 검색 도구는 호출 당 청구됩니다. Thinking 토큰은 출력 토큰으로 청구됩니다.
다른 이름 Alibaba Cloud Qwen3.7 Plus, Qwen3.7-Plus, qwen3-7-plus
qwen3-7-plus/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/qwen3-7-plus:generateContentqwen3.7-plusEmpirioLabs 카탈로그의 실시간 종량제 요금입니다. 사용한 만큼만 결제하며 월 최소 요금이 없습니다.
Qwen3.7 Plus은(는) OpenAI 호환 Chat Completions API를 제공합니다. 아무 OpenAI SDK나 EmpirioLabs API 키와 함께 https://api.empiriolabs.ai/v1로 지정하고 모델 ID qwen3-7-plus를 사용하세요. EmpirioLabs 대시보드에서 API 키를 발급받으세요.
curl https://api.empiriolabs.ai/v1/chat/completions \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-7-plus",
"messages": [
{"role": "user", "content": "Write a haiku about the ocean."}
]
}'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="qwen3-7-plus",
messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)EmpirioLabs에서 Qwen3.7 Plus API가 지원하는 요청 파라미터입니다. 필드를 생략하면 기본값이 적용됩니다.
| 파라미터 | 유형 | 기본값 | 범위 / 값 | 설명 |
|---|---|---|---|---|
| temperature | number | 0.7 | 0 ~ 2 | 샘플링 온도. 0은 결정론적이고 2는 최대 무작위성입니다. |
| top_p | number | 0.9 | 0 ~ 1 | 핵 샘플링 확률 질량. 값이 낮을수록 출력이 더 집중됩니다. |
| max_tokens | number | 4096 | 1 ~ 65536 | 최대 출력 토큰. |
| stop | string | - | - | 최대 4개의 문자열에서 모델이 더 이상 토큰 생성을 멈춥니다. |
| enable_thinking | boolean | true | - | 답변하기 전에 추론을 가능하게 하세요. |
| reasoning_effort | enum | medium | none, low, medium, high, max | 추론 노력 수준. 어떤 것도 사고를 막지 못한다. 로우, 미디엄, 하이, 최대는 선택한 모델에 맞춘 제한된 사고 예산을 설정합니다. |
| thinking_budget | number | 32768 | 1 ~ 256000 | 사고할 때 추론용으로 예약된 최대 토큰이 활성화되어 있습니다. |
| vl_high_resolution_images | boolean | true | - | 이미지 입력에는 고해상도 처리를 사용하세요. |
| max_pixels | number | 2621440 | 4096 ~ 16777216 | 고해상도 처리가 비활성화되었을 때 이미지당 최대 픽셀 수. |
| video_fps | number | 2 | 0.1 ~ 10 | 초당 프레임으로 비디오 입력을 샘플링하는 것. |
| treat_images_as_video | boolean | false | - | 이미지 연속을 비디오 프레임으로 취급하세요. |
| tool_web_search | boolean | true | - | 실시간 정보를 웹에서 검색하세요. 호출 요청 비용에 $0.03 증가합니다. |
| tool_web_extractor | boolean | true | - | URL에서 콘텐츠를 추출하고 읽으세요. 웹 검색과 사고가 필요합니다. |
| tool_code_interpreter | boolean | true | - | 샌드박스에서 파이썬 코드를 실행하세요. 생각이 필요해. |
가격은 input/output 에 대한 3x입니다. Web Search, Text-to-Image Search 및 Image-to-Image Search는 호출 할 때만 청구됩니다. Text-to-Image Search and Image-to-Image Search는 이미지 검색 가격의 줄을 사용합니다. Thinking 토큰은 출력 토큰으로 청구됩니다.
When this model invokes built-in tools inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. Tool counts are already factored into cost_usd and are surfaced for transparency.
:variant1
중국 가격은 할인 된 싱가포르입니다. Implicit 캐시 입력은 cached-token 행을 사용합니다. Web Search, Text-to-Image Search 및 Image-to-Image Search는 호출 할 때만 청구됩니다. Text-to-Image Search and Image-to-Image Search는 이미지 검색 가격의 줄을 사용합니다. 중국 유료 도구 통화는 $0.01 입니다. Thinking 토큰은 출력 토큰으로 청구됩니다.
변형은 자체 모델 ID를 가진 Qwen3.7 Plus의 대체 버전입니다. 변형에 따라 서비스 리전, 요금, 지원 파라미터가 다를 수 있으며 그 외에는 동일하게 동작합니다.
qwen3-7-plus:variant1EmpirioLabs에서 Qwen3.7 Plus은(는) 종량제로 청구됩니다. 이 페이지의 실시간 요금표는 항상 API 청구 금액과 일치합니다.
Qwen3.7 Plus은(는) 1M 토큰 컨텍스트 윈도우를 지원합니다 (응답당 최대 65,536 출력 토큰).
네. Qwen3.7 Plus은(는) OpenAI 호환 Chat Completions API를 제공하므로, 기존 OpenAI SDK에서 base_url을 https://api.empiriolabs.ai/v1로 지정하고 모델 ID를 qwen3-7-plus로 설정하면 바로 동작합니다.
Qwen3.7 Plus은(는) 2개의 모델 ID로 제공됩니다: 기본 qwen3-7-plus와 qwen3-7-plus:variant1 (China). 변형은 서비스 리전, 요금, 지원 파라미터가 다를 수 있으며 각 요금표는 이 페이지에 있습니다.
네. EmpirioLabs 플레이그라운드에서 API와 동일한 파라미터로 Qwen3.7 Plus을(를) 브라우저에서 실행하므로 코드를 작성하기 전에 프롬프트를 테스트할 수 있습니다.
EmpirioLabs 계정을 만든 다음 대시보드의 API Keys에서 키를 생성하세요. 요금은 종량제 크레딧이라 실행한 요청에 대해서만 결제합니다.