← All modelsAlibaba (Qwen) — served by Reka

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
Preview
Qwen 3.8 27B
Capabilities
llmqwenopen-weights
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤256K262,144$0.25$1.75
API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/chat/completions
request
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 →