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

QWEN3.5 35B A3B

Limited Trial
Hybrid MoE with 35B total/3B active params; supports thinking and standard modes with multimodal capabilities and 262k context.

Qwen API Usage

POST /v1/chat/completions
import requests
import json

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

payload = {
    "model": "Qwen/Qwen3.5-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.5 35B A3B
$0.0225
$1.80

Model Details

Model Details
Provider
Alibaba
Type
Multimodal
Parameters
35B
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