# Qwen 3.8 Flash

> Alibaba's newest Flash tier — ultra cost-efficient multimodal MoE. 1M context, vision, cheaper per token than the Max line.

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

## Facts

- **Model ID**: `qwen3.8-flash`: pass this as `model` in the request body
- **Creator**: Alibaba
- **Released**: 2026-08-26
- **Context window**: 1M tokens
- **Max output**: 131K tokens per response, a hard ceiling, not a default
- **Price**: $0.203 in / $0.635 out per 1M, prompt caching supported (cached rate not published)
- **Capabilities**: tools, vision, reasoning, caching

## 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-flash", "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
