Back to Models

Qwen: Qwen3.6 Max Preview

qwen/qwen3.6-max-preview
Apr 27, 2026262.1K context65.5K max output$1.30/M in · $7.80/M outReasoning

Description

Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and long-context reasoning, supporting a 262K token context window. The model includes an integrated thinking mode that preserves reasoning traces across multi-turn conversations and supports structured output and function calling. Access is available exclusively through the Alibaba Cloud Model Studio and Qwen Studio APIs; no open weights are provided.

Specifications

Provider
qwen
Context Length
262.1K
Max Output
65.5K
Modality
Intext
Outtext

Pricing

Type128K>128K
Input$1.30$2.00
Output$7.80$12.00
Cache Write$1.63$2.50

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.6-max-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3.6 Max Preview — Pricing & API on OminiGate