Qwen 3.8 27B
Qwen logo

Qwen 3.8 27B

qwen-3.8-27bllms.txt
Qwen
New
Qwen3.8-27b is an Alibaba-released dense vision-language model with open-source weights. Qwen3.8 was developed based on the architecture of Qwen3.5, achieving significant improvements in encoding capability, handling professional tasks, research tasks, and tasks that require long-term completion. Qwen3.8-27B integrates these advantages into a compact, easy-to-deploy dense model — a native vision-language model capable of understanding image and video information and featuring flexible cognitive control capabilities. This model can more reliably accomplish complex, multi-step tasks.

Pricing

  • Input Tokens: $1.1 /M tokens
  • Output Tokens: $1.65 /M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Context length

  • 131K tokens

Providers

Cerebras cbs-qwen-3.8-27b
Pricing$1.1$1.65
Context131K
Max output0
Latency0.2S
Throughput853.8TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
100.00% uptime today

Performance for qwen-3.8-27b

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen-3.8-27b",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen 3.8 27B?

Qwen3.8-27b is an Alibaba-released dense vision-language model with open-source weights. Qwen3.8 was developed based on the architecture of Qwen3.5, achieving significant improvements in encoding capability, handling professional tasks, research tasks, and tasks that require long-term completion. Qwen3.8-27B integrates these advantages into a compact, easy-to-deploy dense model — a native vision-language model capable of understanding image and video information and featuring flexible cognitive control capabilities. This model can more reliably accomplish complex, multi-step tasks.