Gateway operational · 16 models live · GPU capacity on demand Read the docs →
LINGYUNS gateway
Code · Alibaba

Qwen2.5 Coder 32B

Specialised coding model that rivals much larger general models.

Context window 128K tokens
Input price $0.18 per 1M tokens
Output price $0.18 per 1M tokens
Routing Included failover + retries

Call it with any OpenAI SDK

Swap the base URL and key — request shape, streaming and tool calls stay identical.

python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.lingyuns.com/v1",
    api_key="ly-sk-…",
)

r = client.chat.completions.create(
    model="qwen-2-5-coder-32b",
    messages=[{"role": "user", "content": "Hello"}],
)
# billed at $0.18 in / $0.18 out per 1M
Full quickstart

Specifications

Model IDqwen-2-5-coder-32b
ProviderAlibaba
CategoryCode
Context window128K tokens
Input / 1M$0.18
Output / 1M$0.18
ModalityText · streaming · tools

Prices are list rates in USD per million tokens. Your prepaid credits cover every model in the catalog at these rates.