qwen/qwen3.6-flash
1,000,000 context · $0.25/M input tokens · $1.50/M output tokens
Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window and up to 64K output tokens. The model is designed for high-throughput chat, lightweight agent workflows, long-document understanding, visual reasoning, summarization, extraction, and cost-sensitive production workloads. It supports thinking mode, function calling, built-in tools, structured outputs, and batch calling.
Kullandıkça öde
Ön ödeme yok, yalnızca kullandığınız kadar ödeyin
API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3.6-flash",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window, making it a strong fit for high-volume chat, lightweight agents, long-document workflows, visual understanding, summarization, and structured extraction.
| Specification | Value |
|---|---|
| Provider | alibaba |
| Model Type | Chat Completions model |
| Architecture | text+image+video->text |
| Context Window | 1,000,000 tokens |
| Max Input | 934,464 tokens |
| Max Output | 65,536 tokens |
| Thinking Budget | 128K tokens |
| Input | Text, Image, Video |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Built-in Tools | Supported |
| Structured Outputs | Supported |
| Batch Calling | Supported |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: qwen/qwen3.6-flash
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3.6-flash",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)qwen/qwen3.6-flash
Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window and up to 64K output tokens. The model is designed for high-throughput chat, lightweight agent workflows, long-document understanding, visual reasoning, summarization, extraction, and cost-sensitive production workloads. It supports thinking mode, function calling, built-in tools, structured outputs, and batch calling.
Giriş
$0.25 /M
Çıkış
$1.5 /M
Bağlam
1000K
Maks. Çıkış
66K
Vision
Destekleniyor
Araç Kullanımı
Destekleniyor
Birleşik API'miz aracılığıyla Qwen3.6 Flash'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.
WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.25 ve milyon çıkış tokenı başına $1.50. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.
Qwen3.6 Flash istek başına 1000K bağlam tokenını ve 66K çıkış tokenını destekler.
Evet. WaveSpeedAI, Qwen3.6 Flash modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.
WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Qwen3.6 Flash'i değerlendirmek için ücretsiz krediler alır.