Haimaker.ai Logo
Qwen logo

Qwen2.5 Coder 32B Instruct

qwen/qwen-2.5-coder-32b-instruct
Chatapache-2.0
Qwen|Released Nov 2024 · Updated Jan 2025
Parameters
32.8B
Context Window
34K
tokens
Max Output
34K
tokens
Input Price
$0.18
/1M tokens
Output Price
$0.18
/1M tokens

Overview

Qwen 2.5 Coder 32B Instruct is a chat model by Qwen. It has 32.8B parameters. It supports a 34K token context window.

Features & Capabilities

Modechat
Context Window34K tokens
Max Output34K tokens
Function Calling-
Vision-
Reasoning-
Web Search-
Url Context-

Technical Details

ArchitectureQwen2ForCausalLM
Model Typeqwen2
Base ModelQwen/Qwen2.5-Coder-32B
Languagesen
Librarytransformers

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen-2.5-coder-32b-instruct",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use Qwen2.5 Coder 32B Instruct with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Qwen