qwen/qwen3.5-plus-2026-02-15

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

Qwen3.5 Plus snapshot 2026-02-15 — frozen version of qwen3.5-plus, same capabilities.

INPUT$0.40/ 1M tokens
OUTPUT$2.40/ 1M tokens
p50 TTFT5.74 s7d
p95 TTFT20.63 s7d
TRAFFIC98.2Ktokens / 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-2026-02-15",
    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
5.74 s
Output speed
54.7 tok/s
TTFT p95
20.63 s
Error rate
40.0%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does qwen/qwen3.5-plus-2026-02-15 cost on OrcaRouter?
qwen/qwen3.5-plus-2026-02-15 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-2026-02-15's context window?
qwen/qwen3.5-plus-2026-02-15 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-2026-02-15 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-2026-02-15" in the chat.completions.create call.
Does OrcaRouter rate-limit qwen/qwen3.5-plus-2026-02-15?
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-2026-02-15$0.40/M in5743ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.5-plus-2026-02-15" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.5-plus-2026-02-15.svg" alt="qwen/qwen3.5-plus-2026-02-15 on OrcaRouter" /> </a>
Markdown [![qwen/qwen3.5-plus-2026-02-15](https://www.orcarouter.ai/embed/qwen/qwen3.5-plus-2026-02-15.svg)](https://www.orcarouter.ai/models/qwen/qwen3.5-plus-2026-02-15)