qwen3.5-4bQwen
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- March 2026
capabilities 4/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 262K | $0.05 | $0.07 | $0.0050 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 92.1 | |
| GPQA Diamond | 77.1 | |
| Coding Index | 22.6 | |
| Terminal-Bench Hard | 18.2 | |
| Intelligence Index | 13.1 | |
| Humanity's Last Exam | 9.9 | |
| 6 evals | mean | 38.8 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-03-02.
runware/qwen3.5-4bthis model has no managed policy yet, so call the provider endpoint directly. every id in the endpoints table works the same way
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="runware/qwen3.5-4b", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
Qwen3.5 4B is a lightweight hybrid-reasoning model from the Qwen3.5 family, optimized for high-throughput, cost-sensitive workloads with a 262K token context window, tool calling, and structured output support. Served via Runware.
questions 5
Which providers serve qwen3.5-4b?
How much does qwen3.5-4b cost?
Is qwen3.5-4b open weights?
What is the context window of qwen3.5-4b?
How do I use qwen3.5-4b with the OpenAI SDK?
more from qwen 1
| model | context | from /M | providers |
|---|---|---|---|
| qwen3.5-9b | 262K | $0.09 | 1 |
route qwen3.5-4b through one endpoint
One key for 1 provider on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
