Qwen3.8 27B (Cerebras) API

Cerebras · serves qwen3.8-27b

Pricing

Input / 1M$0.99
Output / 1M$1.49
Blended / 1M$2.48
Context window131,072 tokens
Max output40,960 tokens
LicenseOpen weights · Apache 2.0 permissive
Knowledge cutoff≈ September 2025 · third-party estimate, its maker publishes none
Intelligence index52 Artificial Analysis Intelligence Index · source

textvisionfunction-calling

Price verified 2026-09-15 (0 days ago) · sourcecorroborated

Get an API key at Cerebras →

Sources

SourceInput / 1MOutput / 1MVerified
Provider page$0.99$1.492026-09-15
LiteLLM$0.40$3.002026-09-14
models.dev$0.30$2.202026-09-14

Two independent sources agree within 20%.

Cheaper providers for qwen3.8-27b

ProviderBlended / 1MEndpoint
DeepInfra$2.025view →
Phala$2.329view →
Parasail$2.44view →

Compare all 15 providers serving qwen3.8-27b →

Call it

OpenAI-compatible endpoint — set CEREBRAS_API_KEY.

curl https://api.cerebras.ai/v1/chat/completions \
  -H "Authorization: Bearer $CEREBRAS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-3.8-27b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
from openai import OpenAI  # pip install openai

client = OpenAI(
    base_url="https://api.cerebras.ai/v1",
    api_key="...",  # CEREBRAS_API_KEY
)
resp = client.chat.completions.create(
    model="qwen-3.8-27b",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Price unchanged since 2026-09-15 — 1 point on record.

Use this data

Raw JSON for this page: qwen3.8-27b.json. Free to reuse under CC BY 4.0 with attribution to apipriceindex.com.