Qwen 3.8 27B
Open-weight 27B — thinking, tool calling, 262K context — self-hosted at the lowest listed price.
Alibaba (Qwen) — served by Reka$0.25 in · $1.75 out / 1M tokens (≤256K ctx)llmqwenopen-weights

llmqwenopen-weights
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤256K | 262,144 | $0.25 | $1.75 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.8-27b",
"messages": [{ "role": "user", "content": "Summarize the trade-offs between dense and MoE models in three bullets." }]
}'
OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →