Open‑source LLM weights drop
- A social post announces downloadable full weights for models labelled gpt‑oss‑120b and gpt‑oss‑20b for local fine‑tuning. (x.com) - The announcement explicitly names the two models and availability for direct download and local adaptation. (x.com) - Researchers and engineers can now reproduce and fine‑tune these large models locally, affecting experiment and deployment workflows. (x.com)
OpenAI released downloadable weights for two language models, gpt-oss-120b and gpt-oss-20b, letting developers run and fine-tune them on their own hardware. (openai.com) OpenAI announced the models on August 5, 2025 and published them under the Apache 2.0 license, a permissive license that allows commercial use and modification. The company linked downloads through Hugging Face and code through a public GitHub repository. (openai.com) The larger model, gpt-oss-120b, has 117 billion parameters with 5.1 billion active at a time, while gpt-oss-20b has 21 billion parameters with 3.6 billion active. Both use a mixture-of-experts design, which routes each prompt through part of the network instead of the entire model. (huggingface.co) (arxiv.org) Model “weights” are the learned numerical settings inside a neural network, and releasing them means outside researchers can reproduce behavior locally instead of calling a remote application programming interface. OpenAI said both models are fine-tunable and support tool use, including function calling, web browsing, Python execution, and structured outputs. (arxiv.org) (huggingface.co) The hardware target is part of the pitch. OpenAI’s model cards say gpt-oss-120b can run on a single 80 gigabyte graphics processing unit such as an NVIDIA H100 or AMD MI300X, while gpt-oss-20b can run within 16 gigabytes of memory. (huggingface.co 1) (huggingface.co 2) That changes who can experiment with the models. A lab or startup can keep data on its own systems, adjust the model with parameter fine-tuning, and test latency and cost without depending on a hosted endpoint for every run. (openai.com) (github.com) OpenAI said the models were trained with techniques informed by its internal o3 and other frontier systems, and the accompanying paper describes large-scale distillation and reinforcement learning. The model card also says both support a 128,000-token context window and configurable reasoning effort levels. (openai.com) (arxiv.org) (aws.amazon.com) The release also marks a shift in OpenAI’s distribution strategy. OpenAI’s announcement described gpt-oss as its open-weight line, and outside coverage at the time noted it was the company’s first open-weight release since GPT-2 in 2019. (openai.com) (opensourceforu.com) By publishing the weights, OpenAI moved these models from a service you query to software you can download, inspect, and adapt. The immediate result is a larger pool of researchers and engineers testing the same systems on their own machines. (openai.com) (github.com)