qwen/qwen3.5-plus

qwen/qwen3.5-plus
by qwen · text+image+video in · text out · 1.05M ctx

Qwen3.5 Plus — multimodal chat (text/image/video), 1M context, strong coding + agent capability.

INPUT$0.40/ 1M tokens
OUTPUT$2.40/ 1M tokens
p50 TTFT6.32 s7d
p95 TTFT294.10 s7d
TRAFFIC193.8Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen3.5-plus",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokens
256K$0.400$2.40
1.0M$0.500$3.00
Tier selected by input token count of each request
Performance
TTFT p50
6.32 s
Output speed
2261 tok/s
TTFT p95
294.10 s
Error rate
11.1%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does qwen/qwen3.5-plus cost on OrcaRouter?
qwen/qwen3.5-plus is priced at $0.40 per 1M input tokens and $2.40 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is qwen/qwen3.5-plus's context window?
qwen/qwen3.5-plus supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call qwen/qwen3.5-plus via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.5-plus" in the chat.completions.create call.
Does OrcaRouter rate-limit qwen/qwen3.5-plus?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
qwen/qwen3.5-plus$0.40/M in6318ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.5-plus" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.5-plus.svg" alt="qwen/qwen3.5-plus on OrcaRouter" /> </a>
Markdown [![qwen/qwen3.5-plus](https://www.orcarouter.ai/embed/qwen/qwen3.5-plus.svg)](https://www.orcarouter.ai/models/qwen/qwen3.5-plus)