Back to Models

Qwen: QwQ 32B

qwen/qwq-32b
Mar 5, 2025131.1K context131.1K max output$0.15/M in · $0.58/M outReasoningDeprecated

This model has been deprecated

This model was deprecated on 2026-04-29 and is no longer available for API calls. Please migrate to an alternative model.

Description

QwQ is the reasoning model of the Qwen series. Compared with conventional instruction-tuned models, QwQ, which is capable of thinking and reasoning, can achieve significantly enhanced performance in downstream tasks, especially hard problems. QwQ-32B is the medium-sized reasoning model, which is capable of achieving competitive performance against state-of-the-art reasoning models, e.g., DeepSeek-R1, o1-mini.

Specifications

Provider
qwen
Context Length
131.1K
Max Output
131.1K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.15
Output$0.58

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwq-32b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: QwQ 32B — Pricing & API on OminiGate