How to use OpenAI’s gpt-oss models in Ollama
OpenAI has recently released open-weight models under Apache 2.0 license.
It has better support for agentic tasks and reasoning.
These models are released in 20b and 120b parameters which you can use it locally in your maching using Ollama
Prerequisite
If you don’t have Ollama installed already, then download the latest version and install it.
How to install it gpt-oss model?
Just install the variant (parameters) that you want to install depending on what you can run it in your machine.
ollama run gpt-oss:20b
ollama run gpt-oss:120b
Reference
Was this content helpful?
Help us improve by giving us your feedback.