Qwen2.5 Coder 32B Instruct

Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). Qwen2.5-Coder brings the following improvements upon CodeQwen1.5: - Significantly improvements in **code generation**, **code reasoning** and **code fixing**. - A more comprehensive foundation for real-world applications such as **Code Agents**. Not only enhancing coding capabilities but also maintaining its strengths in mathematics and general competencies. To read more about its evaluation results, check out [Qwen 2.5 Coder's blog](https://qwenlm.github.io/blog/qwen2.5-coder-family/).

ChatQwen33k tokens$0.7194 / $1.0901 · 1M

qwen/qwen-2.5-coder-32b-instruct

Context
33k tokens
Completion cap
32,768
Tools
No
JSON
No
Released
2024-11-11

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen-2.5-coder-32b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Qwen2.5 Coder 32B Instruct?
Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). Qwen2.5-Coder brings the following improvements upon CodeQwen1.5: - Significantly improvements in **code generation**, **code reasoning** and **code fixing**. - A more comprehensive foundation for real-world applications such as **Code Agents**. Not only enhancing coding capabilities but also maintaining its strengths in mathematics and general competencies. To read more about its evaluation results, check out [Qwen 2.5 Coder's blog](https://qwenlm.github.io/blog/qwen2.5-coder-family/). Qwen2.5 Coder 32B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: qwen/qwen-2.5-coder-32b-instruct.
Is Qwen2.5 Coder 32B Instruct free?
No. Input is $0.7194 per 1M tokens and output is $1.0901 per 1M tokens on Geek Hub (markup included).
What is the context length of Qwen2.5 Coder 32B Instruct?
Qwen2.5 Coder 32B Instruct has a 33k tokens context window. It supports up to 32,768 completion tokens.
Does Qwen2.5 Coder 32B Instruct support tool calling and structured outputs?
Qwen2.5 Coder 32B Instruct does not advertise tool calling on this endpoint. Structured outputs are not listed for this endpoint.
When was Qwen2.5 Coder 32B Instruct released?
Qwen2.5 Coder 32B Instruct was released on 2024-11-11.

More models from Qwen