Seed-OSS
ByteDance's 36B open LLM with native 512K context and a controllable thinking budget for reasoning.
About
Seed-OSS is ByteDance Seed's entry in the open-weight LLM race, led by a 36B-parameter model trained on only 12T tokens yet posting strong open benchmarks, released in August 2025 under Apache-2.0. The architecture is deliberately conventional, a causal transformer with RoPE, grouped-query attention, RMSNorm, and SwiGLU, but it was trained natively with up to 512K tokens of context. Its signature feature is a controllable thinking budget: users cap reasoning length in multiples of 512 tokens, and the model periodically self-reflects on remaining budget during chain-of-thought, giving explicit control over the latency-quality tradeoff. The release includes an Instruct model plus two base variants, Seed-OSS-36B-Base and Seed-OSS-36B-Base-woSyn, trained with and without synthetic instruction data, an unusual gift to post-training researchers who want an uncontaminated base. ByteDance highlights agentic strength on tool use and issue resolution. Weights are on Hugging Face with vLLM and Transformers support, serving at long context calls for a large-memory GPU setup, and Apache-2.0 leaves commercial use unrestricted.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Large Language Models (LLMs)
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- Jul 29, 2026
Related Tools
Lightweight open-weight LLM by Google available in 1B to 27B sizes.
Open-source code LLM family by IBM for enterprise code generation.
Open-weight LLM by Meta in 8B and 70B sizes with strong general capabilities.
High-performance open-weight MoE LLM with 671B total parameters.
Hybrid SSM-Transformer model by AI21 Labs combining Mamba with attention layers.
Open-weight code LLM trained on 2 trillion tokens of code and natural language.