Qwen3.5-397B-A17B & Qwen3.5-397B-A17B & MiniMax M2.5 is Live on Canopy Wave. Try it Now!DeepSeek V3.1
Qwen3.5-397B-A17B API
VISIONCODE

Qwen3.5-397B-A17B API

All You Need To Know About Qwen3.5-397B-A17B API

Overview

Model Provider:Qwen
Model Type:vision/code
State:Ready

Key Specs

Quantization:BF16
Parameters:397B
Context:262K
Pricing:$0.60 input / $3.60 output / $0.55 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint

Introduction

The Qwen3.5 series 397B‑A17B native vision‑language model adopts a hybrid architecture that integrates linear attention mechanisms and sparse mixture‑of‑experts models, delivering higher inference efficiency.

It exhibits outstanding performance comparable to state‑of‑the‑art models across a wide range of tasks, including language understanding, logical reasoning, code generation, agent tasks, image understanding, video understanding, and graphical user interface (GUI) comprehension.

The model boasts strong code generation and agent capabilities, with excellent generalization across various agent scenarios.

Qwen3.5-397B-A17B API Usage

Model

Endpoint

qwen/qwen-3.5


        1
        curl -X POST https://inference.canopywave.io/v1/chat/completions \
      
        2
          -H "Content-Type: application/json" \
      
        3
          -H "Authorization: Bearer $CANOPYWAVE_API_KEY" \
      
        4
          -d '{
      
        5
            "model": "qwen/qwen-3.5",
      
        6
            "messages": [
      
        7
              {"role": "user", "content": "tell me a story"}
      
        8
            ],
      
        9
            "max_tokens": 1000,
      
        10
            "temperature": 0.7
      
        11
          }'
      
PromotionContact us