qwen/qwen3.6-35b-a3b
262,144 context · $0.25/M input tokens · $2.00/M output tokens
Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35B total parameters and 3B active parameters per token. It uses a hybrid sparse Mixture-of-Experts architecture that combines Gated DeltaNet linear attention with standard attention layers, giving it strong efficiency for coding, agentic workflows, long-context reasoning, and multimodal understanding. The model supports text, image, and video inputs, a 262K-token context window, thinking and non-thinking modes, function calling, and structured outputs.
จ่ายตามการใช้งาน
ไม่มีค่าใช้จ่ายล่วงหน้า จ่ายเฉพาะสิ่งที่คุณใช้
ใช้ตัวอย่างโค้ดต่อไปนี้เพื่อผสานรวมกับ API ของเรา:
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-35b-a3b",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35B total parameters and 3B active parameters per token. It uses a hybrid sparse Mixture-of-Experts architecture combining Gated DeltaNet linear attention with standard attention layers, giving it strong efficiency for coding, agentic workflows, long-context reasoning, and multimodal understanding.
| Specification | Value |
|---|---|
| Provider | alibaba |
| Model Type | Chat Completions model |
| Architecture | Sparse MoE, 35B total / 3B active |
| Attention | Gated DeltaNet + standard attention |
| Modalities | text+image+video->text |
| Context Window | 262,144 tokens |
| Max Input | Not listed |
| Max Output | Not listed |
| Input | Text, Image, Video |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| Thinking Mode | Supported |
| Release | April 2026 |
| Token Type | Cost |
|---|---|
| Input | $0.149 per million tokens |
| Output | $1.00 per million tokens |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: qwen/qwen3.6-35b-a3b
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-35b-a3b",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "qwen/qwen3.6-35b-a3b",
"messages": [{"role": "user", "content": "Hello!"}]
}'
qwen/qwen3.6-35b-a3b
Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35B total parameters and 3B active parameters per token. It uses a hybrid sparse Mixture-of-Experts architecture that combines Gated DeltaNet linear attention with standard attention layers, giving it strong efficiency for coding, agentic workflows, long-context reasoning, and multimodal understanding. The model supports text, image, and video inputs, a 262K-token context window, thinking and non-thinking modes, function calling, and structured outputs.
อินพุต
$0.25 /M
เอาต์พุต
$2 /M
คอนเท็กซ์
262K
Vision
รองรับ
การใช้เครื่องมือ
รองรับ
เข้าถึง Qwen3.6 35b A3b ผ่าน API แบบรวมของเรา — เข้ากันได้กับ OpenAI ไม่มี cold start ราคาโปร่งใส
ราคาบน WaveSpeedAI: $0.25 ต่อล้านโทเคนอินพุต และ $2.00 ต่อล้านโทเคนเอาต์พุต Prompt caching และ batch processing คิดค่าบริการแยกและช่วยลดต้นทุนที่แท้จริงสำหรับภาระงานที่ยาวและทำซ้ำ
Qwen3.6 35b A3b รองรับสูงสุด 262K โทเคนคอนเท็กซ์ และสูงสุด — โทเคนเอาต์พุตต่อคำขอ
ใช่ WaveSpeedAI ให้บริการ Qwen3.6 35b A3b ผ่าน endpoint ที่เข้ากันได้กับ OpenAI ที่ https://llm.wavespeed.ai/v1 ชี้ OpenAI SDK ทางการมาที่ base URL นี้ด้วย API key ของ WaveSpeedAI — ไม่ต้องแก้ไขโค้ดอื่น
ลงชื่อเข้าใช้ WaveSpeedAI สร้าง API key ใน Access Keys จากนั้นส่งคำขอไปยัง https://llm.wavespeed.ai/v1/chat/completions พร้อม model id ที่แสดงด้านบน บัญชีใหม่จะได้รับเครดิตฟรีสำหรับทดลองใช้ Qwen3.6 35b A3b