# Qwen 3.8 27B

> Alibaba's open-weight (Apache-2.0) dense 27B vision-language model from the Qwen 3.8 line. 1M context, text, image and video input, reasoning, tool calling and structured outputs — the open checkpoint next to the closed Qwen 3.8 Max and Flash.

Human version: https://kymaapi.com/models/qwen3.8-27b
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `qwen3.8-27b`: pass this as `model` in the request body
- **Creator**: Alibaba
- **Released**: 2026-08-14
- **Context window**: 1M tokens
- **Max output**: 131K tokens per response, a hard ceiling, not a default
- **Price**: $0.567 in / $4.05 out per 1M
- **Capabilities**: tools, vision, reasoning

## Call it

```bash
curl https://kymaapi.com/v1/chat/completions \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "qwen3.8-27b", "messages": [{"role": "user", "content": "Hello"}]}'
```

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Alibaba: https://kymaapi.com/models?q=Alibaba
