qwen
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**...
Context
128k tokens
Input / 1M tokens
$0.66
Output / 1M tokens
$1
Benchmark
—
Pricing
Input tokens$0.66 per 1M tokens
Output tokens$1 per 1M tokens
Technical details
Model IDqwen/qwen-2.5-coder-32b-instruct
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen
Max output tokens32,768
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'qwen/qwen-2.5-coder-32b-instruct',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen2.5 Coder 32B Instruct?
Get an API key and start making requests in minutes.
Get an API key