LLM Perks

Seed OSS 36B

ByteDance Seed · All Seed models
Free right now Mid-size
Tool useLong contextOpen weights

Seed OSS 36B is a language model with 36B parameters from ByteDance Seed. It is currently free at 1 provider with up to 524K tokens of context. The model supports tool calling. Its weights are open, so it can also run locally.

Developer
ByteDance Seed
Parameters
36B
Context
524K tokens
Type
Text
License
Open weights

Where to use Seed OSS 36B for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
UnoRouter
seed-oss-36b:free
524K No-card free models use shared capacity and per-model limits; availability can change. No Open

Quick start

curl https://api.unorouter.com/v1/chat/completions \
  -H "Authorization: Bearer $UNOROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seed-oss-36b:free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for UnoRouter. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

Intelligence Index
12.1
GPQA Diamond
72.6%
Humanity's Last Exam
9.9%
Terminal-Bench Hard
6.8%
τ²-Bench
49.4%
Long context (LCR)
61.3%

Source: Artificial Analysis · Seed-OSS-36B-Instruct

Similar free models

FAQ

Is Seed OSS 36B free?

Yes. As of September 27, 2026, Seed OSS 36B is free at UnoRouter. Each provider has its own limits — see the table above.

What is the context window of Seed OSS 36B?

The largest context among free routes is 524,288 tokens. Some providers cap it lower.

How do I call Seed OSS 36B via API?

Use any OpenAI-compatible client with base URL https://api.unorouter.com/v1, model ID seed-oss-36b:free, and a UnoRouter key.

How good is Seed OSS 36B?

Artificial Analysis Intelligence Index: 12.1, GPQA Diamond: 73%. For comparison, the strongest free model in the catalog right now is GLM 5.3.

Is Seed OSS 36B open-weight?

Yes, the weights are published — you can download and run it locally, for example with Ollama or LM Studio.