# DeepSeek-V4-Flash and Qwen3.8-27B Now Available for Telnyx Inference

> Source: <https://telnyx.com/release-notes/deepseek-v4-flash-qwen3-8-27b-inference>
> Published: 2026-08-21 12:00:00+00:00

[Contact us](https://telnyx.com/contact-us)

[Log in](https://portal.telnyx.com)

Two new smaller, faster LLMs are now available on the [Telnyx Inference API](https://telnyx.com/products/inference): DeepSeek-V4-Flash for cost-efficient high-volume workloads, and Qwen3.8-27B for low-latency routing and classification tasks. Both run on Telnyx-owned GPU infrastructure through the existing OpenAI-compatible Chat Completions endpoint, with no new endpoints or SDK updates required.

`deepseek-ai/DeepSeek-V4-Flash-0731`

. A smaller, faster DeepSeek variant tuned for cost-efficient inference at high volume.`Qwen/Qwen3.8-27B`

. A 27B-parameter model from the Qwen team, sized for low-latency tasks where a full-scale LLM is overkill.| Token Type | DeepSeek-V4-Flash | Qwen3.8-27B |
|---|---|---|
| Input | $0.13 / 1M tokens | $0.40 / 1M tokens |
| Cached Input | $0.03 / 1M tokens | $0.05 / 1M tokens |
| Output | $0.26 / 1M tokens | $3.00 / 1M tokens |

Full rate details on the [inference pricing page](https://telnyx.com/pricing/inference-api).

`deepseek-ai/DeepSeek-V4-Flash-0731`

or `Qwen/Qwen3.8-27B`

from the model dropdown.

```
curl https://api.telnyx.com/v2/ai/chat/completions   -H "Authorization: Bearer $TELNYX_API_KEY"   -H "Content-Type: application/json"   -d '{
    "model": "deepseek-ai/DeepSeek-V4-Flash-0731",
    "messages": [
      {"role": "user", "content": "Classify this support ticket into one of: billing, technical, account."}
    ]
  }'
```

**Learn more** in the [Inference API docs](https://developers.telnyx.com/docs/inference/models) or on the [pricing page](https://telnyx.com/pricing/inference-api).
