Back to Models

Qwen: Qwen3.5-35B-A3B

qwen/qwen3.5-35b-a3b
Feb 25, 2026262.1K context65.5K max output$0.25/M in · $2.00/M outReasoning

Description

The Qwen3.5 Series 35B-A3B is a native vision-language model designed with a hybrid architecture that integrates linear attention mechanisms and a sparse mixture-of-experts model, achieving higher inference efficiency. Its overall performance is comparable to that of the Qwen3.5-27B.

Specifications

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

Pricing

TypePrice / 1M tokens
Input$0.25
Output$2.00

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.5-35b-a3b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'