Skip to content

Commit 27c4b8f

Browse files
authored
[Workers AI] Add Qwen 3.8 27B model (#32813)
1 parent 491efe5 commit 27c4b8f

4 files changed

Lines changed: 4789 additions & 5 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Qwen 3.8 27B now available on Workers AI"
3+
description: Qwen 3.8 27B, Alibaba's 27-billion-parameter vision language model, is now available on Workers AI.
4+
products:
5+
- workers-ai
6+
date: 2026-08-17
7+
---
8+
9+
[`@cf/qwen/qwen3.8-27b`](/workers-ai/models/qwen3.8-27b/) is now available on Workers AI.
10+
11+
Qwen 3.8 27B is a 27-billion-parameter instruction-tuned vision language model from Alibaba's Qwen family. It processes images and text together, with reasoning and function calling for agentic workflows.
12+
13+
**Key capabilities:**
14+
15+
- **Vision**: Accept image and text inputs and generate text responses.
16+
- **Reasoning**: Support thinking mode for complex, step-by-step problem-solving.
17+
- **Function calling**: Build agents that invoke tools and APIs across multiple conversation turns.
18+
- **262,144 token context window**: Retain long conversations and multimodal inputs across extended agent sessions.
19+
20+
Use Qwen 3.8 27B through the [Workers AI binding](/workers-ai/configuration/bindings/) (`env.AI.run()`) or the REST API at `/ai/run`. You can also use [AI Gateway](/ai-gateway/) with these endpoints.
21+
22+
For more information, refer to the [Qwen 3.8 27B model page](/workers-ai/models/qwen3.8-27b/) and [pricing](/workers-ai/platform/pricing/).

‎src/content/docs/workers-ai/platform/pricing.mdx‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
7070
| @cf/qwen/qwq-32b | $0.660 per M input tokens <br/> $1.000 per M output tokens | 60000 neurons per M input tokens <br/> 90909 neurons per M output tokens |
7171
| @cf/qwen/qwen2.5-coder-32b-instruct | $0.660 per M input tokens <br/> $1.000 per M output tokens | 60000 neurons per M input tokens <br/> 90909 neurons per M output tokens |
7272
| @cf/qwen/qwen3-30b-a3b-fp8 | $0.051 per M input tokens <br/> $0.335 per M output tokens | 4625 neurons per M input tokens <br/> 30475 neurons per M output tokens |
73+
| @cf/qwen/qwen3.8-27b | $0.450 per M input tokens <br/> $3.200 per M output tokens | 40909 neurons per M input tokens <br/> 290909 neurons per M output tokens |
7374
| @cf/openai/gpt-oss-120b | $0.350 per M input tokens <br/> $0.750 per M output tokens | 31818 neurons per M input tokens <br/> 68182 neurons per M output tokens |
7475
| @cf/openai/gpt-oss-20b | $0.200 per M input tokens <br/> $0.300 per M output tokens | 18182 neurons per M input tokens <br/> 27273 neurons per M output tokens |
7576
| @cf/aisingapore/gemma-sea-lion-v4-27b-it | $0.351 per M input tokens <br/> $0.555 per M output tokens | 31876 neurons per M input tokens <br/> 50488 neurons per M output tokens |

‎src/content/workers-ai-models/deepseek-v4-pro-0813.json‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"name": "@cf/deepseek-ai/deepseek-v4-pro-0813",
33
"properties": [
4-
{
5-
"property_id": "beta",
6-
"value": "false"
7-
},
84
{
95
"property_id": "require_workers_paid",
106
"value": "true"
@@ -48,7 +44,7 @@
4844
],
4945
"id": "2d50837b-2dc7-4994-a690-a38e25c16d74",
5046
"source": 1,
51-
"description": "deepseek-ai/deepseek-v4-pro-0813",
47+
"description": "DeepSeek V4 Pro is a high-capability reasoning model from DeepSeek with a one million token context window, built for long-horizon agentic workflows and complex, multi-step problem-solving",
5248
"task": {
5349
"id": "c329a1f9-323d-4e91-b2aa-582dd4188d34",
5450
"name": "Text Generation",

0 commit comments

Comments
 (0)