MyRouterMyRouter
/
ModelsDocsSign In
Back to catalog

Qwen3.5-Plus

Provider: AlibabaType: Chat

Description

The Qwen3.5 native vision-language series Plus models are based on a hybrid architecture design that integrates linear attention mechanisms with sparse Mixture-of-Experts (MoE), achieving higher inference efficiency. Across various task evaluations, the 3.5 series demonstrates exceptional performance comparable to current top-tier frontier models, marking a leap forward in both plain text and multimodal capabilities compared to the 3 series.

Capabilities

  • serverless
  • function-calling
  • structured-outputs
  • reasoning

Model Info

Model ID
qwen/qwen3.5-plus
Context Window
977K
Modalities

Input: Text, Image, Video

Output: Text

Pricing

Input
$0
Output
$0

Quick Start

Use your MyRouter API key with an OpenAI-compatible base URL, then pick the example that matches your stack.

Direct HTTP request for quick testing.

curl https://api.myrouter.ai/openai/v1/chat/completions \
  -H "Authorization: Bearer $MYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.5-plus",
    "messages": [
      {
        "role": "user",
        "content": "Hello from MyRouter"
      }
    ]
  }'