Door background frame
QWEN3.8 27B
Limited Trial
QWEN3.8-27B visualization

QWEN3.8 27B

Limited Trial
Dense 27B vision-language model; understands images and video, tuned for coding, research, and long-horizon agentic tasks with 256K native context (extensible to 1M).

Qwen API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "Qwen/Qwen3.8-27B",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
QWEN3.8 27B
$0.45
$3.20

Model Details

Model Details
Provider
Alibaba
Type
Multimodal
Parameters
27B
Context Length
262K
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com