Qwen 2.5 Coder 0.5B

Compact code-specialized model for lightweight applications

Model Details

Part of the Qwen 2.5 Coder series, optimized for code generation, reasoning, and fixing. The 0.5B model offers a balanced combination of performance and efficiency.

Parameters

494 million

Context Window

32k tokens

Recommended Use

Perfect for lightweight coding applications, prototyping, and quick development tasks.

Supported Languages

Multilingual code support across 40+ programming languages

Usage Examples

curl https://models.default.tinfoil.sh/api/generate -d '{
  "model": "qwen2.5-coder:0.5b",
  "prompt": "def compute_gcd(a, b):",
  "suffix": "    return result",
  "stream": true
}'