Qwen3.7 Flash API

Fast Qwen3.7 vision-language model for text, image, video, tool use, and agentic tasks, with implicit caching and a 1M token context.

Alibaba Cloud텍스트 생성1M 컨텍스트출시 2026년 7월 15일Singapore독점 엔드포인트신규

Qwen3.7 Flash 소개

Fast Qwen3.7 vision-language model for text, image, video, tool use, and agentic tasks, with implicit caching and a 1M token context.

Supports text, image, and video inputs, thinking mode with enable_thinking and thinking_budget up to 131072 tokens, function calling, structured output, web search, web extractor, code interpreter, image search tools, prefix continuation, and implicit context caching. Web Search and image-search tools are billed per invoked call. Thinking tokens are billed as output tokens.

다른 이름 Alibaba Cloud Qwen3.7 Flash, Qwen3.7-Flash, qwen3-7-flash

reasoningvisionvideoweb searchcode interpreterfunction callingprefix continuationcacheagentic coding

Qwen3.7 Flash 사양

모델 ID
qwen3-7-flash
제공자
Alibaba Cloud
카테고리
텍스트 생성
출시
2026년 7월 15일
컨텍스트 창
1M 토큰
최대 출력
65,536 토큰
입력
텍스트이미지비디오
출력
텍스트
구조화된 출력
JSON 모드
리전
Singapore
엔드포인트
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/qwen3-7-flash:generateContent
대체 모델 ID
qwen3.7-flash

Qwen3.7 Flash API 요금

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

유형
사양
요금
입력
per 1M prompt tokens
<=32K $0.0332K-256K $0.10256K-1M $0.20
출력
per 1M generated tokens
<=32K $0.1332K-256K $0.40256K-1M $0.80
Implicit cache read
per 1M cached input tokens
<=32K $0.00632K-256K $0.02256K-1M $0.04
Web search
per request when enabled
$0.03
Image Search
per call
$0.03
전체 가격 페이지에서 비교

Qwen3.7 Flash API 호출 방법

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

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-7-flash",
    "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="qwen3-7-flash",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Qwen3.7 Flash API 전체 레퍼런스

Qwen3.7 Flash API 파라미터

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

파라미터유형기본값범위 / 값설명
temperaturenumber0.70 ~ 2Sampling temperature. 0 is deterministic and 2 is maximum randomness.
top_pnumber0.90 ~ 1Nucleus sampling probability mass. Lower values make outputs more focused.
max_tokensnumber40961 ~ 65536Maximum output tokens.
stopstring--Up to 4 strings where the model will stop generating further tokens.
enable_thinkingbooleantrue-Enable reasoning before answering.
reasoning_effortenummediumnone, low, medium, high, maxReasoning effort level. none disables thinking. low, medium, high, and max set bounded thinking budgets sized to the selected model.
thinking_budgetnumber327681 ~ 131072Maximum tokens reserved for reasoning when thinking is enabled.
vl_high_resolution_imagesbooleantrue-Use higher resolution processing for image inputs.
max_pixelsnumber26214404096 ~ 16777216Maximum pixel count per image when high resolution processing is disabled.
video_fpsnumber20.1 ~ 10Frames per second to sample from video inputs.
treat_images_as_videobooleanfalse-Treat a sequence of images as video frames.
tool_web_searchbooleantrue-Search the web for real-time information. Adds $0.03 to the request cost for each invoked call.
tool_web_extractorbooleantrue-Extract and read content from URLs. Requires Web Search and Thinking.
tool_code_interpreterbooleantrue-Run Python code in a sandbox. Requires Thinking.
문서에 파라미터 4개 더 있음

알아두면 좋은 점

Token pricing is tiered by prompt size and steps up above 32K and again above 256K input tokens. Cached prompt tokens are billed at the implicit cache rate for the matching tier. Web Search, Text-to-Image Search, and Image-to-Image Search are billed only when invoked.

Text-to-Image Search and Image-to-Image Search use the Image Search pricing row. Thinking tokens are billed as output tokens.

Per-tool billing (usage.tool_usage)

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

China pricing is discounted versus Singapore. Token pricing is tiered by prompt size and steps up above 32K and again above 256K input tokens. Implicit cache input uses the cached-token row. Web Search, Text-to-Image Search, and Image-to-Image Search are billed only when invoked.

Text-to-Image Search and Image-to-Image Search use the Image Search pricing row. China paid tool calls are $0.01 each. Thinking tokens are billed as output tokens.

Qwen3.7 Flash 변형

변형은 자체 모델 ID를 가진 Qwen3.7 Flash의 대체 버전입니다. 변형에 따라 서비스 리전, 요금, 지원 파라미터가 다를 수 있으며 그 외에는 동일하게 동작합니다.

Qwen3.7 Flash :variant1최대 18% 절약

모델 ID
qwen3-7-flash:variant1
리전
China
컨텍스트 창
1M 토큰
구조화된 출력
JSON 모드
유형
사양
요금
입력
per 1M prompt tokens
$0.03<=32K $0.028$0.1032K-256K $0.083$0.20256K-1M $0.165
출력
per 1M generated tokens
$0.13<=32K $0.11$0.4032K-256K $0.33$0.80256K-1M $0.66
Implicit cache read
per 1M cached input tokens
<=32K $0.006$0.0232K-256K $0.017$0.04256K-1M $0.033
Web search
per request when enabled
$0.01
Image Search
per call
$0.01
플레이그라운드에서 :variant1 사용해 보기

Qwen3.7 Flash API: 자주 묻는 질문

Qwen3.7 Flash API 비용은 얼마인가요?

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

Qwen3.7 Flash의 컨텍스트 윈도우는 얼마인가요?

Qwen3.7 Flash은(는) 1M 토큰 컨텍스트 윈도우를 지원합니다 (응답당 최대 65,536 출력 토큰).

Qwen3.7 Flash API는 OpenAI와 호환되나요?

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

Qwen3.7 Flash의 어떤 변형을 사용할 수 있나요?

Qwen3.7 Flash은(는) 2개의 모델 ID로 제공됩니다: 기본 qwen3-7-flashqwen3-7-flash:variant1 (China). 변형은 서비스 리전, 요금, 지원 파라미터가 다를 수 있으며 각 요금표는 이 페이지에 있습니다.

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

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

Qwen3.7 Flash API 키는 어떻게 발급받나요?

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

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

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