Seedance 2.0 20% छूट | Video Generator में बनाएँ →
alibaba
qwen/qwen3.6-plus

qwen/qwen3.6-plus

1,000,000 context · $0.50/M input$0.45/M input · $3.00/M output$2.70/M output10% off

Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers...

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input
256K $0.50 / M Tokens$0.45 / M Tokens
> 256K $2.00 / M Tokens$1.80 / M Tokens
Output
256K $3.00 / M Tokens$2.70 / M Tokens
> 256K $6.00 / M Tokens$5.40 / M Tokens
Cache Read
256K $0.05 / M Tokens$0.05 / M Tokens
> 256K $0.20 / M Tokens$0.18 / M Tokens

Try the model

qwen/qwen3.6-plus
Online
alibaba
Hi! I am a helpful AI assistant. What can I do for you?

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen3.6-plus",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Info

Provideralibaba
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context1,000,000
Max Output65,536
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDqwen/qwen3.6-plus

Qwen3.6 Plus API

qwen/qwen3.6-plus

Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers...

Input

$0.5$0.45 /M

Output

$3$2.70 /M

Discount

10% off

Context

1000K

Max Output

66K

Vision

Supported

Tool Use

Supported

Try Qwen3.6 Plus on WaveSpeedAI

Access Qwen3.6 Plus through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Qwen3.6 Plus

How much does Qwen3.6 Plus cost via the API?+

Pricing on WaveSpeedAI: $0.45 per million input tokens and $2.70 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Qwen3.6 Plus?+

Qwen3.6 Plus supports up to 1000K tokens of context with up to 66K tokens of output per request.

Is Qwen3.6 Plus OpenAI-compatible?+

Yes. WaveSpeedAI exposes Qwen3.6 Plus through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Qwen3.6 Plus?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Qwen3.6 Plus before paying per token.

Related LLM APIs