← All modelsAlibaba (Qwen) — served by Reka

Qwen 3.8 Flash

125B MoE (6B active) — reasoning, tool calling, 262K context — self-hosted.

Alibaba (Qwen) — served by Reka$0.30 in · $1.20 out / 1M tokens (≤256K ctx)llmqwenreasoningopen-weights
Capabilities
llmqwenreasoningopen-weights
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤256K262,144$0.30$1.20
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-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'

OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →