Door background frame
QWEN3.6 35B A3B
Limited Trial
QWEN3.6-35B-A3B visualization

QWEN3.6 35B A3B

Limited Trial
Multimodal MoE with 35B total/3B active params; optimized for agentic coding, frontend workflows, and thinking preservation with 256K native context (extensible to 1M).

Qwen API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "Qwen/Qwen3.6-35B-A3B",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
QWEN3.6 35B A3B
$0.23
$1.80

Model Details

Model Details
Provider
Alibaba
Type
Multimodal
Parameters
35B (3B active)
Context Length
262K
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)Discord
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com