
What is Seed-OSS?
Seed-OSS is a series of 36 billion parameter large language models open-sourced by ByteDance, using Apache-2.0 license, supporting free research and commercialization. Its biggest highlight is that it natively supports 512K tokens long context, which can handle long documents such as whole books and legal contracts; meanwhile, it has a "thought budget" mechanism, which allows developers to control the length of reasoning and improve efficiency. Seed-OSS provides basic version, command tuning version, and research version without synthetic command data to meet the different needs of enterprise applications and academic research, and is suitable for long document analysis, complex reasoning, programming assistance, and multi-language scenarios.
The series includes three editions:
- Seed-OSS-36B-Base: Base model, pre-trained with synthetic instruction data;
- Seed-OSS-36B-Base-woSyn: Basic version without synthetic instruction for study-neutral baselines;
- Seed-OSS-36B-Instruct: Command-tuned for downstream task execution.
Each model has approximately 36B (i.e., 36 billion) parameters and has the following technical highlights:
- Native support for very long contextsUp to 512K tokens, which excels in handling long documents and long chains of logical reasoning;
- Thinking budget is controllable.The developer can flexibly control the model inference length to improve the inference efficiency; it is recommended to set it in multiples of 512 (e.g. 512, 1024, 2048, etc.), and 0 means direct generation;
- The architecture uses causal LM + RoPE + GQA attention + RMSNorm + SwiGLU with 64 layers and a vocabulary of about 155K;
- Optimized reasoning and agent performance, excelled in reasoning, coding, and agent tasks;
- Versions with and without synthetic instruction data are available to meet the different needs of researchers regarding the impact of training data;
- Optimized for internationalization (i18n) with good multilingual support.
Key Features of Seed-OSS
- Extremely long contextual processing capabilities: 512K token context support, allowing the model to process very long text (e.g., books, legal documents, long inference chains, etc.) more smoothly and reduce truncation problems.
- Civic Budget Control MechanismYou can set an inference budget and track token usage during the inference process until the budget is depleted and an answer is generated. This dynamic control mechanism improves efficiency and better limits model workload.
- Excellent reasoning and agent performance: Seed-OSS-36B-Instruct meets or exceeds open source SOTA performance in several public benchmarks such as math, reasoning, quiz, code generation, agent tasks. For example, AIME24 (91.7), LiveCodeBench v6 (67.4), RULER (128K) (94.6).
- Research FriendlyThe version with/without synthetic instruction allows researchers to control the impact of the training data in a more transparent and controlled way.
- open license: Apache-2.0 licenses support commercial use with unlimited scope of use, suitable for enterprise integration and product landing.
Seed-OSS usage scenarios
- Long document processing and analysis: e.g., legal contracts, academic papers, e-books, technical documents, etc., utilizing 512K long contexts to process full-text content.
- Complex multi-step reasoning tasks: e.g., math problems, logical reasoning, case studies, or chain-of-thought solutions that control the model's reasoning steps through a thought budgeting mechanism.
- Agent system and tool invocation scenariosSeed-OSS has demonstrated strong capabilities in agent tasks, such as building knowledge-questioning bots, automated tool invocation, and multi-tasking collaborative bots.
- Code Generation and Programming Assistance: Excellent performance in LiveCodeBench v6 and other benchmarks, suitable for IDE smart-completion, code generation, bug fixing and other scenarios.
- language learningand translation assignments: Optimized for internationalization, suitable for NLU, translation, cross-language applications with multi-language support.
How to use Seed-OSS?
-
Model Selection
-
If the main focus is on performance: select
Seed-OSS-36B-Base(with synthetic data) orInstruct(after command tuning); -
If you are concerned with the research base model: choose
Base-woSyn.
-
-
Getting the model
-
The model has been released open source on platforms such as Hugging Face (e.g., Seed-OSS-36B);
-
Download or load through an existing LLM inference framework.
-
-
Reasoning and Thinking Budget Control
utilization<seed:think>labels as well as<seed:cot_budget_reflect>to specify and monitor inference budgets, for example:A multiple of 512 is recommended.
-
Resource allocation requirements
-
FP16 reasoning requires ~72GB VRAM, INT8 requires ~36GB, and INT4 about 18-20GB;
-
Inference frameworks that support partial offloading (such as vLLM or llama.cpp) can be used to reduce video memory pressure.
-
-
Sampling Setup Recommendations
-
Recommended
temperature = 1.1cap (a poem)top_p = 0.95to balance the generation of diversity with quality.
-
-
Deployment and commercialization
-
Based on the Apache-2.0 license, you can integrate it in commercial products;
-
It is recommended to refer to the model README and LICENSE to clarify the terms of use.
-
Seed-OSS project address
- GitHub repository::https://github.com/ByteDance-Seed/seed-oss
- HuggingFace Model Library::https://huggingface.co/collections/ByteDance-Seed/seed-oss-68a609f4201e788db05b5dcd
data statistics
Relevant Navigation

AI 3D scene generation tool that can efficiently generate complete 3D environments containing multiple objects from a single image, widely used in VR/AR, game development, film and television production and other fields.

Gemini Robotics-ER 1.6
Google DeepMind has introduced an autonomous robot AI model with powerful embodied reasoning capabilities that can efficiently accomplish tasks such as industrial instrumentation reading, complex task planning, and security risk prevention and control.

DeepSeek-V3
Hangzhou Depth Seeker has launched an efficient open source language model with 67.1 billion parameters, using a hybrid expert architecture that excels at handling math, coding and multilingual tasks.

Bunshin Big Model 4.5
Baidu's self-developed native multimodal basic big model, with excellent multimodal understanding, text generation and logical reasoning capabilities, using a number of advanced technologies, the cost is only 1% of GPT4.5, and plans to be fully open source.

Qwen3-Next
Ali open source 80 billion parameters of the big model, 1:50 super sparse activation, millions of contexts, the cost down 90%, the performance is comparable to the hundreds of billions of models.

Hunyuan T1
Tencent's self-developed deep thinking models with fast response, ultra-long text processing and strong reasoning capabilities have been widely used in intelligent Q&A, document processing and other fields.

ERNIE
Baidu's industrial-grade knowledge-enhancing big models, with industry-leading natural language understanding and generation capabilities, are widely used in all kinds of natural language processing and generation tasks, helping enterprises realize intelligent upgrading.

Seedream 2.0
Byte Jump launched a native bilingual image generation model with excellent comprehension and rendering capabilities for a wide range of creative design scenarios.
No comments...
