Back to models

Qwen3.8 27B on Groq (Free)

Available Serverless
groq•
Capabilities:Tool callingStreaming
Modalities
Input / Output Price
$0.00/$0.00/ 1M
Context Length
128K tokens
Parameters
-

Providers

Different companies host the same model. DOS.AI routes your request to one of them based on the routing mode you pick — Balanced (price + speed), Nitro (fastest), or Exacto (highest tool-calling accuracy).

Reasoning effortⓘAll
ProviderInput /1MOutput /1M
Latency
ThroughputUptimeContextRetention
Groq
$0.00$0.00---128KNot retained

Pricing

Rates from the DOS.AI catalog for the billing units shown. Caching and provider discounts mean the price actually paid is often below the listed one.

Input / Prompt
$0.00/ 1M tokens
Output / Completion
$0.00/ 1M tokens
Context Window
128Ktokens
Full context window supported

Observed reliability

Success rate across observed provider requests. This is historical sample data, not live health or an uptime guarantee.

Not enough observations

Last 7 days

There are not enough valid request observations to report a success rate.

Benchmarks

Dated third-party measurements with source links.

No verified benchmark snapshot is available for this model.

API Integration

Use the DOS API to integrate Qwen3.8 27B on Groq (Free) into your applications. Compatible with standard OpenAI SDKs for easy drop-in migration.

</>Run inference
curl https://api.dos.ai/v1/chat/completions \
  -H "Authorization: Bearer $DOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3.8-27b-groq-free",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ]
  }'