Qwen's code-specialized model. Competitive with GPT-4o on HumanEval at a fraction of the cost. Supports 40+ programming languages.
Swap any model ID in a single field. Neureus handles routing, caching, and tenant isolation automatically.
const res = await fetch('https://app.neureus.ai/ai/chat', {
method: 'POST',
headers: {
'Authorization': `Bearer ${NEUREUS_API_KEY}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'qwen/qwen-2.5-coder-32b',
messages: [{ role: 'user', content: 'Hello!' }],
}),
});
const { message } = await res.json(); Free tier includes 5M AI tokens, RAG pipeline, agents, and all 7 composition patterns — no credit card required.