Qwen3.8 27B (Groq) API

Groq · serves qwen3.8-27b

Pricing

Input / 1M$0.80
Output / 1M$4.00
Blended / 1M$4.8
Cached input / 1M$0.40
Context window131,072 tokens
Max output32,768 tokens
LicenseOpen weights · Apache 2.0 permissive
Knowledge cutoffSeptember 2025 · source
Intelligence index52 Artificial Analysis Intelligence Index · source

textfunction-calling

Price verified 2026-09-03 (2 days ago) · sourcecorroborated

Sources

SourceInput / 1MOutput / 1MVerified
Provider page$0.80$4.002026-09-03
LiteLLM$0.80$4.002026-09-03
models.dev$0.80$4.002026-09-04

Two independent sources agree within 20%.

Latency measured

RegionTTFT p50TTFT p95Total p50Total p95ThroughputSamples
eu-paris83.1 ms85.6 ms401 ms412.7 ms496.6 tok/s5

Time-to-first-token, measured server-side. Measured 2026-09-04 (0 days ago).

Cheaper providers for qwen3.8-27b

ProviderBlended / 1MEndpoint
Parasail$2.44view →
AkashML$2.45view →
Reka$2.79view →

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

Call it

OpenAI-compatible endpoint — set GROQ_API_KEY.

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

client = OpenAI(
    base_url="https://api.groq.com/openai/v1",
    api_key="...",  # GROQ_API_KEY
)
resp = client.chat.completions.create(
    model="qwen/qwen3.8-27b",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Price unchanged since 2026-09-03 — 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.