Models Qwen Qwen: Qwen3.6 Plus (free)
QW

Qwen: Qwen3.6 Plus (free)

qwen/qwen3.6-plus:free
1M tokens
Context
Miễn phí
Input
Miễn phí
Output
Th4 2, 2026
Released

Mô tả

Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers major gains in agentic coding, front-end development, and overall reasoning, with a significantly improved “vibe coding” experience. The model excels at complex tasks such as 3D scenes, games, and repository-level problem solving, achieving a 78.8 score on SWE-bench Verified. It represents a substantial leap in both pure-text and multimodal capabilities, performing at the level of leading state-of-the-art models.

Nhà cung cấp

Qwen

🚀 Dùng thử ngay

Trải nghiệm Qwen: Qwen3.6 Plus (free) miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Qwen: Qwen3.6 Plus (free) từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.6-plus:free",
    "messages": [{"role":"user","content":"Hello!"}]
  }'