Qwen2.5-Coder 32B Instruct

huggingface
Code

Alibaba's largest open Qwen2.5-Coder model. Trained on a code-heavy corpus, it matches or beats much larger general models on code generation and repair benchmarks like HumanEval and MBPP, and supports over 40 programming languages with fill-in-the-middle completion.

Try Qwen2.5-Coder 32B Instruct now
Send a single prompt and stream a response inline. Hit Cmd+Enter to submit.
Sign in to try this model with €5 free credits.
Sign in
Press Cmd+Enter to send
Response appears here.
TL;DR·Last updated June 24, 2026

Qwen2.5-Coder 32B Instruct is code AI model from huggingface, priced at €6.00 per 1M input tokens with a 131.1K tokens context window.

About this model

Qwen2.5-Coder-32B-Instruct is the flagship of Alibaba's Qwen2.5-Coder family, released under an Apache-style open license. It is tuned for code generation, code reasoning, and code fixing, with a 128k native context. The instruct variant follows natural-language coding requests and produces runnable code blocks. Served via Hugging Face serverless inference.
Try Qwen2.5-Coder 32B Instruct
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Qwen2.5-Coder 32B Instruct into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("qwen2-5-coder-32b-instruct", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("qwen2-5-coder-32b-instruct", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("qwen2-5-coder-32b-instruct", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Context window
131,072 tokens
Max output
8,192 tokens
Developer
huggingface
Category
Code
Supported Formats
text
Tags
qwen
alibaba
coding
instruct
open-weights
fill-in-the-middle

Frequently asked questions

Start using Qwen2.5-Coder 32B Instruct today

Get started with free credits. No credit card required. Access Qwen2.5-Coder 32B Instruct and 100+ other models through a single API.