QwQ-32B

reasoning

QwQ-32B is an innovative language model developed by Alibaba, featuring 32 billion parameters and a context window of 40K tokens. It is specifically designed for deep reasoning and excels at multi-step logical analysis, making it highly effective in solving complex tasks that require structured thinking.

QwQ-32B was trained using advanced reinforcement learning techniques, significantly enhancing its reasoning capabilities. This enables the model to deliver outstanding performance in areas such as mathematical computation, programming, and legal document analysis. In terms of performance, it rivals DeepSeek-R1, which has 671 billion parameters. Additionally, QwQ-32B possesses agent-like behavior capabilities, allowing it to adapt its reasoning based on feedback and utilize various tools for more accurate query analysis.

Thanks to its context window of 131,000 tokens, the model can handle large-scale analytical tasks and work with multi-step logical reasoning chains. This makes it indispensable for scientific research, educational applications, identifying issues in code, comparing arguments in legal documents, and other tasks that demand maximum attention to detail.


Announce Date: 06.03.2025
Parameters: 33B
Context: 41K
Layers: 64
Attention Type: Full or Sliding Window Attention
Developer: Qwen
Transformers Version: 4.43.1
License: Apache 2.0

Public endpoint

Use our pre-built public endpoints for free to test inference and explore QwQ-32B capabilities. You can obtain an API access token on the token management page after registration and verification.
Model Name Context Type GPU TPS Tooling Status Link
Qwen/QwQ-32B 40,960.0 Public 2×RTX4090
tensor
46.40 AVAILABLE chat

API access to QwQ-32B endpoints

curl https://chat.immers.cloud/v1/endpoints/QwQ-32b/generate/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer USER_API_KEY" \
-d '{"model": "QwQ-32b", "messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Say this is a test"}
], "temperature": 0, "max_tokens": 150}'
$response = Invoke-WebRequest https://chat.immers.cloud/v1/endpoints/QwQ-32b/generate/chat/completions `
-Method POST `
-Headers @{
"Authorization" = "Bearer USER_API_KEY"
"Content-Type" = "application/json"
} `
-Body (@{
model = "QwQ-32b"
messages = @(
@{ role = "system"; content = "You are a helpful assistant." },
@{ role = "user"; content = "Say this is a test" }
)
} | ConvertTo-Json)
($response.Content | ConvertFrom-Json).choices[0].message.content
#!pip install OpenAI --upgrade

from openai import OpenAI

client = OpenAI(
api_key="USER_API_KEY",
base_url="https://chat.immers.cloud/v1/endpoints/QwQ-32b/generate/",
)

chat_response = client.chat.completions.create(
model="QwQ-32b",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Say this is a test"},
]
)
print(chat_response.choices[0].message.content)

Private server

Rent your own physically dedicated instance with hourly or long-term monthly billing.

We recommend deploying private instances in the following scenarios:

  • maximize endpoint performance,
  • enable full context for long sequences,
  • ensure top-tier security for data processing in an isolated, dedicated environment,
  • use custom weights, such as fine-tuned models or LoRA adapters.

Recommended server configurations for hosting QwQ-32B

Prices:
Name GPU Price, hour TPS Max Concurrency
teslat4-3.32.64.160
40,960.0
pipeline
3 $0.88 1.637 Launch
teslaa10-2.16.64.160
40,960.0
tensor
2 $0.93 1.887 Launch
teslat4-4.16.64.160
40,960.0
tensor
4 $0.96 2.827 Launch
teslaa2-3.32.128.160
40,960.0
pipeline
3 $1.06 1.637 Launch
rtx2080ti-4.16.32.160
40,960.0
tensor
4 $1.12 1.027 Launch
rtxa5000-2.16.64.160.nvlink
40,960.0
tensor
2 $1.23 1.887 Launch
teslaa2-4.32.128.160
40,960.0
tensor
4 $1.26 2.827 Launch
rtx3090-2.16.64.160
40,960.0
tensor
2 $1.56 1.887 Launch
rtx4090-2.16.64.160
40,960.0
tensor
2 $1.92 1.887 Launch
teslaa100-1.16.64.160
40,960.0
1 $2.37 5.017 Launch
rtx5090-2.16.64.160
40,960.0
tensor
2 $2.93 3.327 Launch
h100-1.16.64.160
40,960.0
1 $3.83 5.017 Launch
h100nvl-1.16.96.160
40,960.0
1 $4.11 6.277 Launch
h200-1.16.128.160
40,960.0
1 $4.74 10.507 Launch
Prices:
Name GPU Price, hour TPS Max Concurrency
teslat4-4.16.64.160
40,960.0
tensor
4 $0.96 1.733 Launch
teslaa2-4.32.128.160
40,960.0
tensor
4 $1.26 1.733 Launch
teslaa10-3.16.96.160
40,960.0
pipeline
3 $1.34 2.703 Launch
teslaa10-4.12.48.160
40,960.0
tensor
4 $1.57 4.613 Launch
rtx3090-3.16.96.160
40,960.0
pipeline
3 $2.29 2.703 Launch
rtxa5000-4.16.128.160.nvlink
40,960.0
tensor
4 $2.34 4.613 Launch
teslaa100-1.16.64.160
40,960.0
1 $2.37 3.923 Launch
rtx4090-3.16.96.160
40,960.0
pipeline
3 $2.83 2.703 Launch
rtx3090-4.16.64.160
40,960.0
tensor
4 $2.89 4.613 Launch
rtx5090-2.16.64.160
40,960.0
tensor
2 $2.93 2.233 Launch
rtx4090-4.16.64.160
40,960.0
tensor
4 $3.60 4.613 Launch
h100-1.16.64.160
40,960.0
1 $3.83 3.923 Launch
h100nvl-1.16.96.160
40,960.0
1 $4.11 5.183 Launch
h200-1.16.128.160
40,960.0
1 $4.74 9.413 Launch
Prices:
Name GPU Price, hour TPS Max Concurrency
teslaa10-4.16.128.240
40,960.0
tensor
4 $1.76 1.083 Launch
rtx3090-4.16.96.320
40,960.0
tensor
4 $2.97 1.083 Launch
rtx4090-4.16.96.320
40,960.0
tensor
4 $3.68 1.083 Launch
h100nvl-1.16.96.240
40,960.0
1 $4.12 1.653 Launch
rtx5090-3.16.96.240
40,960.0
pipeline
3 $4.35 1.333 Launch
h200-1.16.128.240
40,960.0
1 $4.74 5.883 Launch
teslaa100-2.24.256.240
40,960.0
tensor
2 $4.93 7.343 Launch
rtx5090-4.16.128.320
40,960.0
tensor
4 $5.76 3.963 Launch
h100-2.24.256.240
40,960.0
tensor
2 $7.85 7.343 Launch

Related models

Need help?

Contact our dedicated neural networks support team at nn@immers.cloud or send your request to the sales department at sale@immers.cloud.