Models Qwen Qwen: Qwen3.8 2.4T A95B
QW

Qwen: Qwen3.8 2.4T A95B

qwen/qwen3.8-2.4t-a95b
Support để BizCity tiếp tục mở miễn phí model catalog Nếu trang model này hữu ích cho bạn, một khoản ủng hộ nhỏ sẽ giúp chúng tôi duy trì tài liệu và trải nghiệm dùng thử miễn phí.
☕ Support / Donate
1M tokens
Context
$2.00/M tokens
Input
$6.00/M tokens
Output
Th8 12, 2026
Released

Mô tả

Qwen3.8 2.4T A95B is an open-weight sparse mixture-of-experts model from Qwen and the open-weight variant of [Qwen3.8 Max](/qwen/qwen3.8-max), with 95 billion active parameters out of 2.4 trillion total. It is...

Nhà cung cấp

Qwen

🚀 Dùng thử ngay

Trải nghiệm Qwen: Qwen3.8 2.4T A95B 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.8 2.4T A95B từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Ủng hộ BizCity nếu bạn thấy catalog này hữu ích Nếu nội dung này hữu ích, bạn có thể ủng hộ để BizCity tiếp tục duy trì các bản miễn phí.
☕ Support / Donate
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.8-2.4t-a95b",
    "messages": [{"role":"user","content":"Hello!"}]
  }'