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.

Alibaba Cloudटेक्स्ट जनरेशन1M कॉन्टेक्स्टरिलीज 15 जुल॰ 2026Singaporeस्वामित्व वाला एंडपॉइंटनया

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
श्रेणी
टेक्स्ट जनरेशन
रिलीज
15 जुल॰ 2026
कॉन्टेक्स्ट विंडो
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 कैटलॉग से लाइव pay-as-you-go दरें। आप सिर्फ उतना ही भुगतान करते हैं जितना उपयोग करते हैं, कोई मासिक न्यूनतम नहीं।

प्रकार
स्पेक
दर
इनपुट
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 key के साथ https://api.empiriolabs.ai/v1 पर सेट करें और model id qwen3-7-flash उपयोग करें। EmpirioLabs डैशबोर्ड से API key प्राप्त करें।

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 द्वारा समर्थित request पैरामीटर। फ़ील्ड छोड़ने पर डिफ़ॉल्ट मान लागू होते हैं।

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
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 के वेरिएंट

वेरिएंट Qwen3.7 Flash के वैकल्पिक संस्करण हैं जिनकी अपनी model id होती है। वेरिएंट के अनुसार serving region, कीमतें या समर्थित पैरामीटर अलग हो सकते हैं; बाकी सब वैसा ही काम करता है।

Qwen3.7 Flash :variant118% तक बचाएं

मॉडल 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
Playground में :variant1 आज़माएं

Qwen3.7 Flash API: आम सवाल

Qwen3.7 Flash API की कीमत कितनी है?

EmpirioLabs पर Qwen3.7 Flash का बिल उपयोग के अनुसार बनता है। इस पेज की लाइव दर तालिका हमेशा API की वास्तविक बिलिंग से मेल खाती है।

Qwen3.7 Flash की context window कितनी है?

Qwen3.7 Flash 1M टोकन की context window समर्थित करता है, प्रति उत्तर अधिकतम 65,536 आउटपुट टोकन के साथ।

क्या Qwen3.7 Flash API OpenAI-संगत है?

हां। Qwen3.7 Flash OpenAI-संगत Chat Completions API देता है, इसलिए मौजूदा OpenAI SDKs base_url को https://api.empiriolabs.ai/v1 पर सेट करके और model id qwen3-7-flash रखकर काम करते हैं।

Qwen3.7 Flash के कौन से वेरिएंट उपलब्ध हैं?

Qwen3.7 Flash 2 model ids के रूप में उपलब्ध है: डिफ़ॉल्ट qwen3-7-flash और qwen3-7-flash:variant1 (China)। वेरिएंट serving region, कीमतों या समर्थित पैरामीटरों में अलग हो सकते हैं; हर एक की दर तालिका इसी पेज पर है।

क्या मैं इंटीग्रेट करने से पहले ब्राउज़र में Qwen3.7 Flash आज़मा सकता हूं?

हां। EmpirioLabs playground ब्राउज़र में Qwen3.7 Flash को उन्हीं पैरामीटरों के साथ चलाता है जो API देता है, ताकि आप कोड लिखने से पहले prompt आज़मा सकें।

Qwen3.7 Flash की API key कैसे मिलेगी?

EmpirioLabs खाता बनाएं, फिर डैशबोर्ड में API Keys में key जनरेट करें। बिलिंग pay-as-you-go क्रेडिट से होती है, इसलिए आप सिर्फ अपनी requests का भुगतान करते हैं।

बेहतर समापन बिंदुओं का उपयोग करने के लिए तैयार हैं?

हमारे मूल्य निर्धारण की जाँच करें या यदि आप चाहते हैं कि आपका अपना मॉडल हमारे स्टैक पर तैनात किया जाए, तो पहुंचें।